Home
last modified time | relevance | path

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

/src/stand/efi/include/
H A Defilib.h109 EFI_DEVICE_PATH *efi_name_to_devpath(const char *path);
/src/stand/efi/libefi/
H A Ddevpath.c527 efi_name_to_devpath(const char *path) in efi_name_to_devpath() function
/src/stand/efi/loader/
H A Dmain.c568 devpath = efi_name_to_devpath(rootdev); in find_currdev()