Searched defs:shmgetid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c266 shmgetid(char *arg) function
282 * shmgetid succeeds but the subsequent IPC_RMID fails
422 if ((ipc_id = shmgetid(optarg)) < 0) {
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c793 prbarrier(pp); /* block /proc. See shmgetid(). */
1042 prbarrier(pp); /* block /proc. See shmgetid(). */
1282 * shmgetid() is called from code in /proc with the process locked but
1287 * See shmdt() and sa_add(), above. shmgetid() may also be called on a
1291 shmgetid(proc_t *pp, caddr_t addr) function

Completed in 71 milliseconds