Searched refs:fd3 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | bp_signal.c | 33 static int fd3; variable 81 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in sig_handler_2() 102 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in sig_handler() 242 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal() 246 ioctl(fd3, PERF_EVENT_IOC_ENABLE, 0); in test__bp_signal() 256 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in test__bp_signal() 260 count3 = bp_count(fd3); in test__bp_signal() 264 close(fd3); in test__bp_signal()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.txt | 53 3 = /dev/fd3 Controller 0, drive 3, autodetect
|