Home
last modified time | relevance | path

Searched refs:bhnd_nvram_data_serialize (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.h95 int bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls,
H A Dbhnd_nvram_store.c1036 error = bhnd_nvram_data_serialize(cls, props, options, NULL, &olen); in bhnd_nvram_store_serialize()
1051 error = bhnd_nvram_data_serialize(cls, props, options, outp, &olen); in bhnd_nvram_store_serialize()
H A Dbhnd_nvram_data.c105 bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls, in bhnd_nvram_data_serialize() function