Searched refs:bhnd_nvram_value_printf (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_fmts.c | 311 return (bhnd_nvram_value_printf("%I64d", &sval, slen, in bhnd_nvram_val_bcm_hex_encode_elem() 323 return (bhnd_nvram_value_printf("0x%0*I64X", inp, ilen, itype, in bhnd_nvram_val_bcm_hex_encode_elem() 346 return (bhnd_nvram_value_printf(sfmt, inp, ilen, itype, outp, olen)); in bhnd_nvram_val_bcm_decimal_encode_elem() 516 return (bhnd_nvram_value_printf("0x%04hX", &led16, in bhnd_nvram_val_bcm_leddc_encode_elem() 519 return (bhnd_nvram_value_printf("0x%04X", &led32, in bhnd_nvram_val_bcm_leddc_encode_elem()
|
H A D | bhnd_nvram_value_subr.c | 392 bhnd_nvram_value_printf(const char *fmt, const void *inp, size_t ilen, in bhnd_nvram_value_printf() function
|
H A D | bhnd_nvram_private.h | 231 int bhnd_nvram_value_printf(const char *fmt,
|
H A D | bhnd_nvram_value.c | 797 return (bhnd_nvram_value_printf("H%[]02hhX", inp, ilen, in bhnd_nvram_val_encode_data()
|