Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_private.h72 #define bhnd_nv_isxdigit(c) isxdigit(c) macro
148 #define bhnd_nv_isxdigit(c) isxdigit(c) macro
H A Dbhnd_nvram_value_fmts.c927 if (!bhnd_nv_isxdigit(*p)) in bhnd_nvram_ident_octet_string()
1019 } else if (bhnd_nv_isxdigit(c)) { in bhnd_nvram_ident_num_string()
H A Dbhnd_nvram_subr.c870 } else if (bhnd_nv_isxdigit(c)) { in bhnd_nvram_parse_int()