Searched refs:IPF_PANIC (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 315 # define IPF_PANIC(x,y) if (x) { printf y; cmn_err(CE_PANIC, "ipf_panic"); } macro 497 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 645 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 723 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 782 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 949 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 1007 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 1079 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 1115 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro 1328 # define IPF_PANIC(x,y) macro [all …]
|
H A D | ip_rpcb_pxy.c | 280 IPF_PANIC(1, ("illegal rv %d (ippr_rpcb_req)", rv)); 370 IPF_PANIC(1, ("illegal rv %d (ippr_rpcb_decoderep)", rv)); 1049 IPF_PANIC(1, ("illegal rx_type %d", rx->rx_type));
|