Searched refs:bhnd_nvram_val_encode (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/dev/bhnd/nvram/ |
| HD | bhnd_nvram_value.h | 78 int bhnd_nvram_val_encode(bhnd_nvram_val *value,
|
| HD | bhnd_nvram_value_subr.c | 543 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_value_coerce()
|
| HD | bhnd_nvram_value.c | 458 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
|
| HD | bhnd_nvram_data.c | 611 error = bhnd_nvram_val_encode(&val, outp, olen, otype); in bhnd_nvram_data_generic_rp_getvar()
|
| HD | 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()
|
| HD | bhnd_nvram_plist.c | 977 return (bhnd_nvram_val_encode(prop->val, outp, olen, otype)); in bhnd_nvram_prop_encode()
|
| HD | bhnd_nvram_value_fmts.c | 604 error = bhnd_nvram_val_encode(&array, outp, olen, otype); in bhnd_nvram_val_bcmstr_encode()
|