Home
last modified time | relevance | path

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

/titanic_41/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(x,y) macro
[all …]