Searched defs:shmid64_ds (Results 1 – 7 of 7) sorted by relevance
17 struct shmid64_ds { struct30 struct shmid64_ds { argument31 struct ipc64_perm shm_perm; /* operation perms */33 unsigned long shm_atime; /* last attach time */34 unsigned long shm_dtime; /* last detach time */35 unsigned long shm_ctime; /* last change time */36 __kernel_pid_t shm_cpid; /* pid of creator */39 unsigned short shm_atime_high;40 unsigned short shm_dtime_high;41 unsigned short shm_ctime_high;[all …]
16 struct shmid64_ds { struct19 long shm_atime; /* last attach time */20 long shm_dtime; /* last detach time */21 long shm_ctime; /* last change time */23 unsigned long shm_atime_high;25 unsigned long shm_dtime_high;27 unsigned long shm_ctime_high;29 unsigned int __pad4;32 __kernel_pid_t shm_cpid; /* pid of creator */35 unsigned long __unused1;[all …]
22 struct shmid64_ds { struct25 long shm_atime; /* last attach time */26 long shm_dtime; /* last detach time */27 long shm_ctime; /* last change time */29 unsigned long shm_atime_high;31 unsigned long shm_dtime_high;33 unsigned long shm_ctime_high;35 unsigned long __unused4;38 __kernel_pid_t shm_cpid; /* pid of creator */41 unsigned long __unused5;[all …]
14 struct shmid64_ds { struct15 struct ipc64_perm shm_perm; /* operation perms */17 long shm_atime; /* last attach time */18 long shm_dtime; /* last detach time */19 long shm_ctime; /* last change time */21 unsigned long shm_atime_high;23 unsigned long shm_dtime_high;25 unsigned long shm_ctime_high;29 __kernel_pid_t shm_cpid; /* pid of creator */32 unsigned long __unused1;[all …]
25 struct shmid64_ds { struct29 long shm_atime; /* last attach time */30 long shm_dtime; /* last detach time */31 long shm_ctime; /* last change time */33 unsigned long shm_atime; /* last attach time */34 unsigned long shm_atime_high;36 unsigned long shm_dtime_high;38 unsigned long shm_ctime_high;40 __kernel_pid_t shm_cpid; /* pid of creator */43 unsigned long __unused4;[all …]
23 struct shmid64_ds { struct24 struct ipc64_perm shm_perm; /* operation perms */26 unsigned long shm_atime; /* last attach time */27 unsigned long shm_atime_high;28 unsigned long shm_dtime; /* last detach time */29 unsigned long shm_dtime_high;30 unsigned long shm_ctime; /* last change time */31 unsigned long shm_ctime_high;32 __kernel_pid_t shm_cpid; /* pid of creator */35 unsigned long __unused4;[all …]
16 struct shmid64_ds { struct17 struct ipc64_perm shm_perm; /* operation perms */18 size_t shm_segsz; /* size of segment (bytes) */19 __kernel_long_t shm_atime; /* last attach time */20 __kernel_long_t shm_dtime; /* last detach time */21 __kernel_long_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 …]
Completed in 13 milliseconds