Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof_ioctl.h58 #define TPROF_IOC_STOP _IOW('T', 3, tprof_countermask_t) macro
H A Dtprof.c1029 case TPROF_IOC_STOP: in tprof_ioctl()
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c510 ret = ioctl(devfd, TPROF_IOC_STOP, &mask); in tprof_monitor_common()