Lines Matching defs:a
194 pub fn boot_services(&self) -> BootServices<'a> { in boot_services()
201 pub fn boot_services_checked(&self) -> Result<BootServices<'a>> { in boot_services_checked()
227 pub fn con_out(&self) -> Result<Protocol<'a, SimpleTextOutputProtocol>> { in con_out()
286 pub fn open_protocol<T: ProtocolInfo>(&self, handle: DeviceHandle) -> Result<Protocol<'a, T>> { in open_protocol()
323 pub fn locate_handle_buffer_by_protocol<T: ProtocolInfo>(&self) -> Result<LocatedHandles<'a>> { in locate_handle_buffer_by_protocol()
344 pub fn find_first_and_open<T: ProtocolInfo>(&self) -> Result<Protocol<'a, T>> { in find_first_and_open()
405 pub fn create_event(&self, event_type: EventType) -> Result<Event<'a, 'static>> { in create_event()
461 ) -> Result<Event<'a, 'e>> { in create_event_with_notification()
825 ) -> Result<EfiMemoryAttributesTable<'a>> { in new()
966 pub fn generate_protocol<'a, P: ProtocolInfo>( in generate_protocol()
969 ) -> Protocol<'a, P> { in generate_protocol()