/tools/testing/selftests/openat2/ |
D | resolve_test.c | 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 167 .path = "root", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() [all …]
|
D | rename_attack_test.c | 73 const char *flagname(int resolve) in flagname() argument 75 switch (resolve) { in flagname() 84 void test_rename_attack(int resolve) in test_rename_attack() argument 93 .resolve = resolve, in test_rename_attack() 97 how.resolve = 0; in test_rename_attack() 140 flagname(resolve), ROUNDS, escapes); in test_rename_attack()
|
D | openat2_test.c | 221 .how.resolve = RESOLVE_BENEATH | RESOLVE_IN_ROOT, in test_openat2_flags() 227 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 230 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 233 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 236 .how.resolve = 0x1337, .err = -EINVAL }, in test_openat2_flags() 241 .how.resolve = 0, .err = -EINVAL }, in test_openat2_flags()
|
D | helpers.h | 42 __u64 resolve; member
|
D | helpers.c | 19 return how->resolve != 0; in needs_openat2()
|
/tools/include/uapi/linux/ |
D | openat2.h | 22 __u64 resolve; member
|
/tools/perf/Documentation/ |
D | jit-interface.txt | 1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
|
D | perf-top.txt | 271 as PERF_RECORD_MMAP which makes 'perf top' unable to resolve samples, leading
|
D | perf-script.txt | 330 Try to resolve the path of [kernel.kallsyms]
|
/tools/net/ynl/lib/ |
D | nlspec.py | 53 up.resolve() 56 def resolve(self): member in SpecElement 309 def resolve(self): member in SpecOperation 418 elem.resolve() 510 def resolve(self): member in SpecFamily
|
/tools/net/ynl/ |
D | ynl-gen-c.py | 67 def resolve(self): member in Type 271 def resolve(self): member in TypeScalar 665 def resolve(self): member in EnumEntry 721 def resolve(self): member in AttrSet 771 def resolve(self): member in Operation 812 def resolve(self): member in Family
|
/tools/perf/tests/shell/lib/ |
D | perf_metric_validation.py | 53 with open(Path(filename).resolve(), "r") as f:
|
/tools/testing/selftests/bpf/ |
D | README.rst | 284 each new type corresponds to only one way to resolve relocation.
|