Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_printf.c97 dboot_putnum(uint64_t x, boolean_t is_signed, uint8_t base) in dboot_putnum() function
162 dboot_putnum(x, B_FALSE, 16); in do_dboot_printf()
179 dboot_putnum(x, B_TRUE, 10); in do_dboot_printf()
203 dboot_putnum(x, B_FALSE, base); in do_dboot_printf()