/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
ptrace-tm-gpr.c | 30 cptr = (unsigned long *)shmat(shm_id, NULL, 0); 130 pptr = (unsigned long *)shmat(shm_id, NULL, 0);
|
ptrace-tm-spd-gpr.c | 37 cptr = (int *)shmat(shm_id, NULL, 0); 137 pptr = (int *)shmat(shm_id, NULL, 0);
|
ptrace-tm-spd-tar.c | 31 cptr = (int *)shmat(shm_id, NULL, 0); 141 pptr = (int *)shmat(shm_id, NULL, 0);
|
ptrace-tm-spd-vsx.c | 51 cptr = (int *)shmat(shm_id, NULL, 0); 156 pptr = (int *)shmat(shm_id, NULL, 0);
|
ptrace-tm-tar.c | 25 cptr = (unsigned long *)shmat(shm_id, NULL, 0); 129 pptr = (unsigned long *)shmat(shm_id, NULL, 0);
|
ptrace-tm-vsx.c | 38 cptr = (unsigned long *)shmat(shm_id, NULL, 0); 139 pptr = (unsigned long *)shmat(shm_id, NULL, 0);
|
/external/ltp/lib/ |
tst_safe_sysv_ipc.c | 102 rval = shmat(shmid, shmaddr, shmflg); 104 tst_brk(TBROK | TERRNO, "%s:%d: shmat(%i, %p, %x) failed",
|
/external/strace/linux/ |
subcall.h | 67 [SYS_ipc_subcall + 21] = { 4, IS|TI|TM|SI, SEN(shmat), "shmat" },
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
shm.h | 29 /* Flags for `shmat'. */ 54 __time_t shm_atime; /* time of last shmat() */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
shm.h | 30 /* Flags for `shmat'. */ 55 __time_t shm_atime; /* time of last shmat() */
|
/bionic/libc/include/sys/ |
shm.h | 45 void* shmat(int __shm_id, const void* __addr, int __flags) __INTRODUCED_IN(26);
|
/bionic/tests/headers/posix/ |
sys_shm_h.c | 54 FUNCTION(shmat, void* (*f)(int, const void*, int));
|
/external/kernel-headers/original/uapi/linux/ |
ipc.h | 71 #define SHMAT 21
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
shm.h | 57 extern void *shmat (int __shmid, __const void *__shmaddr, int __shmflg)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ipc.h | 70 #define SHMAT 21
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
shm.h | 57 extern void *shmat (int __shmid, __const void *__shmaddr, int __shmflg)
|
/external/fio/os/ |
os-android.h | 67 #define shmat bionic_shmat macro 73 #undef shmat macro 123 static inline void *shmat (int __shmid, const void *__shmaddr, int __shmflg) function
|
/external/ltp/testcases/kernel/syscalls/ipc/shmdt/ |
shmdt01.c | 56 * - Fix wrong return value check on shmat system call (leading to 107 shared = shmat(shm_id_1, 0, 0); 202 shared = shmat(shm_id_1, 0, 0);
|
/external/ltp/testcases/kernel/syscalls/mremap/ |
mremap04.c | 165 * Call shmat() to attach the shared memory segment to the data segment of the 207 shmaddr = shmat(shmid, NULL, 0); 209 tst_brkm(TBROK, cleanup, "shmat() Failed to attach shared "
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
hugepage-shm.c | 68 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS);
|
thuge-gen.c | 179 char *map = shmat(id, NULL, 0600); 180 if (map == (char*)-1) err("shmat");
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
assertions.xml | 39 void *shmat(int, const void *, int)
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
memcg_process.c | 241 p = shmat(shmid, NULL, 0); 244 err(1, "shmat() failed");
|
/external/ltp/testcases/kernel/syscalls/kill/ |
kill05.c | 59 * - Fix wrong return value check on shmat system call (leading to 232 if ((flag = shmat(shmid1, 0, 0)) == (int *)-1)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
9-1.c | 135 shmptr = shmat(shm_id, 0, 0); 137 perror("An error occurs when calling shmat()");
|