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

/gem5/src/kern/linux/
H A Dlinux.hh158 struct fd_set{ struct in class:Linux
/gem5/src/sim/
H A Dsyscall_emul.hh2432 TypedBufferArg<typename OS::fd_set> rd_t(fds_read_ptr);
2433 TypedBufferArg<typename OS::fd_set> wr_t(fds_writ_ptr);
2434 TypedBufferArg<typename OS::fd_set> ex_t(fds_excp_ptr);
2442 fd_set rd_h;
2444 fd_set wr_h;
2446 fd_set ex_h;
2450 * Copy in the fd_set from the target.
2462 * and the fd_set defined in Linux header files. The nfds field also
2470 auto try_add_host_set = [&](fd_set *tgt_set_entry,
2471 fd_set *hst_set_entr
[all...]
/gem5/util/term/
H A Dterm.c146 fd_set read_fds;

Completed in 21 milliseconds