Home
last modified time | relevance | path

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

/freebsd-13.1/share/examples/perfmon/
H A Dperfmon.c125 if (ioctl(fd, PMIOSTART, &num) < 0) in main()
137 if (ioctl(fd, PMIOSTART, &num) < 0) in main()
/freebsd-13.1/sys/i386/include/
H A Dperfmon.h49 #define PMIOSTART _IOW('5', 2, int) macro
/freebsd-13.1/sys/i386/i386/
H A Dperfmon.c360 case PMIOSTART: in perfmon_ioctl()