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

/gem5/src/dev/virtio/
H A Dfs9p.cc317 fd_to_diod(-1), fd_from_diod(-1), diod_pid(-1)
333 dataEvent.reset(new DiodDataEvent(*this, fd_from_diod, POLLIN));
354 fd_from_diod = pipe_wfd[0];
421 assert(fd_from_diod != -1);
422 const int ret(::read(fd_from_diod, (void *)data, len));
H A Dfs9p.hh329 int fd_from_diod; member in class:VirtIO9PDiod

Completed in 6 milliseconds