Searched defs:bhnd_nvram_val (Results 1 – 1 of 1) sorted by relevance
45 typedef struct bhnd_nvram_val bhnd_nvram_val; typedef216 struct bhnd_nvram_val { struct218 bhnd_nvram_val_storage val_storage; /**< value structure storage */ argument219 const bhnd_nvram_val_fmt *fmt; /**< value format */ argument220 bhnd_nvram_val_data_storage data_storage; /**< data storage */ argument240 /** Declare a bhnd_nvram_val_fmt with name @p _n */ argument