Home
last modified time | relevance | path

Searched refs:msg_lspid (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmsgbuf.h38 __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/
Dmsgctl01.c67 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/
Dipc_msg.c62 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/
Dmsg.h9 pid_t msg_lspid; member
/third_party/musl/arch/x32/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/m68k/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/microblaze/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/sh/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/i386/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/powerpc/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/or1k/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/arm/bits/
Dmsg.h12 pid_t msg_lspid; member
/third_party/musl/arch/mipsn32/bits/
Dmsg.h21 pid_t msg_lspid; member
/third_party/musl/arch/mips/bits/
Dmsg.h21 pid_t msg_lspid; member
/third_party/musl/libc-test/src/api/
Dsys_msg.c19 F(pid_t, msg_lspid) in f()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd01.c48 if (qs_buf.msg_lspid == pid) in verify_msgsnd()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Dmod.rs62 pub msg_lspid: ::pid_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs71 pub msg_lspid: ::pid_t,
/third_party/toybox/toys/pending/
Dipcs.c67 (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/
Dmod.rs126 pub msg_lspid: ::pid_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs86 pub msg_lspid: ::pid_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs73 pub msg_lspid: ::pid_t,

12