Searched refs:bhnd_nvram_parse_int (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_prf.c | 371 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 D | bhnd_nvram_value_fmts.c | 448 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 D | bhnd_nvram_private.h | 248 int bhnd_nvram_parse_int(const char *s,
|
H A D | bhnd_nvram_subr.c | 708 bhnd_nvram_parse_int(const char *str, size_t maxlen, u_int base, in bhnd_nvram_parse_int() function
|
H A D | bhnd_nvram_value.c | 943 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()
|