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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
ComponentName.c 177 GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE *gMtftp4ControllerNameTable = NULL;
276 if (gMtftp4ControllerNameTable != NULL) {
277 FreeUnicodeStringTable (gMtftp4ControllerNameTable);
278 gMtftp4ControllerNameTable = NULL;
284 &gMtftp4ControllerNameTable,
295 &gMtftp4ControllerNameTable,
427 gMtftp4ControllerNameTable,
Mtftp4Driver.h 29 extern EFI_UNICODE_STRING_TABLE *gMtftp4ControllerNameTable;
Mtftp4Driver.c 437 if (gMtftp4ControllerNameTable != NULL) {
438 FreeUnicodeStringTable (gMtftp4ControllerNameTable);
439 gMtftp4ControllerNameTable = NULL;

Completed in 63 milliseconds