Home
last modified time | relevance | path

Searched defs:link_fd (Results 1 – 25 of 43) sorted by relevance

12

/external/cronet/tot/third_party/llvm-libc/src/test/src/unistd/
Dsyscall_test.cpp145 int link_fd = in TEST() local
148 int link_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, in TEST() local
Dlink_test.cpp38 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK, O_PATH); in TEST() local
Dsymlinkat_test.cpp48 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
Dlinkat_test.cpp49 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/unistd/
Dsyscall_test.cpp145 int link_fd = in TEST() local
148 int link_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, in TEST() local
Dlink_test.cpp38 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK, O_PATH); in TEST() local
Dsymlinkat_test.cpp48 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
Dlinkat_test.cpp49 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
/external/llvm-libc/test/src/unistd/
Dsyscall_test.cpp144 long link_fd = in TEST_F() local
147 long link_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, in TEST_F() local
Dlink_test.cpp39 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK, O_PATH); in TEST_F() local
Dsymlinkat_test.cpp49 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST_F() local
Dlinkat_test.cpp50 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST_F() local
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dcore_kern.c10 int link_fd; in test_core_kern_lskel() local
Dfexit_stress.c11 int link_fd[CNT] = {}; in serial_test_fexit_stress() local
Dfentry_test.c9 int link_fd; in fentry_test() local
Dfexit_test.c9 int link_fd; in fexit_test() local
Dperf_link.c31 int pfd = -1, link_fd = -1, err; in serial_test_perf_link() local
Dbpf_obj_id.c302 int link_fd, cmp_res; in serial_test_bpf_obj_id() local
Dunpriv_bpf_disabled.c64 int i, nr_cpus, link_fd = -1; in test_unpriv_bpf_disabled_positive() local
/external/rust/android-crates-io/crates/libbpf-rs/src/
Diter.rs25 let link_fd = link.as_fd().as_raw_fd(); in new() localVariable
/external/bcc/examples/cpp/
DTaskIterator.cc102 int link_fd = bcc_iter_attach(prog_fd, NULL, 0); in main() local
DSkLocalStorageIterator.cc138 int link_fd = bcc_iter_attach(prog_fd, &link_info, sizeof(union bpf_iter_link_info)); in main() local
/external/libbpf/src/
Dfeatures.c347 int prog_fd, link_fd, err; in probe_perf_link() local
379 int prog_fd, link_fd, err; in probe_uprobe_multi_link() local
Dbpf.c877 int bpf_link_detach(int link_fd) in bpf_link_detach()
890 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update()
916 int bpf_iter_create(int link_fd) in bpf_iter_create()
1172 int bpf_link_get_info_by_fd(int link_fd, struct bpf_link_info *info, __u32 *info_len) in bpf_link_get_info_by_fd()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dxsk.c77 int link_fd; member
495 int link_fd; in xsk_create_bpf_link() local
673 static int xsk_link_lookup(int ifindex, __u32 *prog_id, int *link_fd) in xsk_link_lookup()
730 int prog_fd, link_fd = -1, insn_cnt = ARRAY_SIZE(insns); in xsk_probe_bpf_link() local

12