HomeSort by: relevance | last modified time | path
    Searched refs:efi_file_path (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/stand/efiboot/
efifile.h 34 int efi_file_path(EFI_DEVICE_PATH *, const char *, char *, size_t);
efifile.c 159 efi_file_path(EFI_DEVICE_PATH *dp, const char *fname, char *buf, size_t buflen) function in typeref:typename:int
boot.c 160 * - for ISO9660 (efi_file_path() succeeds but does not work correctly)
161 * - or whenever efi_file_path() fails (due to broken firmware)
164 efi_file_path(efi_bootdp, BOOTCFG_FILENAME, pathbuf, pathbuflen))

Completed in 27 milliseconds