| /src/lib/libc/arch/aarch64/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2014/08/10 05:47:37 matt Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/alpha/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:51 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/arm/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/12/29 20:14:04 bjh21 Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/hppa/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.3 2004/07/18 20:48:04 chs Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/i386/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:52 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/ia64/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.2 2016/06/30 09:14:30 mrg Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/mips/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:52 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/or1k/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2014/09/03 19:34:26 matt Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/powerpc/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:53 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/powerpc64/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2006/07/01 16:37:20 ross Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/riscv/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2014/09/19 17:36:25 matt Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/sh3/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:54 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/sparc/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:54 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/sparc64/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:55 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/vax/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2000/07/07 08:20:55 itohy Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/x86_64/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.1 2001/06/19 00:25:06 fvdl Exp $ */ 5 RSYSCALL(shmat)
|
| /src/lib/libc/arch/m68k/sys/ |
| shmat.S | 1 /* $NetBSD: shmat.S,v 1.3 2013/07/16 22:16:53 matt Exp $ */ 31 SYSCALL(shmat) 36 END(shmat)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| shm.d | 193 void* shmat(int, const scope void*, int); 204 void* shmat(int, const scope void*, int); 213 void* shmat(int, const scope void*, int); 222 void* shmat(int, const scope void*, int); 231 void* shmat(int, const scope void*, int); 240 void* shmat(int, const scope void*, int); 257 void* shmat(int, const scope void*, int); 268 void* shmat(int, const scope void*, int); 279 void* shmat(int, const scope void*, int);
|
| /src/sys/sys/ |
| shm.h | 102 time_t shm_atime; /* time of last shmat() */ 123 * Permission definitions used in shmflag arguments to shmat(2) and shmget(2). 197 void *shmat(int, const void *, int);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| sparc64-adi.c | 73 char *shmaddr = (char *)shmat (shmid, NULL, 0x666 | SHM_RND);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| sparc64-adi.c | 74 char *shmaddr = (char *)shmat (shmid, NULL, 0x666 | SHM_RND);
|
| /src/external/bsd/unbound/dist/util/shm_side/ |
| shm_main.c | 154 shmat(daemon->shm_info->id_ctl, NULL, 0); 156 log_err("SHM failed(ctl) cannot shmat(%d) %s", 167 shmat(daemon->shm_info->id_arr, NULL, 0); 171 log_err("SHM failed(arr) cannot shmat(%d) %s",
|
| /src/external/bsd/ntp/dist/util/ |
| sht.c | 61 struct shmTime *p=(struct shmTime *)shmat (shmid, 0, 0); 63 perror ("shmat");
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_shm.c | 137 shm->shm_address = shmat(shm->id, (char *)0, SHM_RND); 139 error("hw_shm_init_data() shmat failed\n");
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_shm.c | 137 shm->shm_address = shmat(shm->id, (char *)0, SHM_RND); 139 error("hw_shm_init_data() shmat failed\n");
|