Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.h126 int bhnd_nvram_prop_encode(bhnd_nvram_prop *prop,
H A Dbhnd_nvram_plist.c634 return (bhnd_nvram_prop_encode(prop, outp, &olen, otype)); in bhnd_nvram_plist_get_encoded()
973 bhnd_nvram_prop_encode(bhnd_nvram_prop *prop, void *outp, size_t *olen, in bhnd_nvram_prop_encode() function
H A Dbhnd_nvram_data_tlv.c279 error = bhnd_nvram_prop_encode(prop, NULL, &value_len, in bhnd_nvram_tlv_serialize()
319 error = bhnd_nvram_prop_encode(prop, p, &value_len, in bhnd_nvram_tlv_serialize()
H A Dbhnd_nvram_data_bcmraw.c197 error = bhnd_nvram_prop_encode(prop, p, &value_len, in bhnd_nvram_bcmraw_serialize()
H A Dbhnd_nvram_data_btxt.c399 error = bhnd_nvram_prop_encode(prop, p, &value_len, in bhnd_nvram_btxt_serialize()
H A Dbhnd_nvram_store.c1129 error = bhnd_nvram_prop_encode(prop, outp, olen, otype); in bhnd_nvram_store_getvar()
H A Dbhnd_nvram_data_bcm.c489 error = bhnd_nvram_prop_encode(prop, p, &value_len, in bhnd_nvram_bcm_serialize()