Searched refs:reportMediaState (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h103 virtual IOReturn reportMediaState ( bool * mediaPresent, bool * changed );
H A DIOUFIStorageServices.cpp684 // reportMediaState [PUBLIC]
688 IOUFIStorageServices::reportMediaState ( bool * mediaPresent, function in class:IOUFIStorageServices
692 STATUS_LOG ( ( 6, "%s[%p]::reportMediaState.", getName(), this ) );
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDevice.h299 * @function reportMediaState
314 virtual IOReturn reportMediaState(bool *mediaPresent,bool *changedState = 0) = 0;
H A DIOBlockStorageDriver.cpp979 result = getProvider()->reportMediaState(&currentState,&changed);
981 IOLog("%s[IOBlockStorageDriver]::checkForMedia; err '%s' from reportMediaState\n",

Completed in 92 milliseconds