Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.h78 int bhnd_nvram_val_encode(bhnd_nvram_val *value,
H A Dbhnd_nvram_value_subr.c542 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_value_coerce()
H A Dbhnd_nvram_value.c457 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 Dbhnd_nvram_data.c611 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_data_generic_rp_getvar()
H A Dbhnd_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()
H A Dbhnd_nvram_plist.c976 return (bhnd_nvram_val_encode(prop->val, outp, olen, otype)); in bhnd_nvram_prop_encode()
H A Dbhnd_nvram_value_fmts.c603 error = bhnd_nvram_val_encode(&array, outp, olen, otype); in bhnd_nvram_val_bcmstr_encode()