Searched refs:readMCN (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.h100 virtual IOReturn readMCN(CDMCN mcn) = 0;
H A DIOCDMedia.h314 * @function readMCN
323 virtual IOReturn readMCN(CDMCN mcn);
H A DIOCDMedia.cpp406 IOReturn IOCDMedia::readMCN(CDMCN mcn) function in class:IOCDMedia
419 return getProvider()->readMCN(mcn);
H A DIOCDBlockStorageDriver.h115 virtual IOReturn readMCN(CDMCN mcn);
H A DIOCDBlockStorageDriver.cpp777 IOCDBlockStorageDriver::readMCN(CDMCN mcn) function in class:IOCDBlockStorageDriver
779 return(getProvider()->readMCN(mcn));
H A DIOCDMediaBSDClient.cpp311 status = getProvider()->readMCN(request->mcn);

Completed in 46 milliseconds