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

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp.h68 int efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath);
H A Defivar-dp-xlate.c319 efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath) function
/freebsd-13-stable/usr.sbin/efidp/
H A Defidp.c180 rv = efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath);
/freebsd-13-stable/usr.sbin/efivar/
H A Defiutil.c170 rv = efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath);
/freebsd-13-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c787 rv = efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath);
1037 if (efivar_device_path_to_unix_path(dp, &dev, &relpath, &abspath) != 0)

Completed in 109 milliseconds