/linux-5.19.10/include/trace/events/ |
D | fs.h | 56 { F_SETFL, "SETFL" }, \ 77 { F_SETFL, "SETFL" }, \
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | trace_vprintk.c | 35 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_vprintk()
|
D | trace_printk.c | 42 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_printk()
|
/linux-5.19.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 104 #define F_SETFL 4 /* set file->f_flags */ macro
|
/linux-5.19.10/include/uapi/asm-generic/ |
D | fcntl.h | 104 #define F_SETFL 4 /* set file->f_flags */ macro
|
/linux-5.19.10/tools/testing/selftests/netfilter/ |
D | connect_close.c | 45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()
|
/linux-5.19.10/tools/perf/tests/ |
D | bp_signal_overflow.c | 108 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
D | bp_signal.c | 131 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
|
/linux-5.19.10/arch/um/os-Linux/ |
D | file.c | 413 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async() 440 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async() 458 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
|
D | sigio.c | 436 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty() 440 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) in async_pty()
|
/linux-5.19.10/tools/perf/trace/beauty/ |
D | fcntl.c | 81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
|
/linux-5.19.10/Documentation/userspace-api/media/dvb/ |
D | ca-fopen.rst | 57 using the ``F_SETFL`` command of the ``fcntl`` system call. This is a
|
D | dmx-fopen.rst | 67 using the ``F_SETFL`` command of the fcntl system call.
|
D | frontend_f_open.rst | 63 versa) using the F_SETFL command of the fcntl system call. This is a
|
/linux-5.19.10/drivers/staging/media/av7110/ |
D | audio-fopen.rst | 70 put into non-blocking mode (and vice versa) using the F_SETFL command
|
D | video-fopen.rst | 72 using the F_SETFL command of the fcntl system call. This is a standard
|
/linux-5.19.10/samples/timers/ |
D | hpet_example.c | 253 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
|
/linux-5.19.10/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 137 if (fcntl(fileno(file), F_SETFL, O_NONBLOCK) < 0) in kmod_selftests()
|
/linux-5.19.10/tools/testing/selftests/vm/ |
D | userfaultfd.c | 1126 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_events_test() 1178 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_sig_test() 1457 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress() 1459 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
|
/linux-5.19.10/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 206 ASSERT_EQ(fcntl(pidfd, F_SETFL, (flags & ~O_NONBLOCK)), 0); in TEST()
|
/linux-5.19.10/samples/bpf/ |
D | xdp_router_ipv4_user.c | 464 fcntl(sock, F_SETFL, O_NONBLOCK); in monitor_routes_thread() 484 fcntl(sock_arp, F_SETFL, O_NONBLOCK); in monitor_routes_thread()
|
/linux-5.19.10/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 45 fcntl(fd, F_SETFL, flags); in set_filemode()
|
/linux-5.19.10/tools/perf/ |
D | builtin-ftrace.c | 620 fcntl(trace_fd, F_SETFL, O_NONBLOCK); in __cmd_ftrace() 902 fcntl(trace_fd, F_SETFL, O_NONBLOCK); in __cmd_latency()
|
/linux-5.19.10/security/tomoyo/ |
D | tomoyo.c | 302 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | tcp_mmap.c | 167 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
|