Searched refs:bhnd_nvram_val_encode (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value.h | 78 int bhnd_nvram_val_encode(bhnd_nvram_val *value,
|
H A D | bhnd_nvram_value_subr.c | 542 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_value_coerce()
|
H A D | bhnd_nvram_value.c | 457 if ((error = bhnd_nvram_val_encode(src, NULL, &olen, otype))) in bhnd_nvram_val_convert_common() 466 if ((error = bhnd_nvram_val_encode(src, outp, &olen, otype))) in bhnd_nvram_val_convert_common() 1328 bhnd_nvram_val_encode(bhnd_nvram_val *value, void *outp, size_t *olen, in bhnd_nvram_val_encode() function
|
H A D | bhnd_nvram_data.c | 611 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_data_generic_rp_getvar()
|
H A D | bhnd_nvram_data_sprom.c | 349 error = bhnd_nvram_val_encode(&val, buf, len, type); in bhnd_nvram_sprom_getvar_direct() 1330 error = bhnd_nvram_val_encode(&val, buf, len, otype); in bhnd_nvram_sprom_getvar()
|
H A D | bhnd_nvram_plist.c | 976 return (bhnd_nvram_val_encode(prop->val, outp, olen, otype)); in bhnd_nvram_prop_encode()
|
H A D | bhnd_nvram_value_fmts.c | 603 error = bhnd_nvram_val_encode(&array, outp, olen, otype); in bhnd_nvram_val_bcmstr_encode()
|