Home
last modified time | relevance | path

Searched defs:bhnd_nvram_plist (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plistvar.h67 struct bhnd_nvram_plist { struct
69 TAILQ_HEAD(,bhnd_nvram_plist_entry) entries; /**< all properties */ argument
71 bhnd_nvram_plist_entry_list names[16]; /**< name-based hash table */ argument
H A Dbhnd_nvram_plist.h45 typedef struct bhnd_nvram_plist bhnd_nvram_plist; typedef