Home
last modified time | relevance | path

Searched refs:efi_net_guid (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c69 static const efi_guid_t efi_net_guid = EFI_SIMPLE_NETWORK_GUID; variable
206 ret = boottime->locate_protocol(&efi_net_guid, NULL, (void **)&net); in setup()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c12 static const efi_guid_t efi_net_guid = EFI_SIMPLE_NETWORK_GUID; variable
614 r = efi_add_protocol(&netobj->header, &efi_net_guid, in efi_net_register()