Searched refs:DM_DBG3 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c69 DM_DBG3(("dmDiscover: start\n"));
93 DM_DBG3(("dmDiscover: full, pid %d\n", onePortContext->id));
99 DM_DBG3(("dmDiscover: incremental, pid %d\n", onePortContext->id));
105 DM_DBG3(("dmDiscover: abort\n"));
119 DM_DBG3(("dmDiscover: abortInProgress\n"));
130 DM_DBG3(("dmDiscover: no discovery to abort\n"));
288 DM_DBG3(("dmUpStreamDiscoverStart: start\n"));
300 DM_DBG3(("dmUpStreamDiscoverStart: Port Remote AddrHi 0x%08x Remote AddrLo 0x%08x\n", sasAddressHi, sasAddressLo));
364 DM_DBG3(("dmUpStreamDiscovering: start\n"));
376 DM_DBG3(("dmUpStreamDiscoverin
[all...]
H A Ddmport.c69 DM_DBG3(("dmCreatePort: start\n"));
134 DM_DBG3(("dmCreatePort: linkrate %0x\n", onePortContext->LinkRate));
140 DM_DBG3(("dmCreatePort: pid %d\n", onePortContext->id));
141 DM_DBG3(("dmCreatePort: RemoteAddrHi 0x%08x RemoteAddrLo 0x%08x\n", onePortContext->sasRemoteAddressHi, onePortContext->sasRemoteAddressLo));
142 DM_DBG3(("dmCreatePort: LocalAddrHi 0x%08x LocaAddrLo 0x%08x\n", onePortContext->sasLocalAddressHi, onePortContext->sasLocalAddressLo));
253 DM_DBG3(("dmDestroyPort: before dmDiscoveryExpanderCleanUp\n"));
259 DM_DBG3(("dmDestroyPort: after dmDiscoveryExpanderCleanUp\n"));
262 DM_DBG3(("dmDestroyPort: before dmDiscoveryDeviceCleanUp\n"));
267 DM_DBG3(("dmDestroyPort: after dmDiscoveryDeviceCleanUp\n"));
H A Ddmsmp.c494 DM_DBG3(("dmsaSMPCompleted: agIOrequest %p\n", agIORequest->osData));
495 DM_DBG3(("dmsaSMPCompleted: sizeof(tdIORequestBody_t) %d 0x%x\n", sizeof(tdIORequestBody_t),
497 DM_DBG3(("dmsaSMPCompleted: SMPRequestbody %p\n", pSMPRequestBody));
498 DM_DBG3(("dmsaSMPCompleted: calling callback fn\n"));
499 DM_DBG3(("dmsaSMPCompleted: callback fn %p\n",pSMPRequestBody->SMPCompletionFunc));
534 DM_DBG3(("dmPhyControlSend: start\n"));
566 DM_DBG3(("dmReportGeneralSend: start\n"));
567 DM_DBG3(("dmReportGeneralSend: oneDeviceData %p did %d\n", oneDeviceData, oneDeviceData->id));
568 DM_DBG3(("dmReportGeneralSend: oneExpander %p did %d\n", oneDeviceData->dmExpander, oneDeviceData->dmExpander->id));
609 DM_DBG3(("dmReportGeneralRespRcv
[all...]
H A Ddminit.c67 DM_DBG3(("dmGetRequirements: start\n"));
135 DM_DBG3(("dmGetRequirements: max_expander %d\n", max_expander));
208 DM_DBG3(("dmGetRequirements: memoryReqCount %d\n", memoryRequirement->count));
241 DM_DBG3(("dmInitialize: start\n"));
460 DM_DBG3(("dmSMPInit: start \n"));
503 DM_DBG3(("dmDeviceDataInit: start \n"));
559 DM_DBG3(("dmDeviceDataReInit: start \n"));
608 DM_DBG3(("dmExpanderDeviceDataInit: start \n"));
631 DM_DBG3(("dmExpanderDeviceDataInit: exp id %d\n", i));
659 DM_DBG3(("dmExpanderDeviceDataReIni
[all...]
H A Ddmdefs.h115 #define DM_DBG3(format) tddmLogDebugString(gDMDebugLevel, 3, format) macro
126 #define DM_DBG3(format) macro

Completed in 72 milliseconds