Home
last modified time | relevance | path

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

/linux-3.4.99/arch/um/os-Linux/
Dfile.c372 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async()
399 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async()
417 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-3.4.99/include/asm-generic/
Dfcntl.h95 #define F_SETFL 4 /* set file->f_flags */ macro
/linux-3.4.99/Documentation/timers/
Dhpet_example.c252 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
/linux-3.4.99/security/tomoyo/
Dtomoyo.c315 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
/linux-3.4.99/fs/
Dfcntl.c369 case F_SETFL: in do_fcntl()
/linux-3.4.99/tools/perf/util/
Devlist.c292 fcntl(fd, F_SETFL, O_NONBLOCK); in perf_evlist__add_pollfd()
/linux-3.4.99/tools/testing/ktest/
Dktest.pl1169 $flags = fcntl($fp, F_SETFL, $flags | O_NONBLOCK) or
/linux-3.4.99/Documentation/filesystems/
Dvfs.txt851 check_flags: called by the fcntl(2) system call for F_SETFL command
/linux-3.4.99/security/selinux/
Dhooks.c3189 case F_SETFL: in selinux_file_fcntl()