Searched refs:F_SETFD (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/trace/misc/
H A Dfs.h54 { F_SETFD, "SETFD" }, \
75 { F_SETFD, "SETFD" }, \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
/linux-master/tools/perf/trace/beauty/
H A Dfcntl.c78 if (cmd == F_SETFD)
/linux-master/arch/um/os-Linux/
H A Dfile.c206 if (flags.cl && fcntl(fd, F_SETFD, 1)) {
368 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC));
/linux-master/fs/
H A Dfcntl.c348 case F_SETFD:
450 case F_SETFD:
/linux-master/tools/perf/
H A Dbuiltin-daemon.c592 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) {
1210 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) {
/linux-master/tools/perf/util/
H A Devlist.c1441 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
1515 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC);
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1536 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0)

Completed in 178 milliseconds