Home
last modified time | relevance | path

Searched refs:bhnd_nvram_val_encode (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/dev/bhnd/nvram/
HDbhnd_nvram_value.h78 int bhnd_nvram_val_encode(bhnd_nvram_val *value,
HDbhnd_nvram_value_subr.c543 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_value_coerce()
HDbhnd_nvram_value.c458 if ((error = bhnd_nvram_val_encode(src, NULL, &olen, otype))) in bhnd_nvram_val_convert_common()
467 if ((error = bhnd_nvram_val_encode(src, outp, &olen, otype))) in bhnd_nvram_val_convert_common()
1329 bhnd_nvram_val_encode(bhnd_nvram_val *value, void *outp, size_t *olen, in bhnd_nvram_val_encode() function
HDbhnd_nvram_data.c611 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_data_generic_rp_getvar()
HDbhnd_nvram_data_sprom.c349 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()
HDbhnd_nvram_plist.c977 return (bhnd_nvram_val_encode(prop->val, outp, olen, otype)); in bhnd_nvram_prop_encode()
HDbhnd_nvram_value_fmts.c604 error = bhnd_nvram_val_encode(&array, outp, olen, otype); in bhnd_nvram_val_bcmstr_encode()