Searched refs:_SIOC_DIR (Results 1 – 4 of 4) sorted by relevance
90 #define _SIOC_DIR _IOC_DIR macro119 #define _SIOC_DIR(x) (x & 0xf0000000) macro
92 #define _SIOC_DIR _IOC_DIR macro121 #define _SIOC_DIR(x) (x & 0xf0000000) macro
349 if (_SIOC_DIR(cmd) & _SIOC_WRITE) in mixer_ioctl()