Searched defs:fd (Results 26 - 30 of 30) sorted by relevance

12

/gem5/src/sim/
H A Dpseudo_inst.cc507 int fd = ::open(file.c_str(), O_RDONLY, 0); local
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc139 const int fd = open("/proc/self/as", O_RDONLY); local
H A Dgtest-death-test.cc323 static void FailFromInternalError(int fd) { argument
399 void set_read_fd(int fd) { read_fd_ = fd; } argument
401 void set_write_fd(int fd) { write_fd_ = fd; } argument
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2306 inline int IsATTY(int fd) { return isatty(fd); } argument
2315 inline int IsATTY(int fd) { return _isatty(fd); } argument
2374 inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } argument
2378 inline int Read(int fd, voi argument
2381 Write(int fd, const void* buf, unsigned int count) argument
2384 Close(int fd) argument
[all...]
/gem5/src/arch/arm/
H A Dtypes.hh160 Bitfield<14, 12> fd; member in namespace:ArmISA

Completed in 33 milliseconds

12