Home
last modified time | relevance | path

Searched refs:shm_lpid (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c52 short shm_lpid; member
85 n_buf.shm_lpid = buf->shm_lpid; in shmctl()
99 buf->shm_lpid = n_buf.shm_lpid; in shmctl()
/titanic_44/usr/src/uts/common/sys/
H A Dshm_impl.h65 pid_t shm_lpid; /* pid of last shmop */ member
118 pid32_t shm_lpid; /* pid of last shmop */ member
H A Dshm.h97 pid_t shm_lpid; /* pid of last shmop */ member
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dshm.h73 ushort shm_lpid; /* pid of last shmop */ member
/titanic_44/usr/src/uts/common/os/
H A Dshm.c560 sp->shm_lpid = pp->p_pid; in shmat()
677 STRUCT_FSET(ds, shm_lpid, sp->shm_lpid); in shmctl()
704 ds64.shmx_lpid = sp->shm_lpid; in shmctl()
780 sp->shm_lpid = pp->p_pid; in shm_detach()
907 sp->shm_lpid = (pid_t)0; in shmget()
/titanic_44/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c224 (int)shmid->shm_lpid, (int)shmid->shm_cpid, nattch, in shm_print()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c2571 (int)shmds.shm_lpid, in show_shmctl()
2596 shmds.shm_lpid, in show_shmctl32()