Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/parisc/kernel/
Dsyscall_table.S286 ENTRY_COMP(msgsnd)
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl78 69 common msgsnd sys_msgsnd
/linux-4.1.27/ipc/
Dcompat.c418 COMPAT_SYSCALL_DEFINE4(msgsnd, int, msqid, compat_uptr_t, msgp, in COMPAT_SYSCALL_DEFINE4() argument
Dmsg.c720 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument