Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h57 typedef struct bhnd_nvstore_index bhnd_nvstore_index; typedef
102 bhnd_nvstore_index *bhnd_nvstore_index_new(size_t capacity);
103 void bhnd_nvstore_index_free(bhnd_nvstore_index *index);
105 bhnd_nvstore_index *index,
109 bhnd_nvstore_index *index);
111 bhnd_nvstore_index *index, const char *name);
231 struct bhnd_nvstore_index { struct
244 bhnd_nvstore_index *index; /**< per-path index, or NULL if argument
H A Dbhnd_nvram_store_subr.c134 bhnd_nvstore_index *
137 bhnd_nvstore_index *index; in bhnd_nvstore_index_new()
141 bytes = sizeof(struct bhnd_nvstore_index) + (sizeof(void *) * capacity); in bhnd_nvstore_index_new()
161 bhnd_nvstore_index_free(bhnd_nvstore_index *index) in bhnd_nvstore_index_free()
183 bhnd_nvstore_index *index, void *cookiep) in bhnd_nvstore_index_append()
253 bhnd_nvstore_index *index) in bhnd_nvstore_index_prepare()
542 bhnd_nvstore_index *index, const char *name) in bhnd_nvstore_index_lookup()