Searched refs:main_fd (Results 1 – 2 of 2) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | tailcalls.c | 10 int err, map_fd, prog_fd, main_fd, i, j; in test_tailcall_1() local 27 main_fd = bpf_program__fd(prog); in test_tailcall_1() 28 if (CHECK_FAIL(main_fd < 0)) in test_tailcall_1() 56 err = bpf_prog_test_run(main_fd, 1, buff, sizeof(buff), 0, in test_tailcall_1() 66 err = bpf_prog_test_run(main_fd, 1, buff, sizeof(buff), 0, in test_tailcall_1() 87 err = bpf_prog_test_run(main_fd, 1, buff, sizeof(buff), 0, in test_tailcall_1() 112 err = bpf_prog_test_run(main_fd, 1, buff, sizeof(buff), 0, in test_tailcall_1() 122 err = bpf_prog_test_run(main_fd, 1, buff, sizeof(buff), 0, in test_tailcall_1() 132 err = bpf_prog_test_run(main_fd, 1, buff, sizeof(buff), 0, in test_tailcall_1() 148 int err, map_fd, prog_fd, main_fd, i; in test_tailcall_2() local [all …]
|
/external/libcups/cups/ |
D | dest.c | 3394 main_fd; /* File descriptor for lookups */ in cups_enum_dests() local 3602 main_fd = DNSServiceRefSockFD(data.main_ref); in cups_enum_dests() 3700 pfd.fd = main_fd; in cups_enum_dests() 3707 FD_SET(main_fd, &input); in cups_enum_dests() 3712 nfds = select(main_fd + 1, &input, NULL, NULL, &timeout); in cups_enum_dests()
|