Searched refs:path_vars (Results 1 – 1 of 1) sorted by relevance
620 bhnd_nvram_plist *path_vars; in bhnd_nvram_store_export_child() local632 path_vars = NULL; in bhnd_nvram_store_export_child()648 if ((path_vars = bhnd_nvram_plist_new()) == NULL) in bhnd_nvram_store_export_child()651 if ((error = bhnd_nvstore_export_merge(sc, child, path_vars, flags))) { in bhnd_nvram_store_export_child()652 bhnd_nvram_plist_release(path_vars); in bhnd_nvram_store_export_child()657 if (bhnd_nvram_plist_count(path_vars) == 0) { in bhnd_nvram_store_export_child()658 bhnd_nvram_plist_release(path_vars); in bhnd_nvram_store_export_child()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()785 if (path_vars != NULL) in bhnd_nvram_store_export_child()[all …]