/third_party/musl/arch/mips64/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 int __pad1; 10 unsigned long __unused1; 11 unsigned long __unused2;
|
/third_party/musl/arch/powerpc64/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 int __pad1; 10 long long __pad2; 11 long long __pad3;
|
/third_party/musl/arch/powerpc/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 int __pad1; 10 long long __pad2; 11 long long __pad3;
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 long __pad1; 10 long __pad2;
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 long __pad1; 10 long __pad2;
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 long __pad1; 10 long __pad2;
|
/third_party/musl/arch/generic/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 long __pad1; 10 long __pad2;
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 long __pad1; 10 long __pad2;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 long __pad1; 10 long __pad2;
|
/third_party/musl/arch/x32/bits/ |
D | ipc.h | 1 struct ipc_perm { struct 2 key_t __ipc_perm_key; argument 8 int __ipc_perm_seq; argument 9 long long __pad1; 10 long long __pad2;
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_direct.h | 135 mode_t ipc_perm; /* IPC socket permissions */ member 355 mode_t ipc_perm; member
|
D | pcm_direct.c | 200 static int make_local_socket(const char *filename, int server, mode_t ipc_perm, int ipc_gid) in make_local_socket()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 50135 struct ipc_perm { struct 50136 __kernel_key_t key; 50137 __kernel_uid_t uid; 50138 __kernel_gid_t gid; 50139 __kernel_uid_t cuid; 50140 __kernel_gid_t cgid; 50141 __kernel_mode_t mode; 50142 short unsigned int seq;
|