Searched defs:shmdt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dshmsys.c33 #pragma weak _shmdt = shmdt
79 shmdt(char *shmaddr) function
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c111 shmdt(char *shmaddr) function
148 return (shmdt(shmaddr));
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c787 shmdt(caddr_t addr) function
956 * System entry point for shmat, shmctl, shmdt, and shmget system calls.
972 error = shmdt((caddr_t)a0);
1252 * amp. This means all shmdt()s and the IPC_RMID have been done.
1287 * See shmdt() and sa_add(), above. shmgetid() may also be called on a
/illumos-gate/usr/src/man/man2/
H A DMakefile250 shmdt.2 \
384 shmdt.2 := LINKSRC = shmop.2

Completed in 62 milliseconds