Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c88 .val_storage = _storage, \
119 ((_val)->val_storage == BHND_NVRAM_VAL_STORAGE_AUTO || \
123 bhnd_nvram_val_storage val_storage; /**< value structure storage */ variable
132 .val_storage = BHND_NVRAM_VAL_STORAGE_STATIC,
274 bhnd_nvram_val_storage val_storage, const bhnd_nvram_val_fmt *fmt, in bhnd_nvram_val_init_common() argument
300 *value = BHND_NVRAM_VAL_INITIALIZER(fmt, val_storage); in bhnd_nvram_val_init_common()
415 bhnd_nvram_val_storage val_storage, const bhnd_nvram_val_fmt *fmt, in bhnd_nvram_val_convert_common() argument
446 return (bhnd_nvram_val_init_common(value, val_storage, fmt, inp, in bhnd_nvram_val_convert_common()
454 *value = BHND_NVRAM_VAL_INITIALIZER(fmt, val_storage); in bhnd_nvram_val_convert_common()
570 switch (value->val_storage) { in bhnd_nvram_val_copy()
[all …]
H A Dbhnd_nvram_value.h218 bhnd_nvram_val_storage val_storage; /**< value structure storage */ member