Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c120 .native_type = BHND_NVRAM_TYPE_UINT8_ARRAY,
128 .native_type = BHND_NVRAM_TYPE_STRING,
139 .native_type = BHND_NVRAM_TYPE_UINT32,
154 .native_type = BHND_NVRAM_TYPE_UINT64,
173 .native_type = BHND_NVRAM_TYPE_UINT64,
187 .native_type = BHND_NVRAM_TYPE_STRING,
194 .native_type = BHND_NVRAM_TYPE_STRING,
203 .native_type = BHND_NVRAM_TYPE_ ## _type, \
H A Dbhnd_nvram_valuevar.h92 bhnd_nvram_type native_type; /**< native value representation */ member
H A Dbhnd_nvram_value.c247 if (itype == ofmt->native_type) in bhnd_nvram_val_fmt_filter()
296 otype = fmt->native_type; in bhnd_nvram_val_init_common()
454 otype = fmt->native_type; in bhnd_nvram_val_convert_common()