Home
last modified time | relevance | path

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

/freebsd-src/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