Searched defs:shmat (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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) function
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | shmsys.c | 63 shmat(int shmid, char *shmaddr, int shmflg) function 138 return ((int)shmat(shmid, shmaddr, shmflg));
|
/illumos-gate/usr/src/lib/madv/common/ |
H A D | madv.c | 668 * shmat interpose 671 shmat(int shmid, const void *shmaddr, int shmflag) function 685 shmatfunc = (caddr_t (*)()) dlsym(RTLD_NEXT, "shmat"); 703 * Apply advice if specified and shmat succeeded. 714 "shmat advice: 0x%x 0x%x %d, rc %d errno %d\n",
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | shm.c | 142 * in a call to shmat(2). In other words, with share_page_table set, you always 146 * shmat(2). 254 shmat(int shmid, caddr_t uaddr, int uflags, uintptr_t *rvp) function 327 * For the initial shmat (!isspt(sp)), where sptcreate is 331 * If the shmat is just to attach to an already created 956 * System entry point for shmat, shmctl, shmdt, and shmget system calls. 966 error = shmat((int)a0, (caddr_t)a1, (int)a2, &r_val);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 249 shmat.2 \ 383 shmat.2 := LINKSRC = shmop.2
|
Completed in 49 milliseconds