Home
last modified time | relevance | path

Searched defs:shmid_ds (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dshm.h88 struct shmid_ds { struct
89 struct ipc_perm shm_perm; /* operation permission struct */
90 size_t shm_segsz; /* size of segment in bytes */
92 void *shm_amp;
94 struct anon_map *shm_amp; /* segment anon_map pointer */
97 pid_t shm_lpid; /* pid of last shmop */
98 pid_t shm_cpid; /* pid of creator */
99 shmatt_t shm_nattch; /* number of attaches */
100 ulong_t shm_cnattch; /* number of ISM attaches */
102 time_t shm_atime; /* last shmat time */
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dshm.c130 struct shmid_ds shmid_ds; local