Searched refs:shmat (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | shmsys.c | 29 #pragma weak _shmat = shmat 46 shmat(int shmid, const void *shmaddr, int shmflg) function
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | shm.c | 61 shm = shmat(*shmid, (void *) 0, 0);
|
/osnet-11/usr/src/cmd/sendmail/db/os/ |
H A D | os_map.c | 434 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 D | SysV.xs | 22 extern Shmat_t shmat (int, char *, int);
|
/osnet-11/usr/src/lib/madv/common/ |
H A D | madv.c | 667 * 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 D | config_h.SH | 1947 * 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 D | doio.c | 36 extern Shmat_t shmat (int, char *, int); 2202 shm = (char *)shmat(id, (char*)NULL, (optype == OP_SHMREAD) ? SHM_RDONLY : 0);
|
Completed in 1005 milliseconds