Searched refs:fm_printf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfm.c175 fm_printf(int depth, int c, int cols, const char *format, ...) function
234 c = fm_printf(d, c, cols, " %s=", name);
238 c = fm_printf(d + 1, c, cols, " 1");
243 c = fm_printf(d + 1, c, cols, b ? "1" : "0");
248 c = fm_printf(d + 1, c, cols, "%x", i8);
253 c = fm_printf(d + 1, c, cols, "%x", i8);
258 c = fm_printf(d + 1, c, cols, "%x", i8);
263 c = fm_printf(d + 1, c, cols, "%x", i16);
268 c = fm_printf(d + 1, c, cols, "%x", i16);
273 c = fm_printf(
[all...]

Completed in 58 milliseconds