Home
last modified time | relevance | path

Searched refs:bhnd_nvram_plist_new (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c139 sc->data_opts = bhnd_nvram_plist_new(); in bhnd_nvram_store_new()
648 if ((path_vars = bhnd_nvram_plist_new()) == NULL) in bhnd_nvram_store_export_child()
886 if ((unordered = bhnd_nvram_plist_new()) == NULL) { in bhnd_nvram_store_export()
941 if ((*props = bhnd_nvram_plist_new()) == NULL) { in bhnd_nvram_store_export()
H A Dbhnd_nvram_plist.h47 bhnd_nvram_plist *bhnd_nvram_plist_new(void);
H A Dbhnd_nvram_plist.c62 bhnd_nvram_plist_new(void) in bhnd_nvram_plist_new() function
146 if ((copy = bhnd_nvram_plist_new()) == NULL) in bhnd_nvram_plist_copy()
H A Dbhnd_nvram_store_subr.c86 path->pending = bhnd_nvram_plist_new(); in bhnd_nvstore_path_new()
H A Dbhnd_nvram_data_bcm.c776 bcm->opts = bhnd_nvram_plist_new(); in bhnd_nvram_bcm_new()