Home
last modified time | relevance | path

Searched refs:SHM_LOCK (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dshm.h53 #define SHM_LOCK 3 /* Lock segment in core */ macro
/titanic_50/usr/src/uts/common/sys/
H A Dshm.h120 #define SHM_LOCK 3 /* Lock segment in core */ macro
/titanic_50/usr/src/uts/common/os/
H A Dshm.c719 case SHM_LOCK: in shmctl()
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c808 if (shmctl(Shm_id[cnt], SHM_LOCK, 0) < 0) in mem_setup()