Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DComponentName.c177 GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE *gDhcpControllerNameTable = NULL; variable
278 if (gDhcpControllerNameTable != NULL) { in UpdateName()
279 FreeUnicodeStringTable (gDhcpControllerNameTable); in UpdateName()
280 gDhcpControllerNameTable = NULL; in UpdateName()
290 &gDhcpControllerNameTable, in UpdateName()
301 &gDhcpControllerNameTable, in UpdateName()
433 gDhcpControllerNameTable, in DhcpComponentNameGetControllerName()
DDhcp4Driver.h20 extern EFI_UNICODE_STRING_TABLE *gDhcpControllerNameTable;
DDhcp4Driver.c479 if (gDhcpControllerNameTable != NULL) { in Dhcp4DriverBindingStop()
480 FreeUnicodeStringTable (gDhcpControllerNameTable); in Dhcp4DriverBindingStop()
481 gDhcpControllerNameTable = NULL; in Dhcp4DriverBindingStop()