/third_party/ltp/include/lapi/ |
H A D | shmbuf.h | 37 __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 D | shmctl01.c | 178 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 D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/porting/linux/user/arch/generic/bits/ |
H A D | shm.h | 9 pid_t shm_cpid; member
|
/third_party/musl/arch/arm/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/arch/i386/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/arch/microblaze/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/arch/mips/bits/ |
H A D | shm.h | 9 pid_t shm_cpid; member
|
/third_party/musl/arch/or1k/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/arch/powerpc/bits/ |
H A D | shm.h | 13 pid_t shm_cpid; member
|
/third_party/musl/arch/riscv32/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/arch/generic/bits/ |
H A D | shm.h | 13 pid_t shm_cpid; member
|
/third_party/musl/arch/m68k/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | shm.h | 9 pid_t shm_cpid; member
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | shm.h | 9 pid_t shm_cpid; member
|
/third_party/musl/arch/sh/bits/ |
H A D | shm.h | 12 pid_t shm_cpid; member
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | shm.h | 14 pid_t shm_cpid; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | shm.h | 14 pid_t shm_cpid; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
H A D | 6-1-buildonly.c | 15 * pid_t shm_cpid 37 t.shm_cpid = cpid; in dummyfcn()
|
/third_party/musl/arch/x32/bits/ |
H A D | shm.h | 9 pid_t shm_cpid; member
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmget/ |
H A D | hugeshmget01.c | 35 if (buf.shm_cpid != getpid()) { in test_hugeshmget()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_shm.c | 19 F(pid_t, shm_cpid) in f()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_shm.c | 60 EQ(shmid_ds.shm_cpid, getpid(), "got %d, want %d"); in set()
|