OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgsnd
(Results
1 - 9
of
9
) sorted by relevancy
/src/tests/lib/libc/sys/
t_msgsnd.c
75
atf_tc_set_md_var(tc, "descr", "Test that
msgsnd
(2) blocks");
101
if (
msgsnd
(id, &msg, sizeof(struct msg), 0) < 0)
111
atf_tc_fail("
msgsnd
(2) did not block");
125
"Test that
msgsnd
(2) increments the amount of "
143
rv =
msgsnd
(id, &msg, sizeof(struct msg), IPC_NOWAIT);
173
atf_tc_set_md_var(tc, "descr", "Test errors from
msgsnd
(2)");
186
ATF_REQUIRE_ERRNO(EFAULT,
msgsnd
(id, (void *)-1,
191
ATF_REQUIRE_ERRNO(EINVAL,
msgsnd
(-1, &msg,
196
ATF_REQUIRE_ERRNO(EINVAL,
msgsnd
(-1, &msg,
202
ATF_REQUIRE_ERRNO(EINVAL,
msgsnd
(id, &msg
[
all
...]
t_msgrcv.c
88
(void)
msgsnd
(id, &msg1, MSG_LEN, IPC_NOWAIT);
130
* Below
msgsnd
(2) should unblock the child,
134
(void)
msgsnd
(id, &msg, MSG_LEN, IPC_NOWAIT);
169
ATF_REQUIRE(
msgsnd
(id, &msg, MSG_LEN, IPC_NOWAIT) == 0);
186
ATF_REQUIRE(
msgsnd
(id, &msg, MSG_LEN, IPC_NOWAIT) == 0);
217
(void)
msgsnd
(id, &msg1, MSG_LEN, IPC_NOWAIT);
258
ATF_REQUIRE(
msgsnd
(id, &msg, MSG_LEN, IPC_NOWAIT) == 0);
317
(void)
msgsnd
(id, &msg1, MSG_LEN, IPC_NOWAIT);
t_getrusage.c
170
long
msgsnd
;
local
175
msgsnd
= ru.ru_msgsnd;
190
ATF_REQUIRE(
msgsnd
+ 10 == ru.ru_msgsnd);
t_msgctl.c
207
(void)
msgsnd
(id, &msg, sizeof(struct msg), IPC_NOWAIT);
219
atf_tc_fail("the PID of last
msgsnd
(2) was not updated");
318
(void)
msgsnd
(id, &msg, sizeof(struct msg), IPC_NOWAIT);
322
atf_tc_fail("time of last
msgsnd
(2) was not updated");
340
atf_tc_fail("time of last
msgsnd
(2) was updated incorrectly");
/src/sys/sys/
msg.h
204
int
msgsnd
(int, const void *, size_t, int);
/src/tests/kernel/
t_sysv.c
256
ATF_REQUIRE_MSG(
msgsnd
(sender_msqid, &m, MESSAGE_TEXT_LEN,
257
0) != -1, "sender:
msgsnd
1: %d", errno);
270
ATF_REQUIRE_MSG(
msgsnd
(sender_msqid, &m, MESSAGE_TEXT_LEN, 0)
271
!= -1, "sender:
msgsnd
2: %d", errno);
365
if (
msgsnd
(msqid, &m, MESSAGE_TEXT_LEN, 0) == -1)
366
err(EXIT_FAILURE, "receiver:
msgsnd
ack 1");
383
if (
msgsnd
(msqid, &m, MESSAGE_TEXT_LEN, 0) == -1)
384
err(EXIT_FAILURE, "receiver:
msgsnd
ack 2");
/src/lib/libpthread/
pthread_cancelstub.c
125
__typeof(
msgsnd
) _sys_msgsnd;
395
msgsnd
(int msgid, const void *msgp, size_t msgsz, int msgflg)
function
801
__strong_alias(_msgsnd,
msgsnd
)
/src/lib/libc/sys/
Makefile.inc
185
msgrcv.S
msgsnd
.S __msync13.S __nanosleep50.S open.S openat.S \
283
mprotect.2 mremap.2 msgctl.2 msgget.2 msgrcv.2
msgsnd
.2 msync.2 \
/src/tests/lib/libpthread/
t_cancellation.c
409
RL(
msgsnd
(msgid, buf, sizeof(buf), 0));
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026