Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.h45 typedef struct bhnd_nvram_val bhnd_nvram_val; typedef
216 struct bhnd_nvram_val { struct
218 bhnd_nvram_val_storage val_storage; /**< value structure storage */ argument
219 const bhnd_nvram_val_fmt *fmt; /**< value format */ argument
220 bhnd_nvram_val_data_storage data_storage; /**< data storage */ argument
240 /** Declare a bhnd_nvram_val_fmt with name @p _n */ argument