Searched defs:indentprintf (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/kern/ | ||
H A D | subr_bus.c | 123 #define indentprintf(p) do { int iJ; PRINTK("."); for (iJ=0; iJ<indent; iJ++) PRINTK(" "); PRINTK p ; } while (0) macro |
Completed in 6 milliseconds