Searched refs:_IOW_BAD (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | binder.h | 155 BC_TRANSACTION = _IOW_BAD('c', 0, struct binder_transaction_data), 156 BC_REPLY = _IOW_BAD('c', 1, struct binder_transaction_data), 158 BC_ACQUIRE_RESULT = _IOW_BAD('c', 2, int), 160 BC_FREE_BUFFER = _IOW_BAD('c', 3, int), 162 BC_INCREFS = _IOW_BAD('c', 4, int), 163 BC_ACQUIRE = _IOW_BAD('c', 5, int), 164 BC_RELEASE = _IOW_BAD('c', 6, int), 165 BC_DECREFS = _IOW_BAD('c', 7, int), 167 BC_INCREFS_DONE = _IOW_BAD('c', 8, struct binder_ptr_cookie), 168 BC_ACQUIRE_DONE = _IOW_BAD('c', 9, struct binder_ptr_cookie), [all …]
|
/bionic/libc/kernel/common/asm-generic/ |
D | ioctl.h | 44 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) macro
|