Searched defs:l_shmid64_ds (Results 1 – 1 of 1) sorted by relevance
124 struct l_shmid64_ds { struct125 struct l_ipc64_perm shm_perm; /* operation perms */126 l_size_t shm_segsz; /* size of segment (bytes) */127 l_time_t shm_atime; /* last attach time */129 l_ulong __unused1;131 l_time_t shm_dtime; /* last detach time */133 l_ulong __unused2;135 l_time_t shm_ctime; /* last change time */137 l_ulong __unused3;139 l_pid_t shm_cpid; /* pid of creator */[all …]