Symbol: bhnd_nvram_val_fmt
sys/dev/bhnd/nvram/bhnd_nvram_data.c
532
size_t *len, bhnd_nvram_type *type, const bhnd_nvram_val_fmt **fmt)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
590
const bhnd_nvram_val_fmt *fmt;
sys/dev/bhnd/nvram/bhnd_nvram_data.c
656
const bhnd_nvram_val_fmt *fmt;
sys/dev/bhnd/nvram/bhnd_nvram_private.h
321
const bhnd_nvram_val_fmt *fmt; /**< value format */
sys/dev/bhnd/nvram/bhnd_nvram_value.c
124
const bhnd_nvram_val_fmt *fmt; /**< value format */
sys/dev/bhnd/nvram/bhnd_nvram_value.c
143
bhnd_nvram_val_fmt_name(const bhnd_nvram_val_fmt *fmt)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
151
const bhnd_nvram_val_fmt *
sys/dev/bhnd/nvram/bhnd_nvram_value.c
229
bhnd_nvram_val_fmt_filter(const bhnd_nvram_val_fmt **fmt, const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
232
const bhnd_nvram_val_fmt *ofmt, *nfmt;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
274
bhnd_nvram_val_storage val_storage, const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
354
bhnd_nvram_val_init(bhnd_nvram_val *value, const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
391
bhnd_nvram_val_new(bhnd_nvram_val **value, const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
415
bhnd_nvram_val_storage val_storage, const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.c
496
const bhnd_nvram_val_fmt *fmt, bhnd_nvram_val *src, uint32_t flags)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
530
const bhnd_nvram_val_fmt *fmt, bhnd_nvram_val *src, uint32_t flags)
sys/dev/bhnd/nvram/bhnd_nvram_value.c
57
static int bhnd_nvram_val_fmt_filter(const bhnd_nvram_val_fmt **fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
219
const bhnd_nvram_val_fmt *fmt; /**< value format */
sys/dev/bhnd/nvram/bhnd_nvram_value.h
242
extern const bhnd_nvram_val_fmt bhnd_nvram_val_ ## _n ## _fmt;
sys/dev/bhnd/nvram/bhnd_nvram_value.h
44
typedef struct bhnd_nvram_val_fmt bhnd_nvram_val_fmt;
sys/dev/bhnd/nvram/bhnd_nvram_value.h
48
const bhnd_nvram_val_fmt *fmt);
sys/dev/bhnd/nvram/bhnd_nvram_value.h
50
const bhnd_nvram_val_fmt *bhnd_nvram_val_default_fmt(
sys/dev/bhnd/nvram/bhnd_nvram_value.h
54
const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
60
const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
64
const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value.h
70
const bhnd_nvram_val_fmt *fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
107
const bhnd_nvram_val_fmt **fmt, const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
115
const bhnd_nvram_val_fmt bhnd_nvram_val_bcm_macaddr_fmt = {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
123
static const bhnd_nvram_val_fmt bhnd_nvram_val_bcm_macaddr_string_fmt = {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
134
const bhnd_nvram_val_fmt bhnd_nvram_val_bcm_leddc_fmt = {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
149
const bhnd_nvram_val_fmt bhnd_nvram_val_bcm_decimal_fmt = {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
168
const bhnd_nvram_val_fmt bhnd_nvram_val_bcm_hex_fmt = {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
182
const bhnd_nvram_val_fmt bhnd_nvram_val_bcm_string_fmt = {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
189
static const bhnd_nvram_val_fmt bhnd_nvram_val_bcm_string_csv_fmt = {
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
198
const bhnd_nvram_val_fmt bhnd_nvram_val_ ## _n ## _fmt = { \
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
233
bhnd_nvram_val_bcm_int_filter(const bhnd_nvram_val_fmt **fmt, const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
353
bhnd_nvram_val_bcm_leddc_filter(const bhnd_nvram_val_fmt **fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
568
const bhnd_nvram_val_fmt *array_fmt;
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
616
bhnd_nvram_val_bcmstr_csv_filter(const bhnd_nvram_val_fmt **fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
63
const bhnd_nvram_val_fmt **fmt, const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
692
bhnd_nvram_val_bcm_macaddr_filter(const bhnd_nvram_val_fmt **fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
70
const bhnd_nvram_val_fmt **fmt, const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
735
bhnd_nvram_val_bcm_macaddr_string_filter(const bhnd_nvram_val_fmt **fmt,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
81
const bhnd_nvram_val_fmt **fmt, const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
96
const bhnd_nvram_val_fmt **fmt, const void *inp,
sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h
63
typedef int (bhnd_nvram_val_op_filter)(const bhnd_nvram_val_fmt **fmt,