Home
last modified time | relevance | path

Searched refs:data_storage (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c90 .data_storage = BHND_NVRAM_VAL_DATA_NONE, \
97 value->data_storage == BHND_NVRAM_VAL_DATA_NONE && \
120 (_val)->data_storage == BHND_NVRAM_VAL_DATA_EXT_WEAK)
125 bhnd_nvram_val_data_storage data_storage; /**< data storage */ variable
134 .data_storage = BHND_NVRAM_VAL_DATA_INLINE,
429 switch (src->data_storage) { in bhnd_nvram_val_convert_common()
593 switch (value->data_storage) { in bhnd_nvram_val_copy()
606 BHND_NV_PANIC("invalid storage type: %d", value->data_storage); in bhnd_nvram_val_copy()
642 switch (value->data_storage) { in bhnd_nvram_val_release()
1392 switch (value->data_storage) { in bhnd_nvram_val_bytes()
[all …]
H A Dbhnd_nvram_value.h220 bhnd_nvram_val_data_storage data_storage; /**< data storage */ member