Searched refs:DEBUGCONT2 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 73 #define DEBUGCONT2(fac, format, arg1, arg2) \ macro 95 #define DEBUGCONT2(fac, format, arg1, arg2)
|
H A D | xencons.c | 638 DEBUGCONT2(XENCONS_DEBUG_INPUT, in xencons_rxint() 927 DEBUGCONT2(XENCONS_DEBUG_IOCTL, "async%d_ioctl: %s\n", in xcasync_ioctl() 1505 DEBUGCONT2(XENCONS_DEBUG_SFLOW, "xencons%d: input sflow stop, " in xcasync_flowcontrol_sw_input() 1635 DEBUGCONT2(XENCONS_DEBUG_INIT, "%s, debug = %x\n", in _init()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | asy.c | 381 DEBUGCONT2(ASY_DEBUG_INIT, "%s, debug = %x\n", in _init() 844 DEBUGCONT2(ASY_DEBUG_INIT, "asy%dattach: UART @ %p\n", in asyattach() 2038 DEBUGCONT2(ASY_DEBUG_PROCS, in asy_program() 2853 DEBUGCONT2(ASY_DEBUG_INPUT, "async%d_softint: %d char(s) in queue.\n", in async_softint() 2920 DEBUGCONT2(ASY_DEBUG_BUSY, in async_softint() 3057 DEBUGCONT2((mode? ASY_DEBUG_OUT : 0), in async_nstart() 3203 DEBUGCONT2(ASY_DEBUG_BUSY, in async_nstart() 3348 DEBUGCONT2(ASY_DEBUG_IOCTL, "async%d_ioctl: %s\n", in async_ioctl() 4146 DEBUGCONT2(ASY_DEBUG_MODEM, "async%d_iocdata: case %s\n", in async_iocdata() 4255 DEBUGCONT2(ASY_DEBUG_MODEM, in asymctl() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | asy.h | 222 #define DEBUGCONT2(fac, format, arg1, arg2) \ macro 244 #define DEBUGCONT2(fac, format, arg1, arg2)
|