Home
last modified time | relevance | path

Searched defs:bootorder_fw_cfg (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_device.rs283 fn bootorder_fw_cfg(&self, _pci_address: u8) -> Option<(Vec<u8>, usize)> { in bootorder_fw_cfg() method
/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dasynchronous.rs1196 fn bootorder_fw_cfg(&self, pci_slot: u8) -> Option<(Vec<u8>, usize)> { in bootorder_fw_cfg() method