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 */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 */42 unsigned short shm_atime_high;43 unsigned short shm_dtime_high;44 unsigned short shm_ctime_high;[all …]
25 struct shmid64_ds { struct28 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;34 unsigned long shm_dtime_high;36 unsigned long shm_ctime_high;38 unsigned long __unused4;41 __kernel_pid_t shm_cpid; /* pid of creator */44 unsigned long __unused5;[all …]
18 struct shmid64_ds { struct21 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;27 unsigned long shm_dtime_high;29 unsigned long shm_ctime_high;31 unsigned int __pad4;34 __kernel_pid_t shm_cpid; /* pid of creator */37 unsigned long __unused1;[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;26 unsigned long shm_dtime_high;28 unsigned long shm_ctime_high;32 __kernel_pid_t shm_cpid; /* pid of creator */35 unsigned long __unused1;[all …]
27 struct shmid64_ds { struct31 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;38 unsigned long shm_dtime_high;40 unsigned long shm_ctime_high;42 __kernel_pid_t shm_cpid; /* pid of creator */45 unsigned long __unused4;[all …]
26 struct shmid64_ds { struct27 struct ipc64_perm shm_perm; /* operation perms */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 */38 unsigned long __unused4;[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 …]
Completed in 7 milliseconds