Home
last modified time | relevance | path

Searched defs:shmid_ds (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dstruct_shmid_ds.h24 struct shmid_ds struct
26 struct ipc_perm shm_perm; /* operation permission struct */
27 size_t shm_segsz; /* size of segment in bytes */
29 __time_t shm_atime; /* time of last shmat() */
30 unsigned long int __shm_atime_high;
31 __time_t shm_dtime; /* time of last shmdt() */
32 unsigned long int __shm_dtime_high;
33 __time_t shm_ctime; /* time of last change by shmctl() */
34 unsigned long int __shm_ctime_high;
36 __time_t shm_atime; /* time of last shmat() */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dstruct_shmid_ds.h24 struct shmid_ds struct
26 struct ipc_perm shm_perm; /* operation permission struct */
27 size_t shm_segsz; /* size of segment in bytes */
29 __time_t shm_atime; /* time of last shmat() */
30 unsigned long int __shm_atime_high;
31 __time_t shm_dtime; /* time of last shmdt() */
32 unsigned long int __shm_dtime_high;
33 __time_t shm_ctime; /* time of last change by shmctl() */
34 unsigned long int __shm_ctime_high;
36 __time_t shm_atime; /* time of last shmat() */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dshm.h26 struct shmid_ds { struct
27 struct ipc_perm shm_perm; /* operation perms */
28 int shm_segsz; /* size of segment (bytes) */
29 __kernel_time_t shm_atime; /* last attach time */
30 __kernel_time_t shm_dtime; /* last detach time */
31 __kernel_time_t shm_ctime; /* last change time */
32 __kernel_ipc_pid_t shm_cpid; /* pid of creator */
33 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
34 unsigned short shm_nattch; /* no. of current attaches */
35 unsigned short shm_unused; /* compatibility */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dshm.h26 struct shmid_ds { struct
27 struct ipc_perm shm_perm; /* operation perms */
28 int shm_segsz; /* size of segment (bytes) */
29 __kernel_time_t shm_atime; /* last attach time */
30 __kernel_time_t shm_dtime; /* last detach time */
31 __kernel_time_t shm_ctime; /* last change time */
32 __kernel_ipc_pid_t shm_cpid; /* pid of creator */
33 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
34 unsigned short shm_nattch; /* no. of current attaches */
35 unsigned short shm_unused; /* compatibility */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dshm.h28 struct shmid_ds { struct
29 struct ipc_perm shm_perm; /* operation perms */
30 int shm_segsz; /* size of segment (bytes) */
31 __kernel_old_time_t shm_atime; /* last attach time */
32 __kernel_old_time_t shm_dtime; /* last detach time */
33 __kernel_old_time_t shm_ctime; /* last change time */
34 __kernel_ipc_pid_t shm_cpid; /* pid of creator */
35 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
36 unsigned short shm_nattch; /* no. of current attaches */
37 unsigned short shm_unused; /* compatibility */
[all …]