Home
last modified time | relevance | path

Searched refs:efi_file_path (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/stand/efiboot/
H A Defifile.h34 int efi_file_path(EFI_DEVICE_PATH *, const char *, char *, size_t);
H A Defifile.c159 efi_file_path(EFI_DEVICE_PATH *dp, const char *fname, char *buf, size_t buflen) in efi_file_path() function
H A Dboot.c164 efi_file_path(efi_bootdp, BOOTCFG_FILENAME, pathbuf, pathbuflen)) in bootcfg_path()