Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h839 #define CHK_NULL(p) ((p==NULL) ? (dbg_out(NULL, WARN, DBG_ERR_STR" %s is NULL\n",#p), TRUE): FAL… macro
881 #define CHK_NULL(p) (p==NULL) macro