Searched refs:dataDesc (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/IOKitUser-1050.1.21/
H A DFireWireTest.cpp183 IOOffset * dataDesc; local
194 dataDesc = (IOOffset *)properties->getObject("FireWire Node ID");
195 if(0 == dataDesc)
197 nodeID = dataDesc->unsigned32BitValue();
198 dataDesc = (IOOffset *)properties->getObject("GUID");
199 if(0 == dataDesc)
201 gotGUID = dataDesc->unsigned64BitValue();
202 dataDesc = (IOOffset *)properties->getObject("Unit_Spec_ID");
203 if(0 != dataDesc) {
204 printf("Found device %x, Unit_Spec_ID: 0x%x, GUID: 0x%x:0x%x\n", nodeID, dataDesc
[all...]
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIPDT03Emulator.h77 IOMemoryDescriptor * dataDesc,
H A DAppleSCSITargetEmulator.h108 IOMemoryDescriptor * dataDesc,
119 IOMemoryDescriptor * dataDesc,
H A DAppleSCSILogicalUnitEmulator.h87 IOMemoryDescriptor * dataDesc,
H A DAppleSCSIPDT00Emulator.cpp283 IOMemoryDescriptor * dataDesc,
362 dataDesc->writeBytes ( 0, buffer, *dataLen );
419 dataDesc->writeBytes ( 0, fInquiryData, *dataLen );
442 dataDesc->writeBytes ( 0, &data, *dataLen );
460 dataDesc->readBytes ( 0, &fMemory[byteOffset], numBytes );
478 dataDesc->writeBytes ( 0, &fMemory[byteOffset], *dataLen );
555 dataDesc->writeBytes ( 0, &header, *dataLen );
585 dataDesc->writeBytes ( 0, &header, *dataLen );
280 SendCommand( UInt8 * cdb, UInt8 cbdLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
H A DAppleSCSIPDT03Emulator.cpp163 IOMemoryDescriptor * dataDesc,
240 dataDesc->writeBytes ( 0, &sInquiryData, *dataLen );
160 SendCommand( UInt8 * cdb, UInt8 cbdLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
H A DAppleSCSITargetEmulator.cpp588 IOMemoryDescriptor * dataDesc,
638 dataDesc->writeBytes ( 0, fLUNReportBuffer, *dataLen );
674 result = LUN->SendCommand ( cdb, cdbLen, dataDesc, dataLen, scsiStatus, senseBuffer, senseBufferLen );
714 dataDesc->writeBytes ( 0, &gInquiryData, *dataLen );
764 IOMemoryDescriptor * dataDesc,
814 dataDesc->writeBytes ( 0, fLUNReportBuffer, *dataLen );
848 result = LUN->SendCommand ( cdb, cdbLen, dataDesc, dataLen, scsiStatus, senseBuffer, senseBufferLen );
886 dataDesc->writeBytes ( 0, &gInquiryData, *dataLen );
585 SendCommand( UInt8 * cdb, UInt8 cdbLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSILogicalUnitBytes logicalUnitBytes, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
761 SendCommand( UInt8 * cdb, UInt8 cdbLen, IOMemoryDescriptor * dataDesc, UInt64 * dataLen, SCSILogicalUnitNumber logicalUnit, SCSITaskStatus * scsiStatus, SCSI_Sense_Data * senseBuffer, UInt8 * senseBufferLen ) argument
H A DAppleSCSIPDT00Emulator.h96 IOMemoryDescriptor * dataDesc,
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.c742 CFNumberRef dataDesc; local
753 dataDesc = (CFNumberRef)CFDictionaryGetValue(properties, CFSTR("GUID"));
754 CFNumberGetValue(dataDesc, kCFNumberSInt64Type, &GUID);

Completed in 114 milliseconds