Home | History | Annotate | Download | only in efiboot

Lines Matching defs:upath

717 	char *upath, *ufirmware;
735 upath = NULL;
736 rv = ucs2_to_utf8(path, &upath);
741 DevicePathSubType(efi_bootdp), upath);
742 FreePool(upath);
782 char *upath;
819 upath = NULL;
820 rv = ucs2_to_utf8(path, &upath);
828 DevicePathSubType(dp), upath);
829 FreePool(upath);