boot.c | 717 char *upath, *ufirmware; local in function:command_version 735 upath = NULL; 736 rv = ucs2_to_utf8(path, &upath); 741 DevicePathSubType(efi_bootdp), upath); 742 FreePool(upath); 782 char *upath; local in function:command_devpath 819 upath = NULL; 820 rv = ucs2_to_utf8(path, &upath); 828 DevicePathSubType(dp), upath); 829 FreePool(upath); [all...] |