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

12

/gem5/src/mem/ruby/system/
H A DRubySystem.cc31 #include <fcntl.h>
/gem5/src/sim/
H A Dsyscall_emul.cc34 #include <fcntl.h>
826 int rv = fcntl(sim_fd, cmd, arg);
831 warn("fcntl: unsupported command %d\n", cmd);
864 return fcntl(sim_fd, cmd);
940 call(s) to fcntl in their code, so mirror the fcntl
944 if (fcntl(sim_fd_rpfd, F_SETFL, O_NONBLOCK)) {
947 if (fcntl(sim_fd_wpfd, F_SETFL, O_NONBLOCK)) {
H A Dprocess.cc49 #include <fcntl.h>
H A Dpseudo_inst.cc46 #include <fcntl.h>
H A Dsyscall_emul.hh72 #include <sys/fcntl.h>
75 #include <fcntl.h>
244 /// Target fcntl() handler.
/gem5/util/tap/
H A Dtap.cc37 #include <fcntl.h>
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp31 #include <fcntl.h>
/gem5/src/dev/virtio/
H A Dfs9p.cc42 #include <fcntl.h>
/gem5/src/base/vnc/
H A Dvncserver.cc57 #include <fcntl.h>
/gem5/src/base/loader/
H A Delf_object.cc46 #include <fcntl.h>
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc57 # include <fcntl.h>
H A Dgtest.cc62 # include <fcntl.h> // NOLINT

Completed in 64 milliseconds

12