Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c371 error = bhnd_nvram_parse_int(p, strlen(p), 10, &parsed, in bhnd_nvram_val_vprintf()
413 error = bhnd_nvram_parse_int(p, strlen(p), 10, in bhnd_nvram_val_vprintf()
H A Dbhnd_nvram_value_fmts.c448 error = bhnd_nvram_parse_int(p, ilen, 0, &parsed, &ival, &nlen, in bhnd_nvram_val_bcm_leddc_encode_elem()
765 error = bhnd_nvram_parse_int(inp, ilen, 16, &nparsed, outp, in bhnd_nvram_val_bcm_macaddr_string_encode_elem()
H A Dbhnd_nvram_private.h248 int bhnd_nvram_parse_int(const char *s,
H A Dbhnd_nvram_subr.c708 bhnd_nvram_parse_int(const char *str, size_t maxlen, u_int base, in bhnd_nvram_parse_int() function
H A Dbhnd_nvram_value.c943 error = bhnd_nvram_parse_int(p, bhnd_nv_ummin(plen, 2), in bhnd_nvram_val_encode_string()
996 error = bhnd_nvram_parse_int(p, plen, 0, &parsed_len, outp, in bhnd_nvram_val_encode_string()