Home
last modified time | relevance | path

Searched defs:shmid64_ds (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/lapi/
Dshmbuf.h31 struct shmid64_ds { struct
45 struct shmid64_ds { struct
66 * The shmid64_ds structure for parisc architecture. argument
74 struct shmid64_ds { struct
75 struct ipc64_perm shm_perm; /* operation perms */
77 long shm_atime; /* last attach time */
78 long shm_dtime; /* last detach time */
102 * The shmid64_ds structure for PPC architecture. argument
111 struct shmid64_ds { struct
112 struct ipc64_perm shm_perm; /* operation perms */
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h50396 struct shmid64_ds { struct
50397 struct ipc64_perm shm_perm;
50398 size_t shm_segsz;
50399 long int shm_atime;
50400 long int shm_dtime;
50401 long int shm_ctime;
50402 __kernel_pid_t shm_cpid;
50403 __kernel_pid_t shm_lpid;
50404 long unsigned int shm_nattch;
50405 long unsigned int __unused4;
[all …]