Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c49 static bhnd_nvram_plist_entry *bhnd_nvram_plist_get_entry(
186 if (bhnd_nvram_plist_get_entry(plist, name) != NULL) in bhnd_nvram_plist_contains()
213 entry = bhnd_nvram_plist_get_entry(plist, prop->name); in bhnd_nvram_plist_replace()
331 entry = bhnd_nvram_plist_get_entry(plist, name); in bhnd_nvram_plist_remove()
358 bhnd_nvram_plist_get_entry(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_get_entry() function
547 if ((entry = bhnd_nvram_plist_get_entry(plist, prop->name)) == NULL) in bhnd_nvram_plist_next()
576 if ((entry = bhnd_nvram_plist_get_entry(plist, name)) == NULL) in bhnd_nvram_plist_get_prop()