Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dipc_impl.h96 struct shmid_ds64 { struct
97 ipc_perm64_t shmx_perm; /* operation permission struct */
98 pid_t shmx_lpid; /* pid of last shmop */
99 pid_t shmx_cpid; /* pid of creator */
100 uint64_t shmx_segsz; /* size of segment in bytes */
101 uint64_t shmx_nattch; /* # of attaches */
102 uint64_t shmx_cnattch; /* # of ISM attaches */
103 uint64_t shmx_lkcnt; /* lock count ??? */
104 ipc_time_t shmx_atime; /* last shmat time */
105 ipc_time_t shmx_dtime; /* last shmdt time */
[all …]