Home
last modified time | relevance | path

Searched defs:ipc_perm (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/arch/mips64/bits/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dipc.h1 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/
Dpcm_direct.h135 mode_t ipc_perm; /* IPC socket permissions */ member
355 mode_t ipc_perm; member
Dpcm_direct.c200 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/
Dvmlinux.h50135 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;