Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/mocks/
Dlib.rs237 pub type BootServices = MockBootServices; typedef
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs258 pub struct BootServices<'a> { struct
263 impl<'a> BootServices<'a> { argument