Searched refs:msgsnd (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/syscalls/
H A Dipc.h19 DO_TEST(msgsnd, __NR_msgsnd)
/linux-master/tools/testing/selftests/ipc/
H A Dmsgque.c67 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype,
69 printf("msgsnd failed (%m)\n");
179 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING),
187 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(ANOTHER_TEST_STRING),
/linux-master/kernel/
H A Dsys_ni.c126 COND_SYSCALL(msgsnd); variable
127 COND_SYSCALL_COMPAT(msgsnd); variable
/linux-master/ipc/
H A Dmsg.c51 time64_t q_stime; /* last msgsnd time */
57 struct pid *q_lspid; /* pid of last msgsnd */
971 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz,
995 COMPAT_SYSCALL_DEFINE4(msgsnd, int, msqid, compat_uptr_t, msgp,

Completed in 171 milliseconds