Searched refs:shmat (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dshmsys.c29 #pragma weak _shmat = shmat
46 shmat(int shmid, const void *shmaddr, int shmflg) function
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dshm.c61 shm = shmat(*shmid, (void *) 0, 0);
/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_map.c434 if ((infop->addr = shmat(infop->segid, NULL, 0)) == (void *)-1) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.xs22 extern Shmat_t shmat (int, char *, int);
/osnet-11/usr/src/lib/madv/common/
H A Dmadv.c667 * shmat interpose
670 shmat(int shmid, const void *shmaddr, int shmflag) function
684 shmatfunc = (caddr_t (*)()) dlsym(RTLD_NEXT, "shmat");
702 * Apply advice if specified and shmat succeeded.
713 "shmat advice: 0x%x 0x%x %d, rc %d errno %d\n",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1947 * This symbol holds the return type of the shmat() system call.
1952 * a prototype for shmat(). Otherwise, it is up to the program to
1953 * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess,
H A Ddoio.c36 extern Shmat_t shmat (int, char *, int);
2202 shm = (char *)shmat(id, (char*)NULL, (optype == OP_SHMREAD) ? SHM_RDONLY : 0);

Completed in 1005 milliseconds