Home
last modified time | relevance | path

Searched refs:TPROF_IOC_GETINFO (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/tprof/
H A Dtprof_ioctl.h56 #define TPROF_IOC_GETINFO _IOR('T', 1, struct tprof_info) macro
H A Dtprof.c1014 case TPROF_IOC_GETINFO: in tprof_ioctl()
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c570 ret = ioctl(devfd, TPROF_IOC_GETINFO, &tprof_info); in main()