Home
last modified time | relevance | path

Searched refs:xge_os_bug (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-defs.h92 xge_os_bug("g_malloc_cnt exceed %d", \
H A Dxge-debug.h401 if (!(test)) xge_os_bug("bad cond: "#test" at %s:%d\n", \
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h200 #define xge_os_bug(fmt...) cmn_err(CE_PANIC, fmt) macro
202 static inline void xge_os_bug(char *fmt, ...) { in xge_os_bug() function