Home
last modified time | relevance | path

Searched defs:_IOC_NR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dioctl.h36 #define _IOC_NR(cmd) ((cmd) & 0xff) macro
/freebsd/sys/dev/tdfx/
H A Dtdfx_io.h89 #define _IOC_NR(nr) (((nr) >> _IOC_NRSHIFT) & _IOC_NRMASK) macro
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c441 #define _IOC_NR(x) ((x) & 0xff) in vchiq_ioctl() macro