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

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

Completed in 47 milliseconds