Searched refs:Trace (Results 1 - 25 of 106) sorted by relevance

12345

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcRefreshAdapterConfiguration.cc27 #include "Trace.h"
38 Trace log("Sun_fcRefreshAdapterConfiguration");
H A DSun_fcRemoveCallback.cc28 #include "Trace.h"
39 Trace log("Sun_fcRemoveCallback");
H A DSun_fcResetStatistics.cc28 #include "Trace.h"
39 Trace log("Sun_fcResetStatistics");
H A DSun_fcCloseAdapter.cc29 #include "Trace.h"
43 Trace log("Sun_fcCloseAdapter");
H A DSun_fcGetBindingCapability.cc28 #include "Trace.h"
40 Trace log("Sun_fcGetBindingCapability");
H A DSun_fcGetBindingSupport.cc28 #include "Trace.h"
40 Trace log("Sun_fcGetBindingSupport");
H A DSun_fcGetEventBuffer.cc28 #include "Trace.h"
40 Trace log("Sun_fcGetEventBuffer");
H A DSun_fcGetFCPStatistics.cc28 #include "Trace.h"
41 Trace log("Sun_fcGetFCPStatistics");
H A DSun_fcGetNumberOfTgtAdapters.cc29 #include "Trace.h"
40 Trace log("Sun_fcGetNumberOfTgtAdapters");
H A DSun_fcGetPersistentBindingV2.cc28 #include "Trace.h"
40 Trace log("Sun_fcGetPersistentBindingV2");
H A DSun_fcRemoveAllPersistentBindings.cc28 #include "Trace.h"
40 Trace log("Sun_fcRemoveAllPersistentBindings");
H A DSun_fcRemovePersistentBinding.cc28 #include "Trace.h"
40 Trace log("Sun_fcRemovePersistentBinding");
H A DSun_fcSetBindingSupport.cc28 #include "Trace.h"
40 Trace log("Sun_fcSetBindingSupport");
H A DSun_fcSetPersistentBindingV2.cc28 #include "Trace.h"
40 Trace log("Sun_fcSetPersistentBindingV2");
H A DTrace.cc28 #include "Trace.h"
43 vector<vector<Trace *> > Trace::stacks;
48 vector<string> Trace::indent;
66 void Trace::message(int priority, const char *msg) {
127 * @memo Create a new Trace instance and update stack.
133 * Trace class should be created on the stack so they
137 Trace::Trace(std::string myRoutine) : routine(myRoutine) { function in class:Trace
152 Trace
[all...]
H A DHandlePort.cc30 #include "Trace.h"
51 Trace log("HandlePort::HandlePort");
60 Trace log("HandlePort::refresh");
77 Trace log("HandlePort::validate");
99 Trace log("HandlePort::match(wwn)");
112 Trace log("HandlePort::match(index)");
125 Trace log("HandlePort::getDiscoveredAttributes(wwn)");
142 Trace log("HandlePort::getPortAttributes");
160 Trace log("HandlePort::getDiscoveredAttributes(index)");
169 Trace lo
[all...]
H A DSun_fcAdapterReturnWWN.cc29 #include "Trace.h"
39 Trace log("Sun_fcAdapterReturnWWN");
H A DSun_fcFreeLibrary.cc29 #include "Trace.h"
45 Trace log("Sun_fcFreeLibrary");
H A DSun_fcGetFC4Statistics.cc28 #include "Trace.h"
42 Trace log("Sun_fcGetFC4Statistics");
H A DSun_fcGetFcpPersistentBinding.cc28 #include "Trace.h"
41 Trace log("Sun_fcGetFcpPersistentBinding");
H A DSun_fcGetPortStatistics.cc28 #include "Trace.h"
39 Trace log("Sun_fcGetPortStatistics");
H A DSun_fcLoadLibrary.cc30 #include "Trace.h"
46 Trace log("Sun_fcLoadLibrary");
H A DInternalError.cc29 #include "Trace.h"
48 Trace log("InternalError::InternalError(string)");
57 Trace log("InternalError::InternalError()");
H A DHandleNPIVPort.cc30 #include "Trace.h"
55 Trace log("HandleNPIVPort::HandleNPIVPort");
65 Trace log("HandleNPIVPort::refresh");
83 Trace log("HandleNPIVPort::validate");
107 Trace log("HandleNPIVPort::match(wwn)");
121 Trace log("HandleNPIVPort::match(index)");
135 Trace log("HandleNPIVPort::getPortAttributes");
H A DIOError.cc29 #include "Trace.h"
47 Trace log("IOError::IOError(string)");
56 Trace log("IOError::IOError(Handle)");
66 Trace log("IOError::IOError(HBAPort)");
79 Trace log("IOError::IOError(HBAPort, wwn)");
93 Trace log("IOError::IOError(HBAPort, wwn, lun)");

Completed in 45 milliseconds

12345