Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_valuevar.h89 struct bhnd_nvram_val_fmt { struct
90 const char *name; /**< type name */
91 bhnd_nvram_type native_type; /**< native value representation */
92 bhnd_nvram_val_op_filter *op_filter;
93 bhnd_nvram_val_op_encode *op_encode;
94 bhnd_nvram_val_op_encode_elem *op_encode_elem;
95 bhnd_nvram_val_op_nelem *op_nelem;
96 bhnd_nvram_val_op_next *op_next;
H A Dbhnd_nvram_value.h44 typedef struct bhnd_nvram_val_fmt bhnd_nvram_val_fmt; typedef