Searched refs:C_DB_PRINTF (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 1458 #define C_DB_PRINTF(f, e) db_printf(" %s = " f "\n", #e, c->e); in _show_callout() macro 1460 C_DB_PRINTF("%" PRId64, c_time); in _show_callout() 1461 C_DB_PRINTF("%" PRId64, c_precision); in _show_callout() 1462 C_DB_PRINTF("%p", c_arg); in _show_callout() 1463 C_DB_PRINTF("%p", c_func); in _show_callout() 1464 C_DB_PRINTF("%p", c_lock); in _show_callout() 1465 C_DB_PRINTF("%#x", c_flags); in _show_callout() 1466 C_DB_PRINTF("%#x", c_iflags); in _show_callout() 1467 C_DB_PRINTF("%d", c_cpu); in _show_callout() 1468 #undef C_DB_PRINTF in _show_callout()
|