Searched refs:F_SETFL (Results 1 – 13 of 13) sorted by relevance
| /linux-4.4.14/arch/um/os-Linux/ |
| D | file.c | 388 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async() 415 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async() 433 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
|
| D | sigio.c | 419 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty() 423 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) in async_pty()
|
| /linux-4.4.14/include/uapi/asm-generic/ |
| D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /linux-4.4.14/tools/perf/tests/ |
| D | bp_signal_overflow.c | 102 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
| D | bp_signal.c | 90 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in bp_event()
|
| /linux-4.4.14/tools/testing/selftests/vm/ |
| D | userfaultfd.c | 519 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress() 521 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
|
| /linux-4.4.14/Documentation/timers/ |
| D | hpet_example.c | 252 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
|
| /linux-4.4.14/security/tomoyo/ |
| D | tomoyo.c | 308 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
|
| /linux-4.4.14/fs/ |
| D | fcntl.c | 265 case F_SETFL: in do_fcntl()
|
| /linux-4.4.14/tools/perf/ |
| D | builtin-kvm.c | 882 if (fcntl(fd, F_SETFL, arg | O_NONBLOCK) < 0) { in fd_set_nonblock()
|
| /linux-4.4.14/tools/perf/util/ |
| D | evlist.c | 504 fcntl(fd, F_SETFL, O_NONBLOCK); in __perf_evlist__add_pollfd()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | vfs.txt | 889 check_flags: called by the fcntl(2) system call for F_SETFL command
|
| /linux-4.4.14/security/selinux/ |
| D | hooks.c | 3433 case F_SETFL: in selinux_file_fcntl()
|