Searched refs:IsochComponentInstance (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c26 typedef struct IsochComponentInstance IsochComponentInstance, *IsochComponentInstancePtr; typedef in typeref:struct:IsochComponentInstance
157 struct IsochComponentInstance struct
1887 if( nil == (storage = (IsochComponentInstancePtr)NewPtrClear(sizeof(IsochComponentInstance))))
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9317 typedef struct IsochComponentInstance IsochComponentInstance,
355 IsochComponentInstance *instancePtr[kMaxInstances]; // clients that are attached to device
410 IsochComponentInstance *localInstance; // our local instance
415 struct IsochComponentInstance {
784 pascal ComponentResult IDHVersion( IsochComponentInstance *storage)
793 pascal ComponentResult IDHTarget(struct IsochComponentInstance *storage, ComponentInstance parentComponent)
806 static pascal ComponentResult IDHOpen( struct IsochComponentInstance *unused1, ComponentInstance self )
849 ReserveMem( sizeof(IsochComponentInstance) );
850 instanceHandle = NewHandleClear( sizeof(IsochComponentInstance) ); // allocat
[all...]

Completed in 258 milliseconds