Searched refs:DM_DBG1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c73 DM_DBG1(("dmCreatePort: dmRoot is NULL, wrong!!!\n"));
79 DM_DBG1(("dmCreatePort: dmPortContext is NULL, wrong!!!\n"));
86 DM_DBG1(("dmCreatePort: dmPortContext->dmData is not NULL, wrong, Already created!!!\n"));
92 DM_DBG1(("dmCreatePort: dmPortInfo is NULL, wrong!!!\n"));
100 DM_DBG1(("dmCreatePort: dmIntRoot is NULL, wrong!!!\n"));
108 DM_DBG1(("dmCreatePort: dmAllShared is NULL, wrong!!!\n"));
120 DM_DBG1(("dmCreatePort: onePortContext is NULL in allocation, wrong!!!\n"));
151 DM_DBG1(("dmCreatePort: Attention. no more free PortContext!!!\n"));
183 DM_DBG1(("dmDestroyPort: start\n"));
186 DM_DBG1(("dmDestroyPor
[all...]
H A Ddmmisc.c76 DM_DBG1(("%s - dmhexdump(len=%d):\n", ptitle, (int)len));
79 DM_DBG1(("pbuf is NULL\n"));
86 DM_DBG1((" 0x%02x, 0x%02x, 0x%02x, 0x%02x,\n", pbuf[i], pbuf[i+1], pbuf[i+2], pbuf[i+3]));
91 DM_DBG1((" 0x%02x,", pbuf[i]));
95 DM_DBG1(("\n"));
H A Ddmdisc.c74 DM_DBG1(("dmDiscover: onePortContext is NULL!!!\n"));
80 DM_DBG1(("dmDiscover: invalid port!!!\n"));
86 DM_DBG1(("dmDiscover: Registration failed!!!\n"));
155 DM_DBG1(("dmFullDiscover: start\n"));
159 DM_DBG1(("dmFullDiscover: invalid port!!!\n"));
165 DM_DBG1(("dmFullDiscover: no two instances of discovery allowed!!!\n"));
199 DM_DBG1(("dmFullDiscover:oneExpDeviceData is NULL!!!\n"));
219 DM_DBG1(("dmIncrementalDiscover: start\n"));
223 DM_DBG1(("dmIncrementalDiscover: invalid port!!!\n"));
232 DM_DBG1(("dmIncrementalDiscove
[all...]
H A Ddmsmp.c82 DM_DBG1(("dmSMPStart: invalid port or aborted discovery!!!\n"));
89 DM_DBG1(("dmSMPStart: Wrong!!! oneExpander is NULL!!!\n"));
101 DM_DBG1(("dmSMPStart: Wrong, onePortContext is NULL!!!\n"));
109 DM_DBG1(("dmSMPStart: no free SMP!!!\n"));
124 DM_DBG1(("dmSMPStart: dmSMPRequestBody is NULL, wrong!!!\n"));
185 DM_DBG1(("dmSMPStart: SAS 1.1 error, undefined or unused smp function code 0x%x !!!\n", functionCode));
265 DM_DBG1(("dmSMPStart: SAS 2 error!!! undefined or unused smp function code 0x%x!!!\n", functionCode));
310 DM_DBG1(("dmSMPStart: no free SMP!!!\n"));
330 DM_DBG1(("dmSMPStart: dmSMPResponseBody is NULL, wrong!!!\n"));
389 DM_DBG1(("dmSMPStar
[all...]
H A Ddmtimer.c138 DM_DBG1(("dmProcessTimers: timerRequest_to_process is NULL! Error!!!\n"));
H A Ddminit.c206 DM_DBG1(("dmGetRequirements: swConfig->itNexusTimeout 0x%X\n", swConfig->itNexusTimeout));
265 DM_DBG1(("dmInitialize: Memory[%d] singleElementLength = 0x%0x numElements = 0x%x NOT allocated!!!\n",
379 DM_DBG1(("dmAllShared->itNexusTimeout %d \n", dmAllShared->itNexusTimeout));
408 DM_DBG1(("dmAllShared->MaxRetryDiscovery %d \n", dmAllShared->MaxRetryDiscovery));
435 DM_DBG1(("dmAllShared->RateAdjust %d \n", dmAllShared->RateAdjust));
H A Ddmdefs.h113 #define DM_DBG1(format) tddmLogDebugString(gDMDebugLevel, 1, format) macro
124 #define DM_DBG1(format) macro

Completed in 117 milliseconds