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

/fuchsia/zircon/system/dev/bus/virtio/backends/
H A Dpci.cpp23 zx_handle_t tmp_handle; local
50 if ((st = pci_map_interrupt(&pci_, 0, &tmp_handle)) != ZX_OK) {
54 irq_handle_.reset(tmp_handle);

Completed in 19 milliseconds