/external/libnfc-nci/halimpl/pn54x/tml/ |
D | phDal4Nfc_messageQueueLib.c | 90 void phDal4Nfc_msgrelease(intptr_t msqid) in phDal4Nfc_msgrelease() 123 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void *buf) in phDal4Nfc_msgctl() 173 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t * msg, int msgflg) in phDal4Nfc_msgsnd() 230 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t * msg, long msgtyp, int msgflg) in phDal4Nfc_msgrcv()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_messageQueueLib.c | 96 int phDal4Nfc_msgctl ( intptr_t msqid, int cmd, void *buf ) in phDal4Nfc_msgctl() 139 int phDal4Nfc_msgsnd (intptr_t msqid, void * msgp, size_t msgsz, int msgflg) in phDal4Nfc_msgsnd() 190 int phDal4Nfc_msgrcv (intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg) in phDal4Nfc_msgrcv()
|
/external/strace/tests/ |
D | ipc_msgbuf.c | 52 int msqid = msgget(IPC_PRIVATE, IPC_CREAT | S_IRWXU); in main() local
|
/external/toybox/toys/pending/ |
D | ipcs.c | 341 int max_nr, i, msqid; in msg_array() local
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/ |
D | linux_syscall_hooks.h | 1286 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1289 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1301 #define __sanitizer_syscall_pre_msgctl(msqid, cmd, buf) \ argument 1303 #define __sanitizer_syscall_post_msgctl(res, msqid, cmd, buf) \ argument
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1286 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1289 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1301 #define __sanitizer_syscall_pre_msgctl(msqid, cmd, buf) \ argument 1303 #define __sanitizer_syscall_post_msgctl(res, msqid, cmd, buf) \ argument
|