HomeSort by relevance Sort by last modified time
    Searched refs:Dhcp6SbNotifyEvent (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.h 201 EFI_EVENT Dhcp6SbNotifyEvent;
Ip6ConfigImpl.c 185 if (Instance->Dhcp6SbNotifyEvent == NULL) {
186 Instance->Dhcp6SbNotifyEvent = EfiCreateProtocolNotifyEvent (
200 if (Instance->Dhcp6SbNotifyEvent != NULL) {
201 gBS->CloseEvent (Instance->Dhcp6SbNotifyEvent);
    [all...]

Completed in 509 milliseconds