/third_party/ltp/include/lapi/ |
D | msgbuf.h | 38 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 56 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 74 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 112 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 146 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 182 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 208 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 251 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member 296 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ member
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl01.c | 67 if (buf.msg_lspid == 0) in verify_msgctl() 70 tst_res(TFAIL, "msg_lspid = %u", (unsigned)buf.msg_lspid); in verify_msgctl()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_msg.c | 62 EQ(qid_ds.msg_lspid, 0, "got %d, want %d"); in snd() 77 EQ(qid_ds.msg_lspid, getpid(), "got %d, want %d"); in snd()
|
/third_party/musl/arch/generic/bits/ |
D | msg.h | 9 pid_t msg_lspid; member
|
/third_party/musl/arch/x32/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/m68k/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/microblaze/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/sh/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/i386/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/powerpc/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/or1k/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/arm/bits/ |
D | msg.h | 12 pid_t msg_lspid; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | msg.h | 21 pid_t msg_lspid; member
|
/third_party/musl/arch/mips/bits/ |
D | msg.h | 21 pid_t msg_lspid; member
|
/third_party/musl/libc-test/src/api/ |
D | sys_msg.c | 19 F(pid_t, msg_lspid) in f()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd01.c | 48 if (qs_buf.msg_lspid == pid) in verify_msgsnd()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 62 pub msg_lspid: ::pid_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 71 pub msg_lspid: ::pid_t,
|
/third_party/toybox/toys/pending/ |
D | ipcs.c | 67 (long) buf.msg_qnum, buf.msg_lspid, buf.msg_lrpid); in show_msg_id() 401 printf(" %5d %5d\n", buf.msg_lspid, buf.msg_lrpid); in msg_array()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 126 pub msg_lspid: ::pid_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 86 pub msg_lspid: ::pid_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 73 pub msg_lspid: ::pid_t,
|