Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp.h51 typedef const efidp_data *const_efidp; typedef
58 ssize_t efidp_format_device_path(char *buf, size_t len, const_efidp dp,
60 ssize_t efidp_format_device_path_node(char *buf, size_t len, const_efidp dp);
62 char * efidp_extract_file_path(const_efidp dp);
64 size_t efidp_size(const_efidp);
66 int efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath);
H A Defivar-dp-xlate.c128 efi_hd_to_unix(struct gmesh *mesh, const_efidp dp, char **dev, char **relpath, char **abspath) in efi_hd_to_unix()
131 const_efidp media, file, walker; in efi_hd_to_unix()
150 walker = (const_efidp)NextDevicePathNode(walker); in efi_hd_to_unix()
346 efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char **abspath) in efivar_device_path_to_unix_path()
348 const_efidp walker; in efivar_device_path_to_unix_path()
372 walker = (const_efidp)NextDevicePathNode(walker); in efivar_device_path_to_unix_path()
H A Defivar-dp-format.c2572 efidp_format_device_path(char *buf, size_t len, const_efidp dp, ssize_t max) in efidp_format_device_path()
2597 efidp_format_device_path_node(char *buf, size_t len, const_efidp dp) in efidp_format_device_path_node()
2614 efidp_size(const_efidp dp) in efidp_size()
2621 efidp_extract_file_path(const_efidp dp) in efidp_extract_file_path()
/freebsd/usr.sbin/efidp/
H A Defidp.c195 const_efidp dp; in format()
200 dp = (const_efidp)data; in format()
208 dp = (const_efidp)((const char *)dp + dplen); in format()
/freebsd/usr.sbin/efivar/
H A Defivar.c198 (const_efidp)data, datalen); in devpath_dump()