Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plistvar.h37 LIST_HEAD(bhnd_nvram_plist_entry_list, bhnd_nvram_plist_entry);
39 typedef struct bhnd_nvram_plist_entry bhnd_nvram_plist_entry; typedef
55 struct bhnd_nvram_plist_entry { struct
58 TAILQ_ENTRY(bhnd_nvram_plist_entry) pl_link; argument
59 LIST_ENTRY(bhnd_nvram_plist_entry) pl_hash_link;
69 TAILQ_HEAD(,bhnd_nvram_plist_entry) entries; /**< all properties */
H A Dbhnd_nvram_plist.c49 static bhnd_nvram_plist_entry *bhnd_nvram_plist_get_entry(
111 bhnd_nvram_plist_entry *ple, *ple_next; in bhnd_nvram_plist_release()
210 bhnd_nvram_plist_entry *entry; in bhnd_nvram_plist_replace()
328 bhnd_nvram_plist_entry *entry; in bhnd_nvram_plist_remove()
357 static bhnd_nvram_plist_entry *
361 bhnd_nvram_plist_entry *entry; in bhnd_nvram_plist_get_entry()
415 bhnd_nvram_plist_entry *entry; in bhnd_nvram_plist_append()
537 bhnd_nvram_plist_entry *entry; in bhnd_nvram_plist_next()
574 bhnd_nvram_plist_entry *entry; in bhnd_nvram_plist_get_prop()