Lines Matching refs:unordered
823 bhnd_nvram_plist *unordered; in bhnd_nvram_store_export() local
832 unordered = NULL; in bhnd_nvram_store_export()
886 if ((unordered = bhnd_nvram_plist_new()) == NULL) { in bhnd_nvram_store_export()
892 error = bhnd_nvram_store_export_child(sc, top, top, unordered, flags); in bhnd_nvram_store_export()
906 child, unordered, flags); in bhnd_nvram_store_export()
925 *props = unordered; in bhnd_nvram_store_export()
926 unordered = NULL; in bhnd_nvram_store_export()
950 prop = bhnd_nvram_plist_get_prop(unordered, name); in bhnd_nvram_store_export()
959 bhnd_nvram_plist_remove(unordered, name); in bhnd_nvram_store_export()
965 while ((prop = bhnd_nvram_plist_next(unordered, prop)) != NULL) { in bhnd_nvram_store_export()
974 if (unordered != NULL) in bhnd_nvram_store_export()
975 bhnd_nvram_plist_release(unordered); in bhnd_nvram_store_export()
982 if (unordered != NULL) in bhnd_nvram_store_export()
983 bhnd_nvram_plist_release(unordered); in bhnd_nvram_store_export()