Searched refs:xprint (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | vnet.c | 790 #define xprint(...) do { \ in db_show_vnet_print_vs() macro 798 xprint("%s: no vnet_sysinit * given\n", __func__); in db_show_vnet_print_vs() 806 xprint("%s(%p)\n", (vsname != NULL) ? vsname : "", vs); in db_show_vnet_print_vs() 807 xprint(" %#08x %#08x\n", vs->subsystem, vs->order); in db_show_vnet_print_vs() 808 xprint(" %p(%s)(%p)\n", in db_show_vnet_print_vs() 810 #undef xprint in db_show_vnet_print_vs()
|
/freebsd/sys/kern/ |
H A D | init_main.c | 880 #define xprint(...) \ in db_show_print_syinit() macro 887 xprint("%s: no sysinit * given\n", __func__); in db_show_print_syinit() 895 xprint("%s(%p)\n", (sname != NULL) ? sname : "", sip); in db_show_print_syinit() 896 xprint(" %#08x %#08x\n", sip->subsystem, sip->order); in db_show_print_syinit() 897 xprint(" %p(%s)(%p)\n", in db_show_print_syinit() 899 #undef xprint in db_show_print_syinit()
|