| /bootable/libbootloader/gbl/docs/ |
| D | partitions.md | 25 | Vendor GUID | 4 | 16 | The `GBL_VENDOR_MEDIA_DEVICE_PATH_GUID` GUID defined below. | 42 2. UEFI GUID Partition Table (GPT)
|
| D | GBL_EFI_IMAGE_LOADING_PROTOCOL.md | 24 ### GUID subsection 57 compatible, a different GUID must be used.
|
| D | gbl_efi_avb_protocol.md | 15 ### GUID subsection 55 backwards compatible, a different GUID must be used.
|
| D | GBL_EFI_FASTBOOT_USB_PROTOCOL.md | 22 ### GUID subsection 58 compatible, a different GUID must be used.
|
| D | gbl_os_configuration_protocol.md | 24 ### GUID subsection 62 backwards compatible, a different GUID must be used.
|
| D | gbl_efi_fastboot_protocol.md | 20 ### GUID subsection 63 If a future version is not backwards compatible, a different GUID must be used.
|
| D | gbl_efi_ab_slot_protocol.md | 22 ### GUID subsection 65 If a future version is not backwards compatible, a different GUID must be used.
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | loaded_image.rs | 28 const GUID: EfiGuid = constant
|
| D | device_path.rs | 29 const GUID: EfiGuid = constant 39 const GUID: EfiGuid = constant
|
| D | riscv.rs | 28 const GUID: EfiGuid = constant
|
| D | simple_text_output.rs | 29 const GUID: EfiGuid = constant
|
| D | simple_text_input.rs | 28 const GUID: EfiGuid = constant
|
| D | block_io.rs | 29 const GUID: EfiGuid = constant
|
| D | dt_fixup.rs | 28 const GUID: EfiGuid = constant
|
| D | gbl_efi_fastboot_usb.rs | 33 const GUID: EfiGuid = constant
|
| D | simple_network.rs | 34 const GUID: EfiGuid = constant
|
| D | block_io2.rs | 35 const GUID: EfiGuid = constant
|
| D | gbl_efi_ab_slot.rs | 37 const GUID: EfiGuid = constant
|
| D | gbl_efi_os_configuration.rs | 29 const GUID: EfiGuid = constant
|
| D | gbl_efi_avb.rs | 32 const GUID: EfiGuid = constant
|
| D | gbl_efi_fastboot.rs | 41 const GUID: EfiGuid = constant
|
| D | gbl_efi_image_loading.rs | 34 const GUID: EfiGuid = constant
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | protocol.rs | 45 const GUID: EfiGuid; constant
|
| D | lib.rs | 293 &T::GUID, in open_protocol() 314 &T::GUID, in close_protocol() 331 &T::GUID, in locate_handle_buffer_by_protocol() 1346 BlockIoProtocol::GUID, in test_open_close_protocol() 1441 assert_eq!(traces.locate_handle_buffer_trace.inputs, [BlockIoProtocol::GUID]); in test_locate_handle_buffer_by_protocol() 1478 [(DeviceHandle(1 as *mut _), BlockIoProtocol::GUID, image_handle),] in test_find_first_and_open()
|