Home
last modified time | relevance | path

Searched refs:shm_ismattch (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dshm.c483 sp->shm_ismattch++; /* keep count of ISM attaches */ in shmat()
680 STRUCT_FSET(ds, shm_cnattch, sp->shm_ismattch); in shmctl()
707 ds64.shmx_cnattch = sp->shm_ismattch; in shmctl()
778 sp->shm_ismattch--; in shm_detach()
909 sp->shm_ismattch = 0; in shmget()
1089 sp->shm_ismattch++; in shmfork()
/illumos-gate/usr/src/uts/common/sys/
H A Dshm_impl.h65 ulong_t shm_ismattch; /* number of ISM attaches */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c224 shmid->shm_ismattch); in shm_print()