Searched refs:fd3 (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | bp_signal.c | 34 static int fd3; variable 77 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in sig_handler_2() 98 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in sig_handler() 238 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal() 242 ioctl(fd3, PERF_EVENT_IOC_ENABLE, 0); in test__bp_signal() 252 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in test__bp_signal() 256 count3 = bp_count(fd3); in test__bp_signal() 260 close(fd3); in test__bp_signal()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | xdp_attach.c | 13 int err, fd1, fd2, fd3; in test_xdp_attach() local 37 err = bpf_prog_load(file, BPF_PROG_TYPE_XDP, &obj3, &fd3); in test_xdp_attach() 65 err = bpf_set_link_xdp_fd_opts(IFINDEX_LO, fd3, 0, &opts); in test_xdp_attach()
|
| /kernel/liteos_m/testsuites/unittest/posix/src/fs/ |
| D | posix_fs_func_test.c | 1747 int32_t fd3 = open(tmpFileName, O_RDONLY, TEST_MODE_NORMAL); variable 1748 ICUNIT_ASSERT_NOT_EQUAL(fd3, POSIX_FS_IS_ERROR, fd3); 1754 ret = close(fd3); 1829 int32_t fd3 = open(tmpFileName, O_RDWR, TEST_MODE_NORMAL); variable 1830 ICUNIT_ASSERT_EQUAL(fd3, POSIX_FS_IS_ERROR, fd3);
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | devices.txt | 53 3 = /dev/fd3 Controller 0, drive 3, autodetect
|