Searched refs:fClients (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp172 if(fClients[offset].func)
173 (fClients[offset].func)(fClients[offset].refcon, nodeID, (offset-1) & 31, oldVal, OSSwapBigToHostInt32(newVal));
280 return allocatePlug(refcon, func, plug, fClients+33);
287 freePlug(plug+33, fClients+plug+33);
312 result = allocatePlug(refcon, func, plug, fClients+1);
320 freePlug(plug+1, fClients+plug+1);
398 if(fClients[i+1].func)
399 (fClients[i+1].func)(fClients[
[all...]
H A DIOFireWirePCRSpace.h63 Client fClients[64]; member in class:IOFireWirePCRSpace
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.h189 OSSet * fClients; member in struct:IOUSBMassStorageClass::ExpansionData
227 #define fClients reserved->fClients macro
H A DIOUSBMassStorageClass.cpp295 fClients = NULL;
798 // Since fClients is defined as reserved->fClients we don't want
800 if ( fClients != NULL )
803 fClients->release ( );
804 fClients = NULL;
1163 fClients = OSSet::withCapacity ( GetMaxLogicalUnitNumber() + 1 );
2308 require_nonzero ( fClients, ErrorExit );
2310 result = fClients->setObject ( client );
2337 require_nonzero ( fClients, Exi
[all...]
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp230 IOSerialBSDClient **fClients; member in class:IOSerialBSDClientGlobals
411 return (fFunnelLock && fClients && fNames && fMajor != (unsigned int) -1);
435 fClients = (IOSerialBSDClient **)
436 IOMalloc(fLastMinor * sizeof(fClients[0]));
437 if (fClients && fNames) {
438 bzero(fClients, fLastMinor * sizeof(fClients[0]));
467 if (fClients)
468 IOFree(fClients, fLastMinor * sizeof(fClients[
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp154 result = fClients->setObject ( client );
174 fClients->removeObject ( client );
194 result = fClients->containsObject ( client );
200 result = ( fClients->getCount ( ) > 0 ) ? true : false;
242 fClients = OSSet::withCapacity ( 1 );
H A DIOSCSIParallelInterfaceController.h1489 OSSet * fClients; member in class:IOSCSIParallelInterfaceController

Completed in 411 milliseconds