• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/bhnd/nvram/

Lines Matching refs:outp

69 			     bhnd_nvram_val *value, void *outp, size_t *olen,
77 size_t ilen, void *outp, size_t *olen,
87 void *outp, size_t *olen, bhnd_nvram_type otype);
91 size_t ilen, void *outp, size_t *olen,
95 size_t ilen, void *outp, size_t *olen,
103 size_t ilen, void *outp, size_t *olen,
107 void *outp, size_t *olen, bhnd_nvram_type otype);
266 bhnd_nvram_val_bcm_int_encode(bhnd_nvram_val *value, void *outp, size_t *olen,
272 return (bhnd_nvram_val_printf(value, "%[]s", outp, olen, ","));
274 return (bhnd_nvram_val_generic_encode(value, outp, olen, otype));
282 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
294 outp, olen, otype));
315 stype, outp, olen, otype));
327 outp, olen, width));
335 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
346 outp, olen, otype));
349 return (bhnd_nvram_value_printf(sfmt, inp, ilen, itype, outp, olen));
388 size_t ilen, void *outp, size_t *olen, bhnd_nvram_type otype)
429 if (outp != NULL)
437 return (bhnd_nvram_value_coerce(inp, ilen, itype, outp, olen,
520 sizeof(led16), BHND_NVRAM_TYPE_UINT16, outp, olen));
523 sizeof(led32), BHND_NVRAM_TYPE_UINT32, outp, olen));
536 *(uint16_t *)outp = led16;
545 *(uint32_t *)outp = led32;
557 if (limit < nbytes && outp != NULL)
567 bhnd_nvram_val_bcmstr_encode(bhnd_nvram_val *value, void *outp, size_t *olen,
584 return (bhnd_nvram_value_coerce(inp, ilen, itype, outp, olen,
606 error = bhnd_nvram_val_encode(&array, outp, olen, otype);
714 bhnd_nvram_val_bcm_macaddr_encode(bhnd_nvram_val *value, void *outp,
726 return (bhnd_nvram_val_printf(value, "%[]02hhX", outp, olen,
732 return (bhnd_nvram_value_coerce(inp, ilen, itype, outp, olen, otype));}
759 const void *inp, size_t ilen, void *outp, size_t *olen,
768 error = bhnd_nvram_parse_int(inp, ilen, 16, &nparsed, outp,
781 bhnd_nvram_val_elem_type(value), outp, olen, otype));