Home
last modified time | relevance | path

Searched refs:DevicePathToTextProtocol (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Ddevice_path.rs33 pub struct DevicePathToTextProtocol; struct
35 impl ProtocolInfo for DevicePathToTextProtocol { implementation
42 impl<'a> Protocol<'a, DevicePathToTextProtocol> {
/bootable/libbootloader/gbl/efi/src/
Dutils.rs23 device_path::{DevicePathProtocol, DevicePathText, DevicePathToTextProtocol},
157 let path_to_text = bs.find_first_and_open::<DevicePathToTextProtocol>()?; in get_device_path()
/bootable/libbootloader/gbl/docs/
Defi_protocols.md47 #### DevicePathToTextProtocol subsubsection