Home
last modified time | relevance | path

Searched refs:msgsz (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/include/
H A Dtst_safe_sysv_ipc.h19 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 Dtst_safe_sysv_ipc.c83 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 Dmsgsnd02.c49 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 Dmsgrcv02.c8 * 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 Dmod.rs491 msgsz: ::size_t, in msgrcv()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs491 msgsz: ::size_t, in msgrcv()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Dmod.rs472 msgsz: ::size_t, in msgrcv()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
H A Dmod.rs460 msgsz: ::size_t, in msgrcv()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1860 msgsz: ::size_t, in msgrcv()
1867 msgsz: ::size_t, in msgsnd()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3968 msgsz: ::size_t, in msgrcv()
3975 msgsz: ::size_t, in msgsnd()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3927 msgsz: ::size_t, in msgrcv()
3934 msgsz: ::size_t, in msgsnd()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4100 msgsz: ::size_t, in msgsnd()

Completed in 40 milliseconds