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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_dbg.h63 #define PRINTIT kprintf macro
65 #define PRINTIT printf macro
75 #define DEBUG_BREAK_MSG(PRINTF_ARGS) { PRINTIT PRINTF_ARGS; DEBUG_BREAK };
79 #define DEBUG_BREAK_MSG(PRINTF_ARGS) { PRINTIT PRINTF_ARGS; };
107 PRINTIT("%X: ", proc_selfpid()); \
108 PRINTIT("HFS ERROR: "); \
109 PRINTIT x; \
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c169 #define PRINTIT kprintf macro
444 PRINTIT("Dump of B-tree node #%ld ($%08lX)\n", nodeNumber, nodeNumber);
451 PRINTIT("%04X: %08lX %08lX %08lX %08lX\n", (u_int)offset++, *lp++, *lp++, *lp++, *lp++);

Completed in 62 milliseconds