Searched refs:IOBlockStorageDevice (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDevice.cpp25 #include <IOKit/storage/IOBlockStorageDevice.h>
28 OSDefineMetaClassAndAbstractStructors(IOBlockStorageDevice,IOService)
31 IOBlockStorageDevice::init(OSDictionary * properties)
45 * fledged user-client for IOBlockStorageDevice at some point.
48 IOBlockStorageDevice::getProperty(const OSSymbol * key) const
56 result = ((IOBlockStorageDevice *)this)->getWriteCacheState(&enabled);
71 * fledged user-client for IOBlockStorageDevice at some point.
74 IOBlockStorageDevice::setProperties(OSObject * properties)
117 IOBlockStorageDevice::reportMaxReadTransfer(UInt64 blockSize,UInt64 *max)
123 IOBlockStorageDevice
[all...]
H A DIOBlockStorageDevice.h25 * @header IOBlockStorageDevice
27 * This header contains the IOBlockStorageDevice class definition.
39 * The name of the IOBlockStorageDevice class.
42 #define kIOBlockStorageDeviceClass "IOBlockStorageDevice"
70 * The message is passed to all clients of the IOBlockStorageDevice via the message() method.
79 * The message is passed to all clients of the IOBlockStorageDevice via the message() method.
115 * IOBlockStorageDevice
119 * The IOBlockStorageDevice class exports the generic block storage protocol,
128 * having the Transport Driver instantiate a subclass of IOBlockStorageDevice.
129 * A typical implementation for a concrete subclass of IOBlockStorageDevice
137 class IOBlockStorageDevice : public IOService { class in inherits:IOService
[all...]
H A DIOBlockStorageDriver.h252 #include <IOKit/storage/IOBlockStorageDevice.h>
262 * storage drivers. It matches and communicates via an IOBlockStorageDevice
273 * device operations. These operations are passed via the IOBlockStorageDevice
1106 * return a more specific subclass of IOService -- IOBlockStorageDevice.
1110 virtual IOBlockStorageDevice * getProvider() const;
H A DIOBlockStorageDriver.cpp32 #include <IOKit/storage/IOBlockStorageDevice.h>
97 IOBlockStorageDevice * IOBlockStorageDriver::getProvider() const
101 // return a more specific subclass of IOService -- IOBlockStorageDevice.
105 return (IOBlockStorageDevice *) IOService::getProvider();
H A DIOMediaBSDClient.cpp41 #include <IOKit/storage/IOBlockStorageDevice.h>
782 // Iterate through IOBlockStorageDevice objects.
800 if ( OSDynamicCast( IOBlockStorageDevice, device ) )
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.cpp25 #define super IOBlockStorageDevice
26 OSDefineMetaClassAndAbstractStructors(IOCDBlockStorageDevice,IOBlockStorageDevice)
H A DIOCDBlockStorageDevice.h52 #include <IOKit/storage/IOBlockStorageDevice.h>
59 * IOCDBlockStorageDevice : public IOBlockStorageDevice
74 class IOCDBlockStorageDevice : public IOBlockStorageDevice {
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h31 #include <IOKit/storage/IOBlockStorageDevice.h>
35 class IOUFIStorageServices : public IOBlockStorageDevice
H A DIOUFIStorageServices.cpp85 #define super IOBlockStorageDevice
86 OSDefineMetaClassAndStructors ( IOUFIStorageServices, IOBlockStorageDevice );
/macosx-10.10.1/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/storage/
H A Dstorage.m27 #include <IOKit/storage/IOBlockStorageDevice.h>
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c36 #include <IOKit/storage/IOBlockStorageDevice.h>

Completed in 253 milliseconds