Home
last modified time | relevance | path

Searched refs:bhnd_nvram_value_coerce (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c304 error = bhnd_nvram_value_coerce(inp, ilen, itype, &sval, &slen, in bhnd_nvram_val_bcm_hex_encode_elem()
434 return (bhnd_nvram_value_coerce(inp, ilen, itype, outp, olen, in bhnd_nvram_val_bcm_leddc_encode_elem()
581 return (bhnd_nvram_value_coerce(inp, ilen, itype, outp, olen, in bhnd_nvram_val_bcmstr_encode()
729 return (bhnd_nvram_value_coerce(inp, ilen, itype, outp, olen, otype));} in bhnd_nvram_val_bcm_macaddr_encode()
777 return (bhnd_nvram_value_coerce(inp, ilen, in bhnd_nvram_val_bcm_macaddr_string_encode_elem()
H A Dbhnd_nvram_value_subr.c529 bhnd_nvram_value_coerce(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_coerce() function
H A Dbhnd_nvram_value.c312 error = bhnd_nvram_value_coerce(inp, ilen, itype, NULL, &olen, otype); in bhnd_nvram_val_init_common()
322 error = bhnd_nvram_value_coerce(inp, ilen, itype, outp, &olen, otype); in bhnd_nvram_val_init_common()
803 return (bhnd_nvram_value_coerce(inp, ilen, in bhnd_nvram_val_encode_data()
H A Dbhnd_nvram_data_bcm.c358 return (bhnd_nvram_value_coerce(buf+bufpos, vlen, in bhnd_nvram_bcm_getvar_direct_common()
686 error = bhnd_nvram_value_coerce(value, value_len, in bhnd_nvram_bcm_init()
H A Dbhnd_nvram_private.h215 int bhnd_nvram_value_coerce(const void *inp,
H A Dbhnd_nvram_data_sprom.c489 error = bhnd_nvram_value_coerce(var_ptr, var_len, raw_type, in bhnd_nvram_sprom_write_var()
1229 error = bhnd_nvram_value_coerce(&intv, sizeof(intv), in bhnd_nvram_sprom_read_var()
H A Dbhnd_nvram_data_tlv.c221 return (bhnd_nvram_value_coerce(value, vlen, in bhnd_nvram_tlv_getvar_direct()
H A Dbhnd_nvram_data_btxt.c334 return (bhnd_nvram_value_coerce(buf+bufpos, vlen, in bhnd_nvram_btxt_getvar_direct()