Searched defs:IPF_PANIC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h310 # define IPF_PANIC(x,y) if (x) { printf y; cmn_err(CE_PANIC, "ipf_panic"); } macro
492 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
640 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
718 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
777 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
944 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
1002 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
1074 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
1110 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); } macro
1323 # define IPF_PANIC( macro
1469 # define IPF_PANIC macro
[all...]

Completed in 90 milliseconds