Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_valuevar.h93 bhnd_nvram_val_op_encode *op_encode; member
H A Dbhnd_nvram_value_fmts.c120 .op_encode = bhnd_nvram_val_bcm_macaddr_encode,
154 .op_encode = bhnd_nvram_val_bcm_int_encode,
173 .op_encode = bhnd_nvram_val_bcm_int_encode,
186 .op_encode = bhnd_nvram_val_bcmstr_encode,
H A Dbhnd_nvram_value.c1333 if (value->fmt->op_encode != NULL) in bhnd_nvram_val_encode()
1334 return (value->fmt->op_encode(value, outp, olen, otype)); in bhnd_nvram_val_encode()