HomeSort by: relevance | last modified time | path
    Searched defs:upath (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/stand/efiboot/
efifile.c 76 CHAR16 *upath; local in function:efi_file_open
89 upath = NULL;
90 rv = utf8_to_ucs2(path, &upath, &len);
94 file_dp = FileDevicePath(efi_vol[vol], upath);
95 FreePool(upath);
  /src/sys/arch/i386/stand/efiboot/
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...]

Completed in 99 milliseconds