Searched refs:xge_os_printf (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-driver.c | 63 xge_os_printf("################ Trace dump Begin ###############"); 68 xge_os_printf(dmesg_start + i); 74 xge_os_printf(dmesg + i); 77 xge_os_printf("################ Trace dump End ###############"); 225 xge_os_printf("cannot allocate trace buffer!"); 269 xge_os_printf("OSPAL: max g_malloc_cnt %d", g_malloc_cnt); 272 xge_os_printf("OSPAL: memory leak detected at " 283 xge_os_printf("OSPAL: %d memory leaks detected", leaks); 285 xge_os_printf("OSPAL: no memory leaks detected");
|
H A D | xgehal-device-fp.c | 806 xge_os_printf("i:%d %02x, ",i,ch); 931 xge_os_printf("Dump Eth:" ); 934 xge_os_printf("i:%d %02x, ",i,ch);
|
H A D | xgehal-fifo-fp.c | 116 xge_os_printf(""XGE_OS_LLXFMT":"XGE_OS_LLXFMT":"XGE_OS_LLXFMT":"
|
H A D | xgehal-device.c | 3383 // xge_os_printf("d %d iwl_avg %d len_avg %d:%d:%d tval %d avg %d hist %d pstep %d", 5588 xge_os_printf("ERR, Reading VPD data failed"); 5646 xge_os_printf("invalid t_code %d", t_code); 5655 xge_os_printf(""XGE_OS_LLXFMT":"XGE_OS_LLXFMT":" 5695 xge_os_printf(""XGE_OS_LLXFMT":"XGE_OS_LLXFMT":"XGE_OS_LLXFMT
|
H A D | xgehal-mgmtaux.c | 1429 xge_os_printf("0x%04x 0x%08x%08x", offset*8,
|
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-defs.h | 112 xge_os_printf("OSPAL: freeing with wrong " \ 125 xge_os_printf("OSPAL: ptr "XGE_OS_LLXFMT" not found!", \
|
H A D | xge-debug.h | 155 #define xge_trace_aux(fmt...) xge_os_printf(fmt)
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xge_osdep.h | 131 #define xge_os_printf(fmt...) cmn_err(CE_CONT, fmt) macro 141 static inline void xge_os_printf(char *fmt, ...) { function 166 #define xge_os_println xge_os_printf
|
Completed in 79 milliseconds