/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 316 struct ucred { struct 317 __u32 pid; 318 __u32 uid; 319 __u32 gid;
|
/third_party/musl/include/sys/ |
D | socket.h | 57 struct ucred { struct 58 pid_t pid; 59 uid_t uid; 60 gid_t gid;
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 61 struct ucred { struct 62 pid_t pid; 63 uid_t uid; 64 gid_t gid;
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 46 struct ucred { struct 47 pid_t pid; 48 uid_t uid; 49 gid_t gid;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 57 struct ucred { struct 58 pid_t pid; 59 uid_t uid; 60 gid_t gid;
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 57 struct ucred { struct 58 pid_t pid; 59 uid_t uid; 60 gid_t gid;
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 57 struct ucred { struct 58 pid_t pid; 59 uid_t uid; 60 gid_t gid;
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 57 struct ucred { struct 58 pid_t pid; 59 uid_t uid; 60 gid_t gid;
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 61 struct ucred { struct 62 pid_t pid; 63 uid_t uid; 64 gid_t gid;
|
/third_party/pulseaudio/src/pulsecore/ |
D | iochannel.c | 300 … pa_iochannel_write_with_creds(pa_iochannel*io, const void*data, size_t l, const pa_creds *ucred) { in pa_iochannel_write_with_creds()
|
D | protocol-native.c | 2716 pa_creds ucred; in command_auth() local
|
/third_party/pulseaudio/src/pulse/ |
D | context.c | 644 pa_creds ucred; in setup_context() local
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 1867 pa_creds ucred; in on_connection() local
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 4935 pub struct ucred { struct 4936 pub pid: __u32, 4937 pub uid: __u32, 4938 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 4997 pub struct ucred { struct 4998 pub pid: __u32, 4999 pub uid: __u32, 5000 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 5053 pub struct ucred { struct 5054 pub pid: __u32, 5055 pub uid: __u32, 5056 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 5097 pub struct ucred { struct 5098 pub pid: __u32, 5099 pub uid: __u32, 5100 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 4974 pub struct ucred { struct 4975 pub pid: __u32, 4976 pub uid: __u32, 4977 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 4988 pub struct ucred { struct 4989 pub pid: __u32, 4990 pub uid: __u32, 4991 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 5088 pub struct ucred { struct 5089 pub pid: __u32, 5090 pub uid: __u32, 5091 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 5139 pub struct ucred { struct 5140 pub pid: __u32, 5141 pub uid: __u32, 5142 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 4931 pub struct ucred { struct 4932 pub pid: __u32, 4933 pub uid: __u32, 4934 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 4933 pub struct ucred { struct 4934 pub pid: __u32, 4935 pub uid: __u32, 4936 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 5146 pub struct ucred { struct 5147 pub pid: __u32, 5148 pub uid: __u32, 5149 pub gid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 5316 pub struct ucred { struct 5317 pub pid: __u32, 5318 pub uid: __u32, 5319 pub gid: __u32,
|