Searched refs:shm_cpid (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | shm_impl.h | 64 pid_t shm_cpid; /* pid of creator */ member 117 pid32_t shm_cpid; /* pid of creator */ member
|
H A D | shm.h | 98 pid_t shm_cpid; /* pid of creator */ member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | shm.c | 678 STRUCT_FSET(ds, shm_cpid, sp->shm_cpid); in shmctl() 705 ds64.shmx_cpid = sp->shm_cpid; in shmctl() 908 sp->shm_cpid = curproc->p_pid; in shmget()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/ |
H A D | ipc.c | 223 (int)shmid->shm_lpid, (int)shmid->shm_cpid, nattch, in shm_print()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 2475 (int)shmds.shm_cpid, in show_shmctl() 2499 shmds.shm_cpid, in show_shmctl32()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 451 …64_ds)->shm_dtime, (struct shmid64_ds)->shm_ctime, (struct shmid64_ds)->shm_cpid, (struct shmid64_… 456 …64_ds)->shm_dtime, (struct shmid64_ds)->shm_ctime, (struct shmid64_ds)->shm_cpid, (struct shmid64_…
|