Home
last modified time | relevance | path

Searched refs:shmat (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/lib/libc/port/sys/
H A Dshmsys.c30 #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 Dshmsys.c63 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 Dshm.h127 void *shmat(int, const void *, int);
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dshm.c61 shm = shmat(*shmid, (void *) 0, 0);
/titanic_44/usr/src/man/man2/
H A DMakefile249 shmat.2 \
383 shmat.2 := LINKSRC = shmop.2
/titanic_44/usr/src/cmd/sendmail/db/os/
H A Dos_map.c434 if ((infop->addr = shmat(infop->segid, NULL, 0)) == (void *)-1) {
/titanic_44/usr/src/lib/libsys/i386/
H A Dlibsys.list111 f 1 shmat
/titanic_44/usr/src/lib/libsys/sparc/
H A Dlibsys.list109 f 1 shmat
/titanic_44/usr/src/lib/libsys/common/
H A Dmapfile-vers295 shmat;
/titanic_44/usr/src/uts/common/os/
H A Dshm.c254 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 Dinvlib.c664 char *shmat(); in invopen()
689 invcntl->iindex = shmat(shm_id, 0, in invopen()
/titanic_44/usr/src/lib/madv/common/
H A Dmadv.c671 shmat(int shmid, const void *shmaddr, int shmflag) in shmat() function
/titanic_44/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c789 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 Dsyn_common805 shmat
/titanic_44/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c726 shm = (struct shm_struct *)shmat(shmid, NULL, 0); in do_sdtest7()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc243 link path=usr/share/man/man2/shmat.2 target=shmop.2
/titanic_44/usr/src/cmd/make/bin/
H A Dparallel.cc350 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 Daudit_event.txt165 96:AUE_SHMAT:shmat(2):ip
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers2476 shmat;
H A Dllib-lc1406 void *shmat(int shmid, const void *shmaddr, int shmflg);
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1832 # ipc, ipc_perm token: shmat -> ipc_lookup -> audit_ipc
/titanic_44/
H A D.gitignore4625 usr/src/man/man2/shmat.2