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

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.cpp2 * IOFWDCL.cpp
8 * $ Log:IOFWDCL.cpp,v $
11 #import "IOFWDCL.h"
28 OSDefineMetaClassAndAbstractStructors( IOFWDCL, OSObject )
31 IOFWDCL::initWithRanges (
53 IOFWDCL::setBranch( IOFWDCL* branch )
59 IOFWDCL *
60 IOFWDCL::getBranch() const
66 IOFWDCL
[all...]
H A DIOFWDCL.h2 * IOFWDCL.h
8 * $Log: IOFWDCL.h,v $
97 /*! @class IOFWDCL
100 class IOFWDCL : public OSObject class in inherits:OSObject
102 OSDeclareAbstractStructors( IOFWDCL ) ;
120 IOFWDCL * lastBranch ;
125 IOFWDCL* fBranch ;
141 // IOFWDCL public API:
149 void setBranch( IOFWDCL* branch ) ;
150 IOFWDCL* getBranc
[all...]
H A DIOFWDCLPool.h70 class IOFWDCL ;
132 IOFWDCL * dcl,
146 void appendDCL( IOFWDCL * dcl ) ;
H A DIOFWDCLPool.cpp13 #import "IOFWDCL.h"
135 IOFWDCLPool::appendDCL( IOFWDCL * dcl )
284 IOFWDCL * theDCL = (IOFWDCL*)fProgram->getObject( dclIndex ) ;
H A DIOFWUserIsochPort.cpp37 #import <IOKit/firewire/IOFWDCL.h>
945 IOFWDCL * dcl = reinterpret_cast< IOFWDCL * >( program->getObject( index ) ) ;
1154 IOFWDCL * dcls[ numDCLs ] ;
1174 dcls[ index ] = (IOFWDCL*)program->getObject( dclIndex ) ;
1185 dcls[ index ]->setBranch( (IOFWDCL*)program->getObject( dclIndex + 1 ) ) ;
1222 dcls[ pairIndex ] = (IOFWDCL*)program->getObject( dclIndexTable[ index ] ) ;
1237 dcls[ pairIndex ]->setBranch( (IOFWDCL*)program->getObject( dclIndexTable[ index ] ) ) ;
1267 dcls[ index ] = (IOFWDCL*)program->getObject( dclIndices[ index ] ) ;

Completed in 134 milliseconds