Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c151 while ((prop = bhnd_nvram_plist_next(plist, prop)) != NULL) { in bhnd_nvram_plist_copy()
393 while ((p = bhnd_nvram_plist_next(tail, p)) != NULL) { in bhnd_nvram_plist_append_list()
535 bhnd_nvram_plist_next(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) in bhnd_nvram_plist_next() function
H A Dbhnd_nvram_store.c458 while ((prop = bhnd_nvram_plist_next(path->pending, prop))) { in bhnd_nvstore_export_merge()
727 while ((prop = bhnd_nvram_plist_next(path_vars, prop))) { in bhnd_nvram_store_export_child()
746 while ((prop = bhnd_nvram_plist_next(path_vars, prop)) != NULL) { in bhnd_nvram_store_export_child()
965 while ((prop = bhnd_nvram_plist_next(unordered, prop)) != NULL) { in bhnd_nvram_store_export()
H A Dbhnd_nvram_plist.h83 bhnd_nvram_prop *bhnd_nvram_plist_next(bhnd_nvram_plist *plist,
H A Dbhnd_nvram_data_bcmraw.c160 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) { in bhnd_nvram_bcmraw_serialize()
H A Dbhnd_nvram_data_tlv.c255 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) { in bhnd_nvram_tlv_serialize()
H A Dbhnd_nvram_data_btxt.c361 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) { in bhnd_nvram_btxt_serialize()
H A Dbhnd_nvram_data_bcm.c452 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) { in bhnd_nvram_bcm_serialize()
H A Dbhnd_nvram_data_sprom.c660 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) { in bhnd_nvram_sprom_serialize()