Searched refs:xprint (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | vnet.c | 750 #define xprint(...) \ in db_show_vnet_print_vs() macro 757 xprint("%s: no vnet_sysinit * given\n", __func__); in db_show_vnet_print_vs() 765 xprint("%s(%p)\n", (vsname != NULL) ? vsname : "", vs); in db_show_vnet_print_vs() 766 xprint(" %#08x %#08x\n", vs->subsystem, vs->order); in db_show_vnet_print_vs() 767 xprint(" %p(%s)(%p)\n", in db_show_vnet_print_vs() 769 #undef xprint in db_show_vnet_print_vs()
|
| /f-stack/freebsd/kern/ |
| H A D | init_main.c | 859 #define xprint(...) \ in db_show_print_syinit() macro 866 xprint("%s: no sysinit * given\n", __func__); in db_show_print_syinit() 874 xprint("%s(%p)\n", (sname != NULL) ? sname : "", sip); in db_show_print_syinit() 875 xprint(" %#08x %#08x\n", sip->subsystem, sip->order); in db_show_print_syinit() 876 xprint(" %p(%s)(%p)\n", in db_show_print_syinit() 878 #undef xprint in db_show_print_syinit()
|