Home
last modified time | relevance | path

Searched refs:PCIOCRD (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/arch/amd64/include/
Dpctr.h46 #define PCIOCRD _IOR('c', 1, struct pctrst) /* Read counter value */ macro
/openbsd/src/sys/arch/i386/include/
Dpctr.h50 #define PCIOCRD _IOR('c', 1, struct pctrst) /* Read counter value */ macro
/openbsd/src/sys/arch/amd64/amd64/
Dpctr.c174 case PCIOCRD: in pctrioctl()
/openbsd/src/sys/arch/i386/i386/
Dpctr.c177 case PCIOCRD: in pctrioctl()
/openbsd/src/usr.bin/pctr/
Dpctr.c343 if (ioctl(fd, PCIOCRD, st) == -1) { in pctr_read()