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

/gem5/src/sim/
H A Dprocess.cc202 std::shared_ptr<FDArray> nfds = np->fds; local
206 nfds->setFDEntry(tgt_fd, nullptr);
209 nfds->setFDEntry(tgt_fd, this_fde->clone());
222 auto nhbfd = std::dynamic_pointer_cast<HBFDEntry>((*nfds)[tgt_fd]);
H A Dsyscall_emul.hh1065 int nfds = p->getSyscallArg(tc, index); local
1068 BufferArg fdsBuf(fdsPtr, sizeof(struct pollfd) * nfds);
1077 int temp_tgt_fds[nfds];
1078 for (index = 0; index < nfds; index++) {
1096 status = poll((struct pollfd *)fdsBuf.bufferPtr(), nfds, 0);
1111 status = poll((struct pollfd *)fdsBuf.bufferPtr(), nfds, 0);
1120 for (index = 0; index < nfds; index++) {
2462 * and the fd_set defined in Linux header files. The nfds field also
2464 * retrieving it from the target; the nfds value is expected to be the

Completed in 16 milliseconds