Searched refs:fdep (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A Dfd_array.hh72 * Put the pointer specified by fdep into the _fdArray entry indexed
75 * @param fdep Incoming pointer used to set the entry pointed to by tgt_fd.
77 void setFDEntry(int tgt_fd, std::shared_ptr<FDEntry> fdep);
H A Dfd_array.cc327 FDArray::setFDEntry(int tgt_fd, std::shared_ptr<FDEntry> fdep) argument
330 _fdArray[tgt_fd] = fdep;
H A Dsyscall_emul.hh824 std::shared_ptr<FDEntry> fdep = ((*p->fds)[tgt_dirfd]); local
825 auto ffdp = std::dynamic_pointer_cast<FileFDEntry>(fdep);
1793 std::shared_ptr<FDEntry> fdep = (*p->fds)[tgt_fd]; local
1795 auto dfdp = std::dynamic_pointer_cast<DeviceFDEntry>(fdep);
1802 auto ffdp = std::dynamic_pointer_cast<FileFDEntry>(fdep);
1895 std::shared_ptr<FDEntry> fdep = (*p->fds)[tgt_fd]; local
1896 auto ffdp = std::dynamic_pointer_cast<FileFDEntry>(fdep);
2202 std::shared_ptr<FDEntry> fdep = (*new_p->fds)[i]; local
2203 if (fdep && fdep
[all...]

Completed in 15 milliseconds