Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c119 .op_encode = bhnd_nvram_val_bcm_macaddr_encode,
153 .op_encode = bhnd_nvram_val_bcm_int_encode,
172 .op_encode = bhnd_nvram_val_bcm_int_encode,
185 .op_encode = bhnd_nvram_val_bcmstr_encode,
H A Dbhnd_nvram_valuevar.h93 bhnd_nvram_val_op_encode *op_encode; member
H A Dbhnd_nvram_value.c1332 if (value->fmt->op_encode != NULL) in bhnd_nvram_val_encode()
1333 return (value->fmt->op_encode(value, outp, olen, otype)); in bhnd_nvram_val_encode()