Home
last modified time | relevance | path

Searched refs:msgsnd (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/testing/selftests/ipc/
Dmsgque.c65 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype, in restore_queue()
177 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING), in fill_msgque()
185 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(ANOTHER_TEST_STRING), in fill_msgque()
/linux-4.4.14/tools/testing/selftests/powerpc/syscalls/
Dipc.h18 DO_TEST(msgsnd, __NR_msgsnd)
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S286 ENTRY_COMP(msgsnd)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl78 69 common msgsnd sys_msgsnd
/linux-4.4.14/ipc/
Dcompat.c418 COMPAT_SYSCALL_DEFINE4(msgsnd, int, msqid, compat_uptr_t, msgp, in COMPAT_SYSCALL_DEFINE4() argument
Dmsg.c722 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument