Home
last modified time | relevance | path

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.h315 # 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 …]