/third_party/ltp/include/lapi/ |
H A D | ipcbuf.h | 28 __kernel_gid_t gid; 30 __kernel_gid_t cgid; 58 __kernel_gid_t gid; 60 __kernel_gid_t cgid;
|
/third_party/rust/crates/linux-raw-sys/gen/include/ |
H A D | support.h | 47 #define gid_t __kernel_gid_t
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | syscalls.rs | 27 __kernel_gid_t, __kernel_pid_t, __kernel_uid_t, membarrier_cmd, membarrier_cmd_flag, rlimit, 139 (ret_usize_infallible(syscall_readonly!(__NR_getgid32)) as __kernel_gid_t).into(); 144 let gid = ret_usize_infallible(syscall_readonly!(__NR_getgid)) as __kernel_gid_t; 154 (ret_usize_infallible(syscall_readonly!(__NR_getegid32)) as __kernel_gid_t).into(); 159 let gid = ret_usize_infallible(syscall_readonly!(__NR_getegid)) as __kernel_gid_t;
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2661 pub type __kernel_gid_t = crate::ctypes::c_uint; types 2666 pub type __kernel_old_gid_t = __kernel_gid_t; 5018 pub st_gid: __kernel_gid_t, 5042 pub st_gid: __kernel_gid_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2413 pub type __kernel_gid_t = crate::ctypes::c_uint; types 2419 pub type __kernel_old_gid_t = __kernel_gid_t;
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2393 pub type __kernel_gid_t = crate::ctypes::c_uint; types 2399 pub type __kernel_old_gid_t = __kernel_gid_t;
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2530 pub type __kernel_gid_t = crate::ctypes::c_uint; types 2536 pub type __kernel_old_gid_t = __kernel_gid_t; 4883 pub st_gid: __kernel_gid_t,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2599 pub type __kernel_gid_t = crate::ctypes::c_uint; types 2604 pub type __kernel_old_gid_t = __kernel_gid_t; 4954 pub st_gid: __kernel_gid_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2551 pub type __kernel_gid_t = crate::ctypes::c_uint; types 2557 pub type __kernel_old_gid_t = __kernel_gid_t; 4926 pub st_gid: __kernel_gid_t,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2493 pub type __kernel_gid_t = crate::ctypes::c_ushort; types 2504 pub type __kernel_old_gid_t = __kernel_gid_t;
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2758 pub type __kernel_gid_t = crate::ctypes::c_ushort; types 2770 pub type __kernel_old_gid_t = __kernel_gid_t;
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2465 pub type __kernel_gid_t = crate::ctypes::c_uint; types 2476 pub type __kernel_old_gid_t = __kernel_gid_t;
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2739 pub type __kernel_gid_t = crate::ctypes::c_uint; types 5073 pub st_gid: __kernel_gid_t,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2523 pub type __kernel_gid_t = crate::ctypes::c_ushort; types 2534 pub type __kernel_old_gid_t = __kernel_gid_t;
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2416 pub type __kernel_gid_t = crate::ctypes::c_uint; types
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2447 pub type __kernel_gid_t = crate::ctypes::c_uint; types
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2458 pub type __kernel_gid_t = crate::ctypes::c_uint; types
|