Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c118 .native_type = BHND_NVRAM_TYPE_UINT8_ARRAY,
126 .native_type = BHND_NVRAM_TYPE_STRING,
137 .native_type = BHND_NVRAM_TYPE_UINT32,
152 .native_type = BHND_NVRAM_TYPE_UINT64,
171 .native_type = BHND_NVRAM_TYPE_UINT64,
185 .native_type = BHND_NVRAM_TYPE_STRING,
192 .native_type = BHND_NVRAM_TYPE_STRING,
201 .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.c245 if (itype == ofmt->native_type) in bhnd_nvram_val_fmt_filter()
294 otype = fmt->native_type; in bhnd_nvram_val_init_common()
452 otype = fmt->native_type; in bhnd_nvram_val_convert_common()