Searched defs:bhnd_nv_hex2ascii (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c60 #define bhnd_nv_hex2ascii(hex) hex2ascii(hex) macro
62 static char const bhnd_nv_hex2ascii[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
63 #define bhnd_nv_hex2ascii(hex) (bhnd_nv_hex2ascii[hex]) macro

Completed in 48 milliseconds