/third_party/ltp/include/ |
H A D | tst_safe_sysv_ipc.h | 19 size_t msgsz, int msgflg); 20 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \ 21 safe_msgsnd(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgflg)) 24 size_t msgsz, long msgtyp, int msgflg); 25 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \ 26 safe_msgrcv(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgtyp), (msgflg))
|
/third_party/ltp/lib/ |
H A D | tst_safe_sysv_ipc.c | 83 size_t msgsz, int msgflg) in safe_msgsnd() 87 rval = msgsnd(msqid, msgp, msgsz, msgflg); in safe_msgsnd() 91 "msgsnd(%i, %p, %zu, %x) failed", msqid, msgp, msgsz, in safe_msgsnd() 96 msqid, msgp, msgsz, msgflg, rval); in safe_msgsnd() 103 size_t msgsz, long msgtyp, int msgflg) in safe_msgrcv() 107 rval = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg); in safe_msgrcv() 112 msqid, msgp, msgsz, msgtyp, msgflg); in safe_msgrcv() 116 msqid, msgp, msgsz, msgtyp, msgflg, rval); in safe_msgrcv() 82 safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, size_t msgsz, int msgflg) safe_msgsnd() argument 102 safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) safe_msgrcv() argument
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
H A D | msgsnd02.c | 49 int msgsz; member 64 TST_EXP_FAIL(msgsnd(*tc->id, tc->buffer, tc->msgsz, 0), tc->exp_err, in verify_msgsnd() 65 "msgsnd(%i, %p, %i, 0)", *tc->id, tc->buffer, tc->msgsz); in verify_msgsnd()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv02.c | 8 * greater than msgsz and MSG_NOERROR isn't specified in msgflg. 48 int msgsz; member 66 TST_EXP_FAIL2(msgrcv(*tc->id, tc->buffer, tc->msgsz, tc->msgtyp, tc->msgflag), tc->exp_err, in verify_msgrcv() 67 "msgrcv(%i, %p, %i, %ld, %i)", *tc->id, tc->buffer, tc->msgsz, tc->msgtyp, tc->msgflag); in verify_msgrcv()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 491 msgsz: ::size_t, in msgrcv()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 491 msgsz: ::size_t, in msgrcv()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 472 msgsz: ::size_t, in msgrcv()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 460 msgsz: ::size_t, in msgrcv()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1860 msgsz: ::size_t, in msgrcv() 1867 msgsz: ::size_t, in msgsnd()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3968 msgsz: ::size_t, in msgrcv() 3975 msgsz: ::size_t, in msgsnd()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3927 msgsz: ::size_t, in msgrcv() 3934 msgsz: ::size_t, in msgsnd()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 4100 msgsz: ::size_t, in msgsnd()
|