Searched defs:shmat (Results 1 - 2 of 2) 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/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",

Completed in 36 milliseconds