Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c57 #define bhnd_nv_hex2ascii(hex) hex2ascii(hex) macro
59 static char const bhnd_nv_hex2ascii[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
60 #define bhnd_nv_hex2ascii(hex) (bhnd_nv_hex2ascii[hex]) macro
686 c = bhnd_nv_hex2ascii(n); in bhnd_nvram_val_vprintf()