Searched defs:_IOWR (Results 1 - 1 of 1) sorted by path

/bionic/libc/kernel/uapi/asm-generic/
H A Dioctl.h59 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) macro

Completed in 89 milliseconds