/third_party/ltp/include/lapi/ |
D | shmbuf.h | 39 unsigned long shm_nattch; /* no. of current attaches */ member 53 unsigned long shm_nattch; /* no. of current attaches */ member 93 unsigned long shm_nattch; /* no. of current attaches */ member 130 unsigned long shm_nattch; /* no. of current attaches */ member 166 unsigned long shm_nattch; /* no. of current attaches */ member 191 __kernel_ulong_t shm_nattch; /* no. of current attaches */ member 221 unsigned long shm_nattch; /* no. of current attaches */ member 265 unsigned long shm_nattch; /* no. of current attaches */ member
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl01.c | 109 if (ds1.shm_nattch != ds2.shm_nattch) { in check_nattch() 111 (long)ds1.shm_nattch, (long)ds2.shm_nattch); in check_nattch() 115 if ((int)ds1.shm_nattch == exp_nattch) { in check_nattch() 121 msg, (long)ds1.shm_nattch, exp_nattch); in check_nattch()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_shm.c | 61 EQ((int)shmid_ds.shm_nattch, 0, "got %d, want %d"); in set() 73 EQ((int)shmid_ds.shm_nattch, 1, "got %d, want %d"); in set()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
D | hugeshmctl01.c | 182 if (buf.shm_nattch != N_ATTACH + num) { in func_stat() 184 (unsigned long)buf.shm_nattch); in func_stat()
|
/third_party/musl/arch/powerpc64/bits/ |
D | shm.h | 11 unsigned long shm_nattch; member
|
/third_party/musl/porting/linux/user/arch/generic/bits/ |
D | shm.h | 11 unsigned long shm_nattch; member
|
/third_party/musl/arch/generic/bits/ |
D | shm.h | 11 unsigned long shm_nattch; member
|
/third_party/musl/arch/mips/bits/ |
D | shm.h | 11 unsigned long shm_nattch; member
|
/third_party/musl/arch/mipsn32/bits/ |
D | shm.h | 11 unsigned long shm_nattch; member
|
/third_party/musl/arch/powerpc/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/arch/i386/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 6-1-buildonly.c | 38 t.shm_nattch = nattch; in dummyfcn()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | shm.h | 16 unsigned long shm_nattch; member
|
/third_party/musl/arch/or1k/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/arch/microblaze/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | shm.h | 16 unsigned long shm_nattch; member
|
/third_party/musl/arch/sh/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/arch/arm/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/arch/m68k/bits/ |
D | shm.h | 14 unsigned long shm_nattch; member
|
/third_party/musl/arch/x32/bits/ |
D | shm.h | 11 unsigned long shm_nattch; member
|
/third_party/musl/libc-test/src/api/ |
D | sys_shm.c | 20 F(shmatt_t,shm_nattch) in f()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/ |
D | shmdt01.c | 132 if (buf.shm_nattch != 0) { in check_functionality()
|