Home
last modified time | relevance | path

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

/freebsd/share/examples/perfmon/
H A Dperfmon.c123 if (ioctl(fd, PMIOSTART, &num) < 0) in main()
135 if (ioctl(fd, PMIOSTART, &num) < 0) in main()
/freebsd/sys/i386/include/
H A Dperfmon.h47 #define PMIOSTART _IOW('5', 2, int) macro
/freebsd/sys/i386/i386/
H A Dperfmon.c356 case PMIOSTART: in perfmon_ioctl()