Searched refs:C_DB_PRINTF (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 1483 #define C_DB_PRINTF(f, e) db_printf(" %s = " f "\n", #e, c->e); in _show_callout() macro 1485 C_DB_PRINTF("%" PRId64, c_time); in _show_callout() 1486 C_DB_PRINTF("%" PRId64, c_precision); in _show_callout() 1487 C_DB_PRINTF("%p", c_arg); in _show_callout() 1488 C_DB_PRINTF("%p", c_func); in _show_callout() 1489 C_DB_PRINTF("%p", c_lock); in _show_callout() 1490 C_DB_PRINTF("%#x", c_flags); in _show_callout() 1491 C_DB_PRINTF("%#x", c_iflags); in _show_callout() 1492 C_DB_PRINTF("%d", c_cpu); in _show_callout() 1493 #undef C_DB_PRINTF in _show_callout()
|