Home
last modified time | relevance | path

Searched defs:kernel_shmid64_ds (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dstruct_kernel_shmid64_ds.h2 struct kernel_shmid64_ds struct
4 struct ipc_perm shm_perm;
5 size_t shm_segsz;
7 long int shm_atime;
8 long int shm_dtime;
9 long int shm_ctime;
11 unsigned long int shm_atime;
12 unsigned long int shm_dtime;
13 unsigned long int shm_ctime;
15 __pid_t shm_cpid;
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dstruct_kernel_shmid64_ds.h2 struct kernel_shmid64_ds struct
4 struct ipc_perm shm_perm;
5 unsigned long int shm_atime_high;
6 unsigned long int shm_atime;
7 unsigned long int shm_dtime_high;
8 unsigned long int shm_dtime;
9 unsigned long int shm_ctime_high;
10 unsigned long int shm_ctime;
11 unsigned long int __ununsed1;
12 size_t shm_segsz;
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/
Dstruct_kernel_shmid64_ds.h2 struct kernel_shmid64_ds struct
4 struct ipc_perm shm_perm; /* operation permission struct */
5 unsigned long int shm_atime_high;
6 unsigned long int shm_atime; /* time of last shmat() */
7 unsigned long int shm_dtime_high;
8 unsigned long int shm_dtime; /* time of last shmdt() */
9 unsigned long int shm_ctime_high;
10 unsigned long int shm_ctime; /* time of last change by shmctl() */
11 unsigned long int __pad;
12 size_t shm_segsz; /* size of segment in bytes */
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Dstruct_kernel_shmid64_ds.h2 struct kernel_shmid64_ds struct
4 struct ipc_perm shm_perm;
5 unsigned long int shm_atime_high;
6 unsigned long int shm_atime;
7 unsigned long int shm_dtime_high;
8 unsigned long int shm_dtime;
9 unsigned long int shm_ctime_high;
10 unsigned long int shm_ctime;
11 size_t shm_segsz;
12 __pid_t shm_cpid;
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/
Dstruct_kernel_shmid64_ds.h2 struct kernel_shmid64_ds struct
4 struct ipc_perm shm_perm;
5 size_t shm_segsz;
6 unsigned long int shm_atime;
7 unsigned long int shm_atime_high;
8 unsigned long int shm_dtime;
9 unsigned long int shm_dtime_high;
10 unsigned long int shm_ctime;
11 unsigned long int shm_ctime_high;
12 __pid_t shm_cpid;
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dstruct_kernel_shmid64_ds.h2 struct kernel_shmid64_ds struct
4 struct ipc_perm shm_perm;
5 size_t shm_segsz;
6 unsigned long int shm_atime;
7 unsigned long int shm_atime_high;
8 unsigned long int shm_dtime;
9 unsigned long int shm_dtime_high;
10 unsigned long int shm_ctime;
11 unsigned long int shm_ctime_high;
12 __pid_t shm_cpid;
[all …]