Searched refs:FwSecBiosImage (Results 1 – 1 of 1) sorted by relevance
228 fwsec_image: FwSecBiosImage,296 pub(crate) fn fwsec_image(&self) -> &FwSecBiosImage { in fwsec_image() argument652 pub(crate) struct FwSecBiosImage { struct987 fn build(self) -> Result<FwSecBiosImage> { in build() argument988 let ret = FwSecBiosImage { in build()1003 impl FwSecBiosImage { implementation