Searched refs:updateSet (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCLPool.h113 OSSet * updateSet,
118 OSSet * updateSet,
H A DIOFWDCL.cpp32 OSSet * updateSet,
39 if ( updateSet )
41 updateSet->setObject( this ) ;
403 OSSet * updateSet = OSSet::withCapacity( (unsigned)sharedData->updateCount ) ; local
405 if ( __builtin_expect( !updateSet, false ) )
413 updateSet->setObject( dcls->getObject( userUpdateList[ index ] - 1 ) ) ;
416 setUpdateList( updateSet ) ;
417 updateSet->release() ;
505 OSSet * updateSet,
519 return IOFWDCL::initWithRanges( updateSet, rangesCoun
31 initWithRanges( OSSet * updateSet, unsigned rangesCount, IOVirtualRange ranges [] ) argument
504 initWithParams( OSSet * updateSet, UInt8 headerBytes, unsigned rangesCount, IOVirtualRange ranges[] ) argument
575 initWithParams( OSSet * updateSet, unsigned rangesCount, IOVirtualRange ranges[], UInt8 sync, UInt8 tag ) argument
[all...]
H A DIOFWDCLPool.cpp64 OSSet * updateSet,
70 if ( dcl && !dcl->initWithParams( updateSet, headerBytes, rangesCount, ranges ) )
87 OSSet * updateSet,
92 if ( dcl && !dcl->initWithParams( updateSet, rangesCount, ranges, fCurrentSync, fCurrentTag ) )
63 appendReceiveDCL( OSSet * updateSet, UInt8 headerBytes, UInt32 rangesCount, IOVirtualRange ranges[] ) argument
86 appendSendDCL( OSSet * updateSet, UInt32 rangesCount, IOVirtualRange ranges[] ) argument
H A DIOFWDCL.h145 OSSet * updateSet,
243 OSSet * updateSet,
293 virtual bool initWithParams( OSSet * updateSet,
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserClient.h90 { return ((AppleRAIDUserClient *)target)->updateSet(args); };
108 virtual IOReturn updateSet(IOExternalMethodArguments * args);
H A DAppleRAID.h133 IOReturn updateSet(char * setBuffer, uint32_t setBufferSize, char * retBuffer, uint32_t * retBufferSize);
H A DAppleRAIDUserClient.cpp273 AppleRAIDUserClient::updateSet(IOExternalMethodArguments * arguments) function in class:AppleRAIDUserClient
275 IOLogUC("AppleRAIDUserClient::updateSet()\n");
284 return ucController->updateSet((char *)arguments->structureInput, arguments->structureInputSize,
H A DAppleRAID.cpp422 IOReturn AppleRAID::updateSet(char * setInfoBuffer, uint32_t setInfoBufferSize, char * retBuffer, uint32_t * retBufferSize) function in class:AppleRAID
425 IOLog1("AppleRAID::updateSet() entered\n");
439 IOLog("AppleRAID::updateSet - header parsing failed with %s\n", errmsg->getCStringNoCopy());
463 IOLog1("AppleRAID::updateSet() executing subcommand %d\n", (int)subcommand);
482 IOLog("AppleRAID::updateSet() unknown subcommand %d\n", (int)subcommand);
495 IOLog1("AppleRAID::updateSet() pausing parent set %p.\n", parentSet);
499 IOLog1("AppleRAID::updateSet() pausing set %p.\n", set);
509 IOLog1("AppleRAID::updateSet() unpausing set.\n");
520 IOLog1("AppleRAID::updateSet() was %ssuccessful.\n", rc ? "un" : "");

Completed in 177 milliseconds