Searched defs:shmid64_ds (Results 1 – 7 of 7) sorted by relevance
20 struct shmid64_ds { struct33 struct shmid64_ds { argument34 struct ipc64_perm shm_perm; /* operation perms */35 __kernel_size_t shm_segsz; /* size of segment (bytes) */36 unsigned long shm_atime; /* last attach time */37 unsigned long shm_dtime; /* last detach time */38 unsigned long shm_ctime; /* last change time */39 __kernel_pid_t shm_cpid; /* pid of creator */40 __kernel_pid_t shm_lpid; /* pid of last operator */41 unsigned long shm_nattch; /* no. of current attaches */[all …]
25 struct shmid64_ds { struct26 struct ipc64_perm shm_perm; /* operation perms */28 long shm_atime; /* last attach time */29 long shm_dtime; /* last detach time */30 long shm_ctime; /* last change time */32 unsigned long shm_atime_high;33 unsigned long shm_atime; /* last attach time */34 unsigned long shm_dtime_high;35 unsigned long shm_dtime; /* last detach time */36 unsigned long shm_ctime_high;[all …]
18 struct shmid64_ds { struct19 struct ipc64_perm shm_perm; /* operation perms */21 long shm_atime; /* last attach time */22 long shm_dtime; /* last detach time */23 long shm_ctime; /* last change time */25 unsigned long shm_atime_high;26 unsigned long shm_atime; /* last attach time */27 unsigned long shm_dtime_high;28 unsigned long shm_dtime; /* last detach time */29 unsigned long shm_ctime_high;[all …]
17 struct shmid64_ds { struct18 struct ipc64_perm shm_perm; /* operation perms */20 long shm_atime; /* last attach time */21 long shm_dtime; /* last detach time */22 long shm_ctime; /* last change time */24 unsigned long shm_atime_high;25 unsigned long shm_atime; /* last attach time */26 unsigned long shm_dtime_high;27 unsigned long shm_dtime; /* last detach time */28 unsigned long shm_ctime_high;[all …]
27 struct shmid64_ds { struct28 struct ipc64_perm shm_perm; /* operation perms */29 __kernel_size_t shm_segsz; /* size of segment (bytes) */31 long shm_atime; /* last attach time */32 long shm_dtime; /* last detach time */33 long shm_ctime; /* last change time */35 unsigned long shm_atime; /* last attach time */36 unsigned long shm_atime_high;37 unsigned long shm_dtime; /* last detach time */38 unsigned long shm_dtime_high;[all …]
26 struct shmid64_ds { struct27 struct ipc64_perm shm_perm; /* operation perms */28 __kernel_size_t shm_segsz; /* size of segment (bytes) */29 unsigned long shm_atime; /* last attach time */30 unsigned long shm_atime_high;31 unsigned long shm_dtime; /* last detach time */32 unsigned long shm_dtime_high;33 unsigned long shm_ctime; /* last change time */34 unsigned long shm_ctime_high;35 __kernel_pid_t shm_cpid; /* pid of creator */[all …]
20 struct shmid64_ds { struct21 struct ipc64_perm shm_perm; /* operation perms */22 __kernel_size_t shm_segsz; /* size of segment (bytes) */23 __kernel_long_t shm_atime; /* last attach time */24 __kernel_long_t shm_dtime; /* last detach time */25 __kernel_long_t shm_ctime; /* last change time */26 __kernel_pid_t shm_cpid; /* pid of creator */27 __kernel_pid_t shm_lpid; /* pid of last operator */28 __kernel_ulong_t shm_nattch; /* no. of current attaches */29 __kernel_ulong_t __unused4;[all …]