Searched refs:MacStr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfig.c221 CHAR16 *MacStr; local
233 MacStr = NULL;
234 Status = NetLibGetMacString (Handle, mImageHandle, &MacStr);
240 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_VCONFIG_ETH_MAC), mHiiHandle, NicIndex, MacStr);
270 if (MacStr != NULL) {
271 FreePool (MacStr);

Completed in 42 milliseconds