Searched refs:const_efidp (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libefivar/ |
H A D | efivar-dp.h | 51 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 D | efivar-dp-xlate.c | 128 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 D | efivar-dp-format.c | 2572 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 D | efidp.c | 195 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 D | efivar.c | 198 (const_efidp)data, datalen); in devpath_dump()
|