/third_party/ltp/testcases/kernel/syscalls/openat2/ |
D | openat203.c | 12 static struct open_how *how; 22 struct open_how **how; 34 …{"invalid-size-big-with-pad", AT_FDCWD, TEST_FILE, O_RDWR | O_CREAT, S_IRWXU, 0, (struct open_how … 46 struct open_how *myhow = *tc->how; in run()
|
D | openat201.c | 13 static struct open_how *how; 24 struct open_how **how; 42 …{&fd_atcwd, TEST_FILE, O_RDWR, S_IRWXU, RESOLVE_IN_ROOT, (struct open_how **)&phow, sizeof(*how) +… 65 struct open_how *myhow = *tc->how; in run()
|
D | openat202.c | 12 static struct open_how *how;
|
/third_party/ltp/include/lapi/ |
D | openat2.h | 30 struct open_how { struct 51 struct open_how *how, size_t size) in openat2() argument 59 struct open_how how;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | non_exhaustive.rs | 4 pub struct open_how {
|
/third_party/libbpf/include/uapi/linux/ |
D | openat2.h | 19 struct open_how { struct
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 38 __kernel_fsid_t, __kernel_timespec, open_how, statx, AT_EACCESS, AT_FDCWD, AT_REMOVEDIR, 102 by_ref(&open_how { in openat2() 107 size_of::<open_how, _>() in openat2() 116 by_ref(&open_how { in openat2() 121 size_of::<open_how, _>() in openat2()
|
/third_party/rust/crates/rustix/src/ |
D | io_uring.rs | 912 pub struct open_how { struct 1145 check_struct!(open_how, flags, mode, resolve); in io_uring_layouts()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1272 let open_how = OpenHow { in openat2() localVariable 1283 &open_how, in openat2()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 3091 open_how
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2476 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2475 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2528 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 2589 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 2591 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 2724 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 2613 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 2800 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 2517 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 2824 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 2660 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 2559 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 2506 pub struct open_how { struct
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 2455 pub struct open_how { struct
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 31276 struct open_how { struct 31383 struct open_how openat2; 44889 struct open_how how;
|