Searched refs:F_SETFL (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c107 ret = fcntl(fd, F_SETFL, flags);
109 perror("fcntl(F_SETFL)");
/linux-master/tools/perf/bench/
H A Dinject-buildid.c256 fcntl(data->output_pipe[0], F_SETFL, flag | O_NONBLOCK);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c599 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
601 fcntl(fd, F_SETFL, flags & ~O_NONBLOCK);
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c620 fcntl(trace_fd, F_SETFL, O_NONBLOCK);
904 fcntl(trace_fd, F_SETFL, O_NONBLOCK);
H A Dbuiltin-kvm.c1442 if (fcntl(fd, F_SETFL, arg | O_NONBLOCK) < 0) {
/linux-master/tools/lib/perf/
H A Devlist.c353 fcntl(fd, F_SETFL, O_NONBLOCK);
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1531 if ((flags < 0) || (fcntl(sd, F_SETFL, flags|O_NONBLOCK) < 0)) {
1715 if ((flags < 0) || (fcntl(sd, F_SETFL, flags|O_NONBLOCK) < 0)) {
H A Dtls.c1291 fcntl(self->fd, F_SETFL, flags | O_NONBLOCK);
1292 fcntl(self->cfd, F_SETFL, flags | O_NONBLOCK);
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py371 fcntl.fcntl(self.tpm, fcntl.F_SETFL, flags)
/linux-master/fs/
H A Dfcntl.c355 case F_SETFL:
/linux-master/tools/testing/ktest/
H A Dktest.pl9 use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK);
/linux-master/security/selinux/
H A Dhooks.c3892 case F_SETFL:

Completed in 338 milliseconds

12