HomeSort by relevance Sort by last modified time
    Searched refs:SHMAT (Results 1 - 11 of 11) sorted by null

  /external/strace/tests/
shmxt.c 16 # define SHMAT "osf_shmat"
18 # define SHMAT "shmat"
40 rc = (long) shmat(bogus_shmid, bogus_shmaddr, bogus_shmflg);
42 SHMAT, bogus_shmid, bogus_shmaddr, bogus_shmflg & ~0xf000,
45 shmat(id, NULL, SHM_REMAP);
47 SHMAT, id, errno2name());
49 void *shmaddr = shmat(id, NULL, SHM_RDONLY);
51 perror_msg_and_skip("shmat SHM_RDONLY");
52 printf("%s(%d, NULL, SHM_RDONLY) = %p\n", SHMAT, id, shmaddr)
    [all...]
  /external/strace/tests-m32/
shmxt.c 16 # define SHMAT "osf_shmat"
18 # define SHMAT "shmat"
40 rc = (long) shmat(bogus_shmid, bogus_shmaddr, bogus_shmflg);
42 SHMAT, bogus_shmid, bogus_shmaddr, bogus_shmflg & ~0xf000,
45 shmat(id, NULL, SHM_REMAP);
47 SHMAT, id, errno2name());
49 void *shmaddr = shmat(id, NULL, SHM_RDONLY);
51 perror_msg_and_skip("shmat SHM_RDONLY");
52 printf("%s(%d, NULL, SHM_RDONLY) = %p\n", SHMAT, id, shmaddr)
    [all...]
  /external/strace/tests-mx32/
shmxt.c 16 # define SHMAT "osf_shmat"
18 # define SHMAT "shmat"
40 rc = (long) shmat(bogus_shmid, bogus_shmaddr, bogus_shmflg);
42 SHMAT, bogus_shmid, bogus_shmaddr, bogus_shmflg & ~0xf000,
45 shmat(id, NULL, SHM_REMAP);
47 SHMAT, id, errno2name());
49 void *shmaddr = shmat(id, NULL, SHM_RDONLY);
51 perror_msg_and_skip("shmat SHM_RDONLY");
52 printf("%s(%d, NULL, SHM_RDONLY) = %p\n", SHMAT, id, shmaddr)
    [all...]
  /external/strace/xlat/
ipccalls.h 26 #if !(defined(SHMAT) || (defined(HAVE_DECL_SHMAT) && HAVE_DECL_SHMAT))
27 # define SHMAT 21
55 XLAT(SHMAT),
  /bionic/libc/bionic/
sys_shm.cpp 34 void* shmat(int id, const void* address, int flags) { function
40 if (syscall(SYS_ipc, SHMAT, id, flags, &result, address, 0) == -1) {
  /bionic/libc/kernel/uapi/linux/
ipc.h 56 #define SHMAT 21
  /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/linux/
ipc.h 70 #define SHMAT 21
  /external/valgrind/include/vki/
vki-solaris.h 958 #define VKI_SHMAT SHMAT
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.c 88 GO(SYS_shmsys, "(SHMAT) 4s 0m");
89 SY(SYS_shmsys, x0 + SHMAT, x0, x0 - 1, x0); FAIL;
    [all...]
scalar.stderr.exp 419 52: SYS_shmsys (SHMAT) 4s 0m
    [all...]

Completed in 142 milliseconds