Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_selftest/
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()
/external/u-boot/lib/efi_loader/
Defi_net.c14 static const efi_guid_t efi_net_guid = EFI_SIMPLE_NETWORK_GUID; variable
333 r = efi_add_protocol(netobj->parent.handle, &efi_net_guid, in efi_net_register()