Searched defs:fdep (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Dfd_array.cc327 FDArray::setFDEntry(int tgt_fd, std::shared_ptr<FDEntry> fdep) argument
H A Dsyscall_emul.hh824 std::shared_ptr<FDEntry> fdep = ((*p->fds)[tgt_dirfd]); local
1793 std::shared_ptr<FDEntry> fdep = (*p->fds)[tgt_fd]; local
1895 std::shared_ptr<FDEntry> fdep = (*p->fds)[tgt_fd]; local
2202 std::shared_ptr<FDEntry> fdep = (*new_p->fds)[i]; local
[all...]

Completed in 14 milliseconds