Searched refs:IOStorageAttributes (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleLVMStorageRequest.h37 IOStorageAttributes *attributes, IOStorageCompletion *completion);
39 IOStorageAttributes *attributes, IOStorageCompletion *completion);
H A DAppleRAIDStorageRequest.h66 IOStorageAttributes *attributes, IOStorageCompletion *completion);
68 IOStorageAttributes *attributes, IOStorageCompletion *completion);
H A DAppleLVMStorageRequest.cpp45 IOStorageAttributes *attributes, IOStorageCompletion *completion)
158 IOStorageAttributes *attributes, IOStorageCompletion *completion)
H A DAppleRAIDMember.h157 IOStorageAttributes * attributes,
162 IOStorageAttributes * attributes,
H A DAppleRAIDSet.h157 virtual void read(IOService * client, UInt64 byteStart, IOMemoryDescriptor* buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion);
158 virtual void write(IOService * client, UInt64 byteStart, IOMemoryDescriptor* buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion);
H A DAppleRAIDStorageRequest.cpp117 IOStorageAttributes * attributes, IOStorageCompletion * completion)
165 IOStorageAttributes * attributes, IOStorageCompletion * completion)
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMedia.h155 * Attributes of the data transfer. See IOStorageAttributes. It is the
167 IOStorageAttributes * attributes,
186 * Attributes of the data transfer. See IOStorageAttributes. It is the
198 IOStorageAttributes * attributes,
226 * Attributes of the data transfer. See IOStorageAttributes. It is the
241 IOStorageAttributes * attributes,
275 * Attributes of the data transfer. See IOStorageAttributes.
288 IOStorageAttributes * attributes = 0,
453 * Attributes of the data transfer. See IOStorageAttributes. It is the
468 IOStorageAttributes * attribute
[all...]
H A DIOCDPartitionScheme.h178 IOStorageAttributes * attributes,
195 IOStorageAttributes * attributes,
H A DIOCDMedia.cpp158 IOStorageAttributes * attributes,
218 IOStorageAttributes * attributes,
294 IOStorageAttributes * attributes,
336 IOStorageAttributes * attributes,
548 IOStorageAttributes * attributes,
618 IOStorageAttributes * attributes,
H A DIOCDBlockStorageDriver.h71 IOStorageAttributes *attributes,
109 IOStorageAttributes *attributes,
167 IOStorageAttributes *attributes,
227 IOStorageAttributes *attributes,
H A DIOCDBlockStorageDriver.cpp326 IOStorageAttributes *attributes,
575 IOStorageAttributes *attributes,
674 IOStorageAttributes *attributes,
847 IOStorageAttributes *attributes,
H A DIOCDPartitionScheme.cpp800 IOStorageAttributes * attributes,
830 IOStorageAttributes * attributes,
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOStorage.cpp34 IOStorageAttributes gIOStorageAttributesUnsupported = { kIOStorageOptionReserved };
38 extern "C" void _ZN9IOStorage4readEP9IOServiceyP18IOMemoryDescriptorP19IOStorageAttributesP19IOStorageCompletion( IOStorage *, IOService *, UInt64, IOMemoryDescriptor *, IOStorageAttributes *, IOStorageCompletion * );
39 extern "C" void _ZN9IOStorage5writeEP9IOServiceyP18IOMemoryDescriptorP19IOStorageAttributesP19IOStorageCompletion( IOStorage *, IOService *, UInt64, IOMemoryDescriptor *, IOStorageAttributes *, IOStorageCompletion * );
43 ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageAttributes *, IOStorageCompletion * ) ) &IOStorage::read ) != _ZN9IOStorage4readEP9IOServiceyP18IOMemoryDescriptorP19IOStorageAttributesP19IOStorageCompletion ) && \
44 ( OSMemberFunctionCast( void *, storage, ( void ( IOStorage::* )( IOService *, UInt64, IOMemoryDescriptor *, IOStorageAttributes *, IOStorageCompletion * ) ) &IOStorage::write ) != _ZN9IOStorage5writeEP9IOServiceyP18IOMemoryDescriptorP19IOStorageAttributesP19IOStorageCompletion ) )
222 IOStorageAttributes * attributes,
252 IOStorageAttributes * attributes,
329 IOStorageAttributes * attributes,
353 IOStorageAttributes * attributes,
H A DIOStorage.h200 * @struct IOStorageAttributes
211 struct IOStorageAttributes struct
450 * Attributes of the data transfer. See IOStorageAttributes.
460 IOStorageAttributes * attributes = 0,
477 * Attributes of the data transfer. See IOStorageAttributes.
487 IOStorageAttributes * attributes = 0,
518 * Attributes of the data transfer. See IOStorageAttributes. It is the
531 IOStorageAttributes * attributes,
537 IOStorageAttributes * attributes,
557 * Attributes of the data transfer. See IOStorageAttributes
[all...]
H A DIOFilterScheme.cpp30 extern IOStorageAttributes gIOStorageAttributesUnsupported;
101 IOStorageAttributes * attributes,
138 IOStorageAttributes * attributes,
H A DIOBlockStorageDriver.h421 * Attributes of the data transfer. See IOStorageAttributes.
433 IOStorageAttributes attributes;
469 IOStorageAttributes attributes;
645 * Attributes of the data transfer. See IOStorageAttributes. It is the
659 IOStorageAttributes * attributes,
688 * Attributes of the data transfer. See IOStorageAttributes. It is the
702 IOStorageAttributes * attributes,
806 * Attributes of the data transfer. See IOStorageAttributes. It is the
818 IOStorageAttributes * attributes,
844 * Attributes of the data transfer. See IOStorageAttributes
[all...]
H A DIOFilterScheme.h164 * Attributes of the data transfer. See IOStorageAttributes. It is the
176 IOStorageAttributes * attributes,
199 * Attributes of the data transfer. See IOStorageAttributes. It is the
211 IOStorageAttributes * attributes,
H A DIOMedia.h416 * Attributes of the data transfer. See IOStorageAttributes. It is the
428 IOStorageAttributes * attributes,
447 * Attributes of the data transfer. See IOStorageAttributes. It is the
459 IOStorageAttributes * attributes,
H A DIOPartitionScheme.h254 * Attributes of the data transfer. See IOStorageAttributes. It is the
266 IOStorageAttributes * attributes,
289 * Attributes of the data transfer. See IOStorageAttributes. It is the
301 IOStorageAttributes * attributes,
H A DIOBlockStorageDriver.cpp55 extern IOStorageAttributes gIOStorageAttributesUnsupported;
425 IOStorageAttributes * attributes,
490 IOStorageAttributes * attributes,
1155 IOStorageAttributes * attributes,
1903 IOStorageAttributes _requestAttributes;
1931 IOStorageAttributes * withRequestAttributes,
1939 IOStorageAttributes * withRequestAttributes,
1953 virtual IOStorageAttributes * getRequestAttributes();
1976 IOStorageAttributes * withRequestAttributes,
2005 IOStorageAttributes * withRequestAttribute
[all...]
H A DIOBlockStorageDevice.h395 * Attributes of the data transfer. See IOStorageAttributes.
402 IOStorageAttributes *attributes,
407 IOStorageAttributes *attributes,
H A DIOMedia.cpp32 extern IOStorageAttributes gIOStorageAttributesUnsupported;
689 IOStorageAttributes * attributes,
754 IOStorageAttributes * attributes,
H A DIOPartitionScheme.cpp32 extern IOStorageAttributes gIOStorageAttributesUnsupported;
290 IOStorageAttributes * attributes,
327 IOStorageAttributes * attributes,
H A DIOBlockStorageDevice.cpp170 IOStorageAttributes *attributes,
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h75 IOStorageAttributes * attributes,

Completed in 223 milliseconds

12