Searched refs:_IOW_BAD (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | binder.h | 149 BC_TRANSACTION = _IOW_BAD('c', 0, struct binder_transaction_data), 150 BC_REPLY = _IOW_BAD('c', 1, struct binder_transaction_data), 151 BC_ACQUIRE_RESULT = _IOW_BAD('c', 2, int), 152 BC_FREE_BUFFER = _IOW_BAD('c', 3, int), 154 BC_INCREFS = _IOW_BAD('c', 4, int), 155 BC_ACQUIRE = _IOW_BAD('c', 5, int), 156 BC_RELEASE = _IOW_BAD('c', 6, int), 157 BC_DECREFS = _IOW_BAD('c', 7, int), 159 BC_INCREFS_DONE = _IOW_BAD('c', 8, struct binder_ptr_cookie), 160 BC_ACQUIRE_DONE = _IOW_BAD('c', 9, struct binder_ptr_cookie), [all …]
|
/bionic/libc/kernel/common/asm-generic/ |
D | ioctl.h | 50 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) macro
|
/bionic/libc/kernel/arch-mips/asm/ |
D | ioctl.h | 55 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) macro
|