Home
last modified time | relevance | path

Searched defs:DevicePathProtocol (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Ddevice_path.rs24 pub struct DevicePathProtocol; struct
26 impl ProtocolInfo for DevicePathProtocol { implementation
47 device_path: &Protocol<DevicePathProtocol>, in convert_device_path_to_text()
/bootable/libbootloader/gbl/docs/
Defi_protocols.md30 ### DevicePathProtocol subsection
/bootable/libbootloader/gbl/libefi/mocks/
Dprotocol.rs40 pub type DevicePathProtocol = MockDevicePathProtocol; typedef