Searched refs:IOCGROUP (Results 1 – 6 of 6) sorted by relevance
45 #define IOCGROUP(x) (((x) >> 8) & 0xff) macro
52 #define IOCGROUP(x) (((x) >> 8) & 0xff) macro
274 if (IOCGROUP(cmd) == 'i') in soo_ioctl()276 else if (IOCGROUP(cmd) == 'r') { in soo_ioctl()
333 IOCGROUP(command), in ng_eiface_print_ioctl()
506 IOCGROUP(command), in ng_iface_print_ioctl()
442 #define _IOC_TYPE(x) IOCGROUP(x) in vchiq_ioctl()