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 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...]

Completed in 22 milliseconds