Home
last modified time | relevance | path

Searched refs:shm_cpid (Results 1 - 25 of 66) sorted by relevance

123

/third_party/ltp/include/lapi/
H A Dshmbuf.h37 __kernel_pid_t shm_cpid; /* pid of creator */ member
51 __kernel_pid_t shm_cpid; /* pid of creator */ member
91 __kernel_pid_t shm_cpid; /* pid of creator */ member
128 __kernel_pid_t shm_cpid; /* pid of creator */ member
164 __kernel_pid_t shm_cpid; /* pid of creator */ member
189 __kernel_pid_t shm_cpid; /* pid of creator */ member
219 __kernel_pid_t shm_cpid; /* pid of creator */ member
263 __kernel_pid_t shm_cpid; /* pid of creator */ member
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl01.c178 if (ds->shm_cpid != pid) { in check_ds()
179 tst_res(TFAIL, "%s: shm_cpid=%i, expected %i", in check_ds()
180 desc, ds->shm_cpid, pid); in check_ds()
182 tst_res(TPASS, "%s: shm_cpid=%i", desc, pid); in check_ds()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/porting/linux/user/arch/generic/bits/
H A Dshm.h9 pid_t shm_cpid; member
/third_party/musl/arch/arm/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/arch/i386/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/arch/microblaze/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/arch/mips/bits/
H A Dshm.h9 pid_t shm_cpid; member
/third_party/musl/arch/or1k/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/arch/powerpc/bits/
H A Dshm.h13 pid_t shm_cpid; member
/third_party/musl/arch/riscv32/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/arch/generic/bits/
H A Dshm.h13 pid_t shm_cpid; member
/third_party/musl/arch/m68k/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/arch/mipsn32/bits/
H A Dshm.h9 pid_t shm_cpid; member
/third_party/musl/arch/powerpc64/bits/
H A Dshm.h9 pid_t shm_cpid; member
/third_party/musl/arch/sh/bits/
H A Dshm.h12 pid_t shm_cpid; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dshm.h14 pid_t shm_cpid; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dshm.h14 pid_t shm_cpid; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
H A D6-1-buildonly.c15 * pid_t shm_cpid
37 t.shm_cpid = cpid; in dummyfcn()
/third_party/musl/arch/x32/bits/
H A Dshm.h9 pid_t shm_cpid; member
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/
H A Dhugeshmget01.c35 if (buf.shm_cpid != getpid()) { in test_hugeshmget()
/third_party/musl/libc-test/src/api/
H A Dsys_shm.c19 F(pid_t, shm_cpid) in f()
/third_party/musl/libc-test/src/functional/
H A Dipc_shm.c60 EQ(shmid_ds.shm_cpid, getpid(), "got %d, want %d"); in set()

Completed in 6 milliseconds

123