Searched refs:IOFireWireLib (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DMakefile16 /bin/rm -rf $(SRCROOT)/IOFireWireLib.CFPlugInProj;\
17 /bin/mkdir -p $(SRCROOT)/IOFireWireLib.CFPlugInProj;\
18 pbxbuild installsrc "SRCROOT=$(SRCROOT)/IOFireWireLib.CFPlugInProj"
22 pbxbuild installhdrs "SRCROOT=$(SRCROOT)/IOFireWireLib.CFPlugInProj"
27 pbxbuild clean "SRCROOT=$(SRCROOT)/IOFireWireLib.CFPlugInProj"
40 $(SRCROOT)/IOFireWireLib.CFPlugInProj/build/IOFireWireLib.plugin/Contents/MacOS/IOFireWireLib;\
41 rm -r $(SRCROOT)/IOFireWireLib.CFPlugInProj/build;\
H A DIOFireWireLibPriv.cpp24 * IOFireWireLib
75 DebugLog( "IOFireWireLib debug build, built on " __DATE__ " " __TIME__ "\n" ) ;
80 result = (void*) IOFireWireLib::IOCFPlugIn::Alloc() ;
H A DIOFireWireLibCoalesceTree.h19 namespace IOFireWireLib { namespace
H A DIOFireWireLibIOCFPlugIn.h22 namespace IOFireWireLib { namespace
H A DIOFireWireLibIUnknown.cpp15 namespace IOFireWireLib { namespace
H A DIOFireWireLibIUnknown.h26 namespace IOFireWireLib { namespace
H A DIOFireWireLibPHYPacketListener.h26 #import "IOFireWireLib.h"
29 namespace IOFireWireLib namespace
H A DIOFireWireLibPhysicalAddressSpace.h24 * IOFireWireLib
34 namespace IOFireWireLib { namespace
H A DIOFireWireLibUnitDirectory.h24 * IOFireWireLib
34 namespace IOFireWireLib { namespace
H A DIOFireWireLibIOCFPlugIn.cpp14 namespace IOFireWireLib { namespace
H A DIOFireWireLibIRMAllocation.h44 #import "IOFireWireLib.h"
46 namespace IOFireWireLib { namespace
H A DIOFireWireLibAsyncStreamListener.h44 #import "IOFireWireLib.h"
46 namespace IOFireWireLib { namespace
H A DIOFireWireLibIsochChannel.h35 namespace IOFireWireLib { namespace
H A DIOFireWireLibPseudoAddressSpace.h24 * IOFireWireLib
34 namespace IOFireWireLib { namespace
H A DIOFireWireLibVectorCommand.h26 #import "IOFireWireLib.h"
29 namespace IOFireWireLib namespace
H A DIOFireWireLibCoalesceTree.cpp16 namespace IOFireWireLib { namespace
H A DIOFireWireLibConfigDirectory.h34 namespace IOFireWireLib { namespace
H A DIOFireWireLibPHYPacketListener.cpp25 #import <IOKit/firewire/IOFireWireLib.h>
33 namespace IOFireWireLib namespace
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserObjectExporter.h27 namespace IOFireWireLib namespace
63 IOReturn addObject ( OSObject * obj, CleanupFunction cleanup, IOFireWireLib::UserObjectHandle * outHandle );
64 void removeObject ( IOFireWireLib::UserObjectHandle handle );
69 const OSObject * lookupObject ( IOFireWireLib::UserObjectHandle handle ) const;
70 const OSObject * lookupObjectForType( IOFireWireLib::UserObjectHandle handle, const OSMetaClass * toType ) const;
78 const IOFireWireLib::UserObjectHandle lookupHandle ( OSObject * object ) const;
H A DIOFWUserPhysicalAddressSpace.h59 IOFireWireLib::FWPhysicalSegment32 outSegments[] ) ;
H A DIOFWUserObjectExporter.cpp203 IOFWUserObjectExporter::addObject ( OSObject * obj, CleanupFunction cleanupFunction, IOFireWireLib::UserObjectHandle * outHandle )
279 *outHandle = (IOFireWireLib::UserObjectHandle)(index + 1) ; // return index + 1; this means 0 is always an invalid/NULL index...
297 IOFWUserObjectExporter::removeObject ( IOFireWireLib::UserObjectHandle handle )
344 const IOFireWireLib::UserObjectHandle
347 IOFireWireLib::UserObjectHandle out_handle = 0;
362 out_handle = (IOFireWireLib::UserObjectHandle)(index + 1) ; // return index + 1; this means 0 is always an invalid/NULL index...
375 IOFWUserObjectExporter::lookupObject ( IOFireWireLib::UserObjectHandle handle ) const
403 IOFWUserObjectExporter::lookupObjectForType( IOFireWireLib::UserObjectHandle handle, const OSMetaClass * toType ) const
H A DIOFWUserPhysicalAddressSpace.cpp103 IOFireWireLib::FWPhysicalSegment32 outSegments[] )
H A DIOFWUserIsochPort.h52 typedef ::IOFireWireLib::LocalIsochPortAllocateParams AllocateParams ;
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Derr_iokit.sub34 #include <IOKit/firewire/IOFireWireLib.h>
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.h83 IOFireWireLib::UserObjectHandle fSessionRef;
109 virtual IOReturn openWithSessionRef( IOFireWireLib::UserObjectHandle sessionRef, void *, void *, void *, void *, void * );

Completed in 132 milliseconds

123