Searched defs:shmid_ds (Results 1 – 3 of 3) sorted by relevance
88 struct shmid_ds { struct89 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 */96 ushort_t shm_lkcnt; /* number of times it is being locked */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 */[all …]
70 struct shmid_ds { struct71 struct ipc_perm shm_perm; /* operation permission struct */72 uint shm_segsz; /* size of segment in bytes */73 ushort shm_lpid; /* pid of last shmop */74 ushort shm_cpid; /* pid of creator */75 ushort shm_nattch; /* number of current attaches */76 time_t shm_atime; /* last shmat time */77 time_t shm_dtime; /* last shmdt time */78 time_t shm_ctime; /* last change time */79 struct anon_map *shm_amp; /* segment anon_map pointer */
132 struct shmid_ds shmid_ds; local