Home
last modified time | relevance | path

Searched defs:__sanitizer_shmid_ds (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h74 struct __sanitizer_shmid_ds { struct
75 __sanitizer_ipc_perm shm_perm;
76 unsigned long shm_segsz; // size_t
77 unsigned long shm_flags; // uintptr_t
78 unsigned short shm_lkcnt; // ushort_t
79 int shm_lpid; // pid_t
80 int shm_cpid; // pid_t
81 unsigned long shm_nattch; // shmatt_t
82 unsigned long shm_cnattch; // ulong_t
84 long shm_atime; // time_t
[all …]
H A Dsanitizer_platform_limits_posix.h253 struct __sanitizer_shmid_ds { struct
254 __sanitizer_ipc_perm shm_perm;
257 u32 __pad1;
259 long shm_atime;
261 u32 __pad2;
263 long shm_dtime;
265 u32 __pad3;
267 long shm_ctime;
268 uptr shm_segsz;
269 int shm_cpid;
[all …]
H A Dsanitizer_platform_limits_freebsd.h136 struct __sanitizer_shmid_ds { struct
137 __sanitizer_ipc_perm shm_perm;
138 unsigned long shm_segsz;
139 unsigned int shm_lpid;
140 unsigned int shm_cpid;
141 int shm_nattch;
142 __sanitizer_time_t shm_atime;
143 __sanitizer_time_t shm_dtime;
144 __sanitizer_time_t shm_ctime;
H A Dsanitizer_platform_limits_netbsd.h120 struct __sanitizer_shmid_ds { struct
121 __sanitizer_ipc_perm shm_perm;
122 unsigned long shm_segsz;
123 u32 shm_lpid;
124 u32 shm_cpid;
125 unsigned int shm_nattch;
126 u64 shm_atime;
127 u64 shm_dtime;
128 u64 shm_ctime;
129 void *_shm_internal;