Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/arch/um/os-Linux/
Dfile.c387 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async()
414 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async()
432 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
Dsigio.c419 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.1.27/include/uapi/asm-generic/
Dfcntl.h103 #define F_SETFL 4 /* set file->f_flags */ macro
/linux-4.1.27/tools/perf/tests/
Dbp_signal_overflow.c102 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
Dbp_signal.c90 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in bp_event()
/linux-4.1.27/Documentation/timers/
Dhpet_example.c252 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
/linux-4.1.27/security/tomoyo/
Dtomoyo.c314 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
/linux-4.1.27/fs/
Dfcntl.c265 case F_SETFL: in do_fcntl()
/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c881 if (fcntl(fd, F_SETFL, arg | O_NONBLOCK) < 0) { in fd_set_nonblock()
/linux-4.1.27/tools/perf/util/
Devlist.c441 fcntl(fd, F_SETFL, O_NONBLOCK); in __perf_evlist__add_pollfd()
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt882 check_flags: called by the fcntl(2) system call for F_SETFL command
/linux-4.1.27/security/selinux/
Dhooks.c3399 case F_SETFL: in selinux_file_fcntl()