Searched defs:PciAtBiosImage (Results 1 – 1 of 1) sorted by relevance
412 fn from_id(image: &PciAtBiosImage, token_id: u8) -> Result<Self> { in from_id()692 struct PciAtBiosImage { struct693 base: BiosImageBase,694 bit_header: BitHeader,695 bit_offset: usize,824 impl PciAtBiosImage { implementation877 impl TryFrom<BiosImageBase> for PciAtBiosImage { implementation1001 pci_at_image: &PciAtBiosImage, in setup_falcon_data()