MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / as_raw_fd

Method as_raw_fd

vmm/src/lib.rs:336–338  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

334
335impl AsRawFd for EpollContext {
336 fn as_raw_fd(&self) -> RawFd {
337 self.epoll_file.as_raw_fd()
338 }
339}
340
341pub struct PciDeviceInfo {

Callers 15

map_mmio_regionsMethod · 0.45
dma_mapMethod · 0.45
enable_irqMethod · 0.45
mapMethod · 0.45
mmapMethod · 0.45
expand_fdtableFunction · 0.45
create_loop_deviceFunction · 0.45
test_windows_guestFunction · 0.45

Calls

no outgoing calls