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

12

/gem5/src/arch/mips/linux/
H A Dlinux.cc33 #include <fcntl.h>
/gem5/src/arch/alpha/linux/
H A Dlinux.cc33 #include <fcntl.h>
/gem5/src/arch/sparc/linux/
H A Dlinux.cc33 #include <fcntl.h>
/gem5/src/arch/power/linux/
H A Dlinux.cc34 #include <fcntl.h>
/gem5/util/m5/
H A Dm5_mmap.h46 #include <fcntl.h>
H A Dm5_mmap.c43 #include <fcntl.h>
H A Dm5.c50 #include <fcntl.h>
/gem5/src/arch/arm/linux/
H A Dlinux.cc46 #include <fcntl.h>
/gem5/src/arch/x86/linux/
H A Dlinux.cc42 #include <fcntl.h>
/gem5/src/arch/riscv/linux/
H A Dlinux.cc33 #include <fcntl.h>
/gem5/src/cpu/kvm/
H A Dperfevent.cc40 #include <fcntl.h>
153 if (fcntl(F_SETOWN_EX, &sigowner) == -1 ||
154 fcntl(F_SETSIG, signal) == -1 ||
155 fcntl(F_SETFL, O_ASYNC) == -1)
218 PerfKvmCounter::fcntl(int cmd, long p1) function in class:PerfKvmCounter
221 return ::fcntl(fd, cmd, p1);
H A Dperfevent.hh335 * @param cmd fcntl command
341 int fcntl(int cmd, long p1);
342 int fcntl(int cmd, void *p1) { return fcntl(cmd, (long)p1); } function in class:PerfKvmCounter
H A Dvm.cc43 #include <fcntl.h>
/gem5/src/base/
H A Dpollevent.cc41 #include <fcntl.h>
208 int retval = fcntl(fd, cmd, arg);
211 panic("fcntl(%d, %d, %s): \"%s\" when setting up async IO.\n",
219 int retval = fcntl(fd, cmd);
222 panic("fcntl(%d, %d): \"%s\" when setting up async IO.\n",
/gem5/ext/testlib/
H A Dterminal.py28 import fcntl
111 fcntl.ioctl(0, termios.TIOCGWINSZ,
/gem5/src/arch/arm/freebsd/
H A Dfreebsd.cc35 #include <fcntl.h>
/gem5/src/dev/storage/
H A Dsimple_disk.cc37 #include <fcntl.h>
/gem5/src/arch/sparc/solaris/
H A Dsolaris.cc33 #include <fcntl.h>
/gem5/src/base/loader/
H A Dobject_file.cc34 #include <fcntl.h>
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc45 # include <fcntl.h>
1029 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC));
1044 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1045 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,
1134 GTEST_DEATH_TEST_CHECK_(fcntl(pipe_fd[1], F_SETFD, 0) != -1);
/gem5/util/term/
H A Dterm.c38 #include <fcntl.h>
/gem5/src/sim/
H A Dfd_array.cc38 #include <fcntl.h>
/gem5/src/gpu-compute/
H A Dbrig_object.cc38 #include <fcntl.h>
/gem5/src/dev/net/
H A Dethertap.cc53 #include <fcntl.h>
/gem5/src/mem/
H A Dphysical.cc42 #include <fcntl.h>

Completed in 33 milliseconds

12