Searched defs:shmid64_ds (Results 1 – 2 of 2) sorted by relevance
25 struct shmid64_ds { struct26 struct ipc64_perm shm_perm; /* operation perms */27 size_t shm_segsz; /* size of segment (bytes) */28 __kernel_time_t shm_atime; /* last attach time */30 unsigned long __unused1;32 __kernel_time_t shm_dtime; /* last detach time */34 unsigned long __unused2;36 __kernel_time_t shm_ctime; /* last change time */38 unsigned long __unused3;40 __kernel_pid_t shm_cpid; /* pid of creator */[all …]
13 struct shmid64_ds { struct14 struct ipc64_perm shm_perm; /* operation perms */15 size_t shm_segsz; /* size of segment (bytes) */16 __kernel_time_t shm_atime; /* last attach time */17 __kernel_time_t shm_dtime; /* last detach time */18 __kernel_time_t shm_ctime; /* last change time */19 __kernel_pid_t shm_cpid; /* pid of creator */20 __kernel_pid_t shm_lpid; /* pid of last operator */21 unsigned long shm_nattch; /* no. of current attaches */22 unsigned long __unused1;[all …]