Searched refs:EfiSb (Results 1 – 1 of 1) sorted by relevance
965 EFI_SERVICE_BINDING_PROTOCOL *EfiSb; in PingCreateIpInstance() local977 EfiSb = NULL; in PingCreateIpInstance()1025 EfiSb = NULL; in PingCreateIpInstance()1045 (VOID **) &EfiSb in PingCreateIpInstance()1185 ASSERT (EfiSb != NULL); in PingCreateIpInstance()1186 Status = EfiSb->CreateChild (EfiSb, &Private->IpChildHandle); in PingCreateIpInstance()1294 if ((EfiSb != NULL) && (Private->IpChildHandle != NULL)) { in PingCreateIpInstance()1295 EfiSb->DestroyChild (EfiSb, Private->IpChildHandle); in PingCreateIpInstance()