Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h58 typedef struct bhnd_nvstore_path bhnd_nvstore_path; typedef
68 LIST_HEAD(bhnd_nvstore_path_list, bhnd_nvstore_path);
98 bhnd_nvstore_path *bhnd_nvstore_path_new(const char *path_str,
100 void bhnd_nvstore_path_free(struct bhnd_nvstore_path *path);
113 bhnd_nvstore_path *bhnd_nvstore_get_root_path(
116 bhnd_nvstore_path *path);
120 bhnd_nvstore_path *path, void **indexp);
123 bhnd_nvstore_path *path, const char *name);
126 bhnd_nvstore_path *path, const char *name);
129 bhnd_nvstore_path *path, const char *name,
[all …]
H A Dbhnd_nvram_store.c74 bhnd_nvstore_path *top,
75 bhnd_nvstore_path *child,
81 bhnd_nvstore_path *path,
87 bhnd_nvstore_path *path,
229 bhnd_nvstore_path *path, *pnext; in bhnd_nvram_store_free()
273 bhnd_nvstore_path *path; in bhnd_nvstore_parse_data()
311 bhnd_nvstore_path *path; in bhnd_nvstore_parse_data()
328 bhnd_nvstore_path *path; in bhnd_nvstore_parse_data()
341 bhnd_nvstore_path *path; in bhnd_nvstore_parse_data()
371 bhnd_nvstore_path *path; in bhnd_nvstore_parse_data()
[all …]
H A Dbhnd_nvram_store_subr.c73 bhnd_nvstore_path *
76 bhnd_nvstore_path *path; in bhnd_nvstore_path_new()
112 bhnd_nvstore_path_free(struct bhnd_nvstore_path *path) in bhnd_nvstore_path_free()
269 bhnd_nvstore_path *
283 bhnd_nvstore_is_root_path(struct bhnd_nvram_store *sc, bhnd_nvstore_path *path) in bhnd_nvstore_is_root_path()
302 bhnd_nvstore_path *path, const char *name) in bhnd_nvstore_path_get_update()
326 bhnd_nvstore_path *path, const char *name, bhnd_nvram_val *value) in bhnd_nvstore_path_register_update()
443 bhnd_nvstore_path *path, void **indexp) in bhnd_nvstore_path_data_next()
510 bhnd_nvstore_path *path, const char *name) in bhnd_nvstore_path_data_lookup()
645 bhnd_nvstore_path *
[all …]