Home
last modified time | relevance | path

Searched refs:efidp_parse_device_path (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.sbin/efidp/
H A Defidp.c179 dplen = efidp_parse_device_path(walker, dp, sizeof(dpbuf)); in efi_to_unix()
230 dplen = efidp_parse_device_path(walker, dp, dplen); in parse()
/freebsd-13.1/lib/libefivar/
H A Defivar-dp.h63 ssize_t efidp_parse_device_path(char *path, efidp out, size_t max);
H A Defivar-dp-xlate.c556 len = efidp_parse_device_path(dptxt, out, 8192); in build_dp()
H A Defivar-dp-parse.c3694 efidp_parse_device_path(char *path, efidp out, size_t max) in efidp_parse_device_path() function