Home
last modified time | relevance | path

Searched defs:msgsz (Results 1 – 11 of 11) sorted by relevance

/external/ltp/include/
Dtst_safe_sysv_ipc.h32 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \ argument
37 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
/external/ltp/lib/
Dtst_safe_sysv_ipc.c58 size_t msgsz, int msgflg) in safe_msgsnd()
73 size_t msgsz, long msgtyp, int msgflg) in safe_msgrcv()
/external/strace/tests/
Dipc.c105 const long msgsz = -3; in main() local
Dipc_msgbuf.c40 #define msgsz sizeof(text_string) macro
/external/strace/tests-mx32/
Dipc.c105 const long msgsz = -3; in main() local
Dipc_msgbuf.c40 #define msgsz sizeof(text_string) macro
/external/strace/tests-m32/
Dipc.c105 const long msgsz = -3; in main() local
Dipc_msgbuf.c40 #define msgsz sizeof(text_string) macro
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd02.c61 int msgsz; member
/external/u-boot/drivers/crypto/fsl/
Djobdesc.c176 const uint8_t *msg, uint32_t msgsz, uint8_t *digest, in inline_cnstr_jobdesc_hash()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1286 #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