Home
last modified time | relevance | path

Searched refs:IOCGROUP (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dioccom.h45 #define IOCGROUP(x) (((x) >> 8) & 0xff) macro
/f-stack/freebsd/sys/
H A Dioccom.h52 #define IOCGROUP(x) (((x) >> 8) & 0xff) macro
/f-stack/freebsd/kern/
H A Dsys_socket.c274 if (IOCGROUP(cmd) == 'i') in soo_ioctl()
276 else if (IOCGROUP(cmd) == 'r') { in soo_ioctl()
/f-stack/freebsd/netgraph/
H A Dng_eiface.c333 IOCGROUP(command), in ng_eiface_print_ioctl()
H A Dng_iface.c506 IOCGROUP(command), in ng_iface_print_ioctl()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c442 #define _IOC_TYPE(x) IOCGROUP(x) in vchiq_ioctl()