Searched defs:msgsz (Results 1 – 11 of 11) sorted by relevance
/external/ltp/include/ |
D | tst_safe_sysv_ipc.h | 32 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \ argument 37 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
|
/external/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 58 size_t msgsz, int msgflg) in safe_msgsnd() 73 size_t msgsz, long msgtyp, int msgflg) in safe_msgrcv()
|
/external/strace/tests/ |
D | ipc.c | 105 const long msgsz = -3; in main() local
|
D | ipc_msgbuf.c | 40 #define msgsz sizeof(text_string) macro
|
/external/strace/tests-mx32/ |
D | ipc.c | 105 const long msgsz = -3; in main() local
|
D | ipc_msgbuf.c | 40 #define msgsz sizeof(text_string) macro
|
/external/strace/tests-m32/ |
D | ipc.c | 105 const long msgsz = -3; in main() local
|
D | ipc_msgbuf.c | 40 #define msgsz sizeof(text_string) macro
|
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd02.c | 61 int msgsz; member
|
/external/u-boot/drivers/crypto/fsl/ |
D | jobdesc.c | 176 const uint8_t *msg, uint32_t msgsz, uint8_t *digest, in inline_cnstr_jobdesc_hash()
|
/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
|