| boot.c | 777 	char *upath, *ufirmware;  local in function:command_version 795 		upath = NULL;
 796 		rv = ucs2_to_utf8(path, &upath);
 801 			    DevicePathSubType(efi_bootdp), upath);
 802 			FreePool(upath);
 842 	char *upath;  local in function:command_devpath
 879 			upath = NULL;
 880 			rv = ucs2_to_utf8(path, &upath);
 888 			    DevicePathSubType(dp), upath);
 889 			FreePool(upath);
 [all...]
 |