Home
last modified time | relevance | path

Searched refs:F_SETFD (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/asm-generic/
Dfcntl.h93 #define F_SETFD 2 /* set/clear close_on_exec */ macro
/linux-2.6.39/arch/um/os-Linux/
Dfile.c201 if (flags.cl && fcntl(fd, F_SETFD, 1)) { in os_open_file()
329 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
/linux-2.6.39/fs/
Dfcntl.c362 case F_SETFD: in do_fcntl()
435 case F_SETFD: in check_fcntl_cmd()
/linux-2.6.39/tools/perf/
Dbuiltin-stat.c277 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in run_perf_stat()
Dbuiltin-record.c535 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in __cmd_record()
/linux-2.6.39/security/smack/
Dsmack_lsm.c1104 case F_SETFD: in smack_file_fcntl()