Home
last modified time | relevance | path

Searched refs:efivar_device_path_to_unix_path (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/lib/libefivar/
H A Defivar-dp.h66 int efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath);
H A Defivar-dp-xlate.c346 efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath) in efivar_device_path_to_unix_path() function
/freebsd-src/usr.sbin/efivar/
H A Defiutil.c168 rv = efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath); in efi_print_load_option()
/freebsd-src/usr.sbin/efidp/
H A Defidp.c177 rv = efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath); in efi_to_unix()
/freebsd-src/usr.sbin/efibootmgr/
H A Defibootmgr.c792 rv = efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath); in print_loadopt_str()
1041 if (efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath) != 0) in report_esp_device()