/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | shmsys.c | 30 #pragma weak _shmat = shmat 47 shmat(int shmid, const void *shmaddr, int shmflg) in shmat() function
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | shmsys.c | 63 shmat(int shmid, char *shmaddr, int shmflg) in shmat() function 138 return ((int)shmat(shmid, shmaddr, shmflg)); in shmsys()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | shm.h | 127 void *shmat(int, const void *, int);
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | shm.c | 61 shm = shmat(*shmid, (void *) 0, 0);
|
/titanic_44/usr/src/man/man2/ |
H A D | Makefile | 249 shmat.2 \ 383 shmat.2 := LINKSRC = shmop.2
|
/titanic_44/usr/src/cmd/sendmail/db/os/ |
H A D | os_map.c | 434 if ((infop->addr = shmat(infop->segid, NULL, 0)) == (void *)-1) {
|
/titanic_44/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 111 f 1 shmat
|
/titanic_44/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 109 f 1 shmat
|
/titanic_44/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 295 shmat;
|
/titanic_44/usr/src/uts/common/os/ |
H A D | shm.c | 254 shmat(int shmid, caddr_t uaddr, int uflags, uintptr_t *rvp) in shmat() function 966 error = shmat((int)a0, (caddr_t)a1, (int)a2, &r_val); in shmsys()
|
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | invlib.c | 664 char *shmat(); in invopen() 689 invcntl->iindex = shmat(shm_id, 0, in invopen()
|
/titanic_44/usr/src/lib/madv/common/ |
H A D | madv.c | 671 shmat(int shmid, const void *shmaddr, int shmflag) in shmat() function
|
/titanic_44/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 789 if ((int)shmat(0, (char *)NULL, 0) < 0 && errno != EINVAL) in mem_setup() 805 if ((Buf[cnt] = shmat(Shm_id[cnt], 0, 0)) == (void *)-1) in mem_setup()
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 805 shmat
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | sd_diag.c | 726 shm = (struct shm_struct *)shmat(shmid, NULL, 0); in do_sdtest7()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 243 link path=usr/share/man/man2/shmat.2 target=shmop.2
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | parallel.cc | 350 if ((m2_shm_sem = (sem_t*) shmat(m2_shm_id, 0, 0666)) == (sem_t*)-1) { in m2_init()
|
/titanic_44/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 165 96:AUE_SHMAT:shmat(2):ip
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2476 shmat;
|
H A D | llib-lc | 1406 void *shmat(int shmid, const void *shmaddr, int shmflg);
|
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1832 # ipc, ipc_perm token: shmat -> ipc_lookup -> audit_ipc
|
/titanic_44/ |
H A D | .gitignore | 4625 usr/src/man/man2/shmat.2
|