Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.h65 int bhnd_nvram_plist_append_string(bhnd_nvram_plist *plist,
H A Dbhnd_nvram_store.c556 error = bhnd_nvram_plist_append_string(plist, pathvar, devpath); in bhnd_nvstore_export_devpath_alias()
594 error = bhnd_nvram_plist_append_string(plist, pathvar, devpath); in bhnd_nvstore_export_devpath_alias()
H A Dbhnd_nvram_plist.c516 bhnd_nvram_plist_append_string(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_append_string() function