Home
last modified time | relevance | path

Searched refs:native_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c117 .native_type = BHND_NVRAM_TYPE_UINT8_ARRAY,
125 .native_type = BHND_NVRAM_TYPE_STRING,
136 .native_type = BHND_NVRAM_TYPE_UINT32,
151 .native_type = BHND_NVRAM_TYPE_UINT64,
170 .native_type = BHND_NVRAM_TYPE_UINT64,
184 .native_type = BHND_NVRAM_TYPE_STRING,
191 .native_type = BHND_NVRAM_TYPE_STRING,
200 .native_type = BHND_NVRAM_TYPE_ ## _type, \
H A Dbhnd_nvram_valuevar.h91 bhnd_nvram_type native_type; /**< native value representation */ member
H A Dbhnd_nvram_value.c244 if (itype == ofmt->native_type) in bhnd_nvram_val_fmt_filter()
293 otype = fmt->native_type; in bhnd_nvram_val_init_common()
451 otype = fmt->native_type; in bhnd_nvram_val_convert_common()