Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_valuevar.h94 bhnd_nvram_val_op_encode *op_encode; member
H A Dbhnd_nvram_value_fmts.c122 .op_encode = bhnd_nvram_val_bcm_macaddr_encode,
156 .op_encode = bhnd_nvram_val_bcm_int_encode,
175 .op_encode = bhnd_nvram_val_bcm_int_encode,
188 .op_encode = bhnd_nvram_val_bcmstr_encode,
H A Dbhnd_nvram_value.c1335 if (value->fmt->op_encode != NULL) in bhnd_nvram_val_encode()
1336 return (value->fmt->op_encode(value, outp, olen, otype)); in bhnd_nvram_val_encode()