Searched refs:FireLog (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireLog.h30 void FireLog( const char *format, ... );
H A DFWDebugging.h64 # define DoErrorLog( x... ) { FireLog( "ERROR: " x ) ; }
65 # define DoDebugLog( x... ) { FireLog( x ) ; }
76 # import <IOKit/firewire/FireLog.h>
H A DIOFWRingBufferQ.cpp36 //#import <IOKit/firewire/FireLog.h>
195 FireLog("[");
210 FireLog("s");
212 FireLog("d");
214 FireLog("o");
216 FireLog("?");
218 FireLog(".");
226 FireLog("]\n");
227 FireLog("-- Units Available: %lu StartPtr: %lu DestinationPtr: %lu --\n", drawBufAvail, drawStartOff, drawDestOff );
238 //FireLog("IOFWRingBuffer
[all...]
H A DIOFireLog.cpp27 // FireLog
31 void FireLog( const char *format, ... ) function
106 IOLog( "Welcome to FireLog. (built %s %s)\n", __TIME__, __DATE__ );
107 FireLog( "Welcome to FireLog. (built %s %s)\n", __TIME__, __DATE__ );
124 panic( "FireLog : illegal log size 0x%08lx\n", kFireLogSize );
148 IOLog( "FireLog : physical address = 0x%08lx, length = %ld\n", (UInt32)fLogPhysicalAddress, lengthOfSegment );
160 // IOLog( "FireLog : virtual address = 0x%08lx\n", (UInt32)fLogBuffer );
291 // IOLog( "FireLog : logString\n" );
320 // IOLog( "FireLog
[all...]
H A DIOFWLocalIsochPort.cpp124 printFN = FireLog;
H A DIOFWDCL.cpp20 #import <IOKit/firewire/FireLog.h>
21 #define FIRELOG_MSG(x) FireLog x
H A DIOFWUserPseudoAddressSpace.cpp131 //#import <IOKit/firewire/FireLog.h>
937 FireLog("\tsPN hdr: %p off %llu size %llu %s\n", inPacketHeader, hdrOffset, hdrSize, inPacketHeader->CommonHeader.type == IOFWPacketHeader::kSkippedPacket ? "SkippedPkt" : "");
945 FireLog("\tsPN %lu 0x%x\n", len, *((UInt32 *)bytes));
H A DIOFireWireUserClient.cpp43 Add FireLog specific plist to work around XCode plist editor bug
267 reenable FireLog
293 #import <IOKit/firewire/FireLog.h>
3855 FireLog( string ) ;
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioDebug.h36 #include <IOKit/firewire/FireLog.h>
38 do {FireLog( message ); FireLog("\n");} while (0)
/macosx-10.10/IOFireWireSBP2-425/Common/
H A DFWDebugging.h35 #define FWKLOG(x) FireLog x
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp30 #import <IOKit/firewire/FireLog.h>
31 #define FIRELOG_MSG(x) FireLog x
H A DIOFireWireAVCProtocolUserClient.cpp31 #import <IOKit/firewire/FireLog.h>
32 #define FIRELOG_MSG(x) FireLog x
H A DIOFireWireAVCUnit.cpp34 #import <IOKit/firewire/FireLog.h>
35 #define FIRELOG_MSG(x) FireLog x
H A DIOFireWireAVCUserClient.cpp34 #import <IOKit/firewire/FireLog.h>
35 #define FIRELOG_MSG(x) FireLog x
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.h318 IOReturn FireLog( const char * format, va_list ap ) ;
319 IOReturn FireLog( const char* string, ... ) ;
H A DIOFireWireLibDevice.cpp1308 Device::FireLog( function in class:IOFireWireLib::Device
1324 Device::FireLog( const char* format, ... ) function in class:IOFireWireLib::Device
1331 error = FireLog( format, ap ) ;
2362 // --- FireLog -----------------------------------
2373 IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->FireLog( format, ap ) ;
H A DIOFireWireLib.h1543 @function FireLog
1547 IOReturn (*FireLog)( member in struct:IOFireWireDeviceInterface_t

Completed in 175 milliseconds