Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.h60 int bhnd_nvram_plist_append_val(bhnd_nvram_plist *plist,
H A Dbhnd_nvram_store.c507 error = bhnd_nvram_plist_append_val(merged, name, val); in bhnd_nvstore_export_merge()
769 error = bhnd_nvram_plist_append_val(plist, name, in bhnd_nvram_store_export_child()
H A Dbhnd_nvram_plist.c458 bhnd_nvram_plist_append_val(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_append_val() function