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

/gem5/src/sim/
H A Dsyscall_emul.hh1075 * poll_fd array with its host_fd.
1084 auto host_fd = hbfdp->getSimFD();
1085 ((struct pollfd *)fdsBuf.bufferPtr())[index].fd = host_fd;
1117 * Replace each host_fd in the returned poll_fd array with its original
2755 int host_fd; local
2797 host_fd = accept(sim_fd, &sa, &addrLen);
2799 if (host_fd == -1)
2814 auto afdp = std::make_shared<SocketFDEntry>(host_fd, sfdp->_domain,

Completed in 9 milliseconds