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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c180 fm_printf(int depth, int c, int cols, const char *format, ...) function
239 c = fm_printf(d, c, cols, " %s=", name);
243 c = fm_printf(d + 1, c, cols, " 1");
248 c = fm_printf(d + 1, c, cols, b ? "1" : "0");
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", i8);
268 c = fm_printf(d + 1, c, cols, "%x", i16);
273 c = fm_printf(d + 1, c, cols, "%x", i16);
278 c = fm_printf(
[all...]

Completed in 102 milliseconds