Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c1942 EFI_SIMPLE_NETWORK_PROTOCOL *SnpInstance; in NetLibGetSnpHandle() local
1949 SnpInstance = NULL; in NetLibGetSnpHandle()
1950 …atus = gBS->HandleProtocol (ServiceHandle, &gEfiSimpleNetworkProtocolGuid, (VOID **) &SnpInstance); in NetLibGetSnpHandle()
1953 *Snp = SnpInstance; in NetLibGetSnpHandle()
1975 Status = gBS->HandleProtocol (SnpHandle, &gEfiSimpleNetworkProtocolGuid, (VOID **) &SnpInstance); in NetLibGetSnpHandle()
1978 *Snp = SnpInstance; in NetLibGetSnpHandle()