Searched defs:shmid64_ds (Results 1 – 13 of 13) sorted by relevance
23 struct shmid64_ds { struct39 struct shmid64_ds { argument40 struct ipc64_perm shm_perm; /* operation perms */41 size_t shm_segsz; /* size of segment (bytes) */42 __kernel_time_t shm_atime; /* last attach time */43 unsigned long __unused1;44 __kernel_time_t shm_dtime; /* last detach time */45 unsigned long __unused2;46 __kernel_time_t shm_ctime; /* last change time */47 unsigned long __unused3;[all …]
16 struct shmid64_ds { struct17 struct ipc64_perm shm_perm; /* operation perms */19 unsigned int __pad1;21 __kernel_time_t shm_atime; /* last attach time */23 unsigned int __pad2;25 __kernel_time_t shm_dtime; /* last detach time */27 unsigned int __pad3;29 __kernel_time_t shm_ctime; /* last change time */31 unsigned int __pad4;33 __kernel_size_t shm_segsz; /* size of segment (bytes) */[all …]
22 struct shmid64_ds { struct23 struct ipc64_perm shm_perm; /* operation perms */25 unsigned long __unused1;27 __kernel_time_t shm_atime; /* last attach time */29 unsigned long __unused2;31 __kernel_time_t shm_dtime; /* last detach time */33 unsigned long __unused3;35 __kernel_time_t shm_ctime; /* last change time */37 unsigned long __unused4;39 size_t shm_segsz; /* size of segment (bytes) */[all …]
14 struct shmid64_ds { struct15 struct ipc64_perm shm_perm; /* operation perms */16 size_t shm_segsz; /* size of segment (bytes) */17 __kernel_time_t shm_atime; /* last attach time */18 unsigned long __unused1;19 __kernel_time_t shm_dtime; /* last detach time */20 unsigned long __unused2;21 __kernel_time_t shm_ctime; /* last change time */22 unsigned long __unused3;23 __kernel_pid_t shm_cpid; /* pid of creator */[all …]
14 struct shmid64_ds { struct15 struct ipc64_perm shm_perm; /* operation perms */16 size_t shm_segsz; /* size of segment (bytes) */17 __kernel_time_t shm_atime; /* last attach time */19 unsigned long __unused1;21 __kernel_time_t shm_dtime; /* last detach time */23 unsigned long __unused2;25 __kernel_time_t shm_ctime; /* last change time */27 unsigned long __unused3;29 __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 …]
16 struct shmid64_ds { struct17 struct ipc64_perm shm_perm; /* operation perms */18 size_t shm_segsz; /* size of segment (bytes) */19 __kernel_time_t shm_atime; /* last attach time */20 __kernel_time_t shm_dtime; /* last detach time */21 __kernel_time_t shm_ctime; /* last change time */22 __kernel_pid_t shm_cpid; /* pid of creator */23 __kernel_pid_t shm_lpid; /* pid of last operator */24 __kernel_ulong_t shm_nattch; /* no. of current attaches */25 __kernel_ulong_t __unused4;[all …]
20 struct shmid64_ds { struct21 struct ipc64_perm shm_perm; /* operation perms */28 size_t shm_segsz; /* size of segment (bytes) */29 __kernel_pid_t shm_cpid; /* pid of creator */30 __kernel_pid_t shm_lpid; /* pid of last operator */31 unsigned long shm_nattch; /* no. of current attaches */32 unsigned long __unused1;33 unsigned long __unused2;