Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c198 error = bhnd_nvram_data_new(next_cls, data, io); in bhnd_nvram_data_probe_classes()
219 if ((error = bhnd_nvram_data_new(cls, data, io))) in bhnd_nvram_data_probe_classes()
278 bhnd_nvram_data_new(bhnd_nvram_data_class *cls, struct bhnd_nvram_data **nv, in bhnd_nvram_data_new() function
H A Dbhnd_nvram_data.h112 int bhnd_nvram_data_new(bhnd_nvram_data_class *cls,
H A Dbhnd_nvram_store.c200 if ((error = bhnd_nvram_data_new(cls, &data, io))) in bhnd_nvram_store_parse_new()