Home
last modified time | relevance | path

Searched refs:nattch (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c216 shmatt_t nattch; in shm_print() local
218 nattch = shmid->shm_perm.ipc_ref - (IPC_FREE(&shmid->shm_perm) ? 0 : 1); in shm_print()
224 (int)shmid->shm_lpid, (int)shmid->shm_cpid, nattch, in shm_print()
/titanic_41/usr/src/uts/common/os/
H A Dshm.c633 shmatt_t nattch; in shmctl() local
671 nattch = sp->shm_perm.ipc_ref - 1; in shmctl()
679 STRUCT_FSET(ds, shm_nattch, nattch); in shmctl()
699 nattch = sp->shm_perm.ipc_ref - 1; in shmctl()
706 ds64.shmx_nattch = nattch; in shmctl()