Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c572 bhnd_nvram_plist_get_prop(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_prop() function
597 if ((prop = bhnd_nvram_plist_get_prop(plist, name)) == NULL) in bhnd_nvram_plist_get_val()
631 if ((prop = bhnd_nvram_plist_get_prop(plist, name)) == NULL) in bhnd_nvram_plist_get_encoded()
H A Dbhnd_nvram_plist.h86 bhnd_nvram_prop *bhnd_nvram_plist_get_prop(bhnd_nvram_plist *plist,
H A Dbhnd_nvram_store_subr.c305 return (bhnd_nvram_plist_get_prop(path->pending, name)); in bhnd_nvstore_path_get_update()
H A Dbhnd_nvram_store.c950 prop = bhnd_nvram_plist_get_prop(unordered, name); in bhnd_nvram_store_export()
H A Dbhnd_nvram_data_sprom.c696 prop = bhnd_nvram_plist_get_prop(props, var->name); in bhnd_nvram_sprom_serialize()