Searched refs:devType (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOATAFamily-252.0.3/
H A DATADeviceNub.h57 static ATADeviceNub* ataDeviceNub( IOATAController* provider, ataUnitID unit, ataDeviceType devType);
90 virtual bool init(IOATAController* provider, ataUnitID unit, ataDeviceType devType);
H A DATADeviceNub.cpp99 ATADeviceNub::ataDeviceNub( IOATAController* provider, ataUnitID unit, ataDeviceType devType) argument
107 if( !nub->init( provider, unit, devType) )
120 ATADeviceNub::init(IOATAController* provider, ataUnitID unit, ataDeviceType devType) argument
128 _deviceType = devType;
/macosx-10.9.5/pdisk-9/
H A DSCSI_media.c138 int DoInquiry(UInt32 id, UInt32 bus, UInt32 *devType);
630 DoInquiry(UInt32 id, UInt32 bus, UInt32 *devType) argument
663 *devType = inquiryData.devType & kScsiDevTypeMask;
949 UInt32 devType; local
951 if (DoInquiry(id, bus, &devType)) {
952 if (devType == kScsiDevTypeDirect
953 || devType == kScsiDevTypeOptical) {
955 } else if (devType == kScsiDevTypeCDROM
956 || devType
[all...]
H A DMacSCSICommand.h108 unsigned char devType; /* 0 Device type, */ member in struct:SCSI_Inquiry_Data
145 * These bits may be set in SCSI_Inquiry_Data.devType
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Target.h80 UInt32 devType; member in struct:IOFireWireSBP2Target::__anon1833
H A DIOFireWireSBP2Target.cpp450 info.devType = 0;
603 info.devType = (data & 0x001f0000) >> 16;
607 FWKLOG( ( "IOFireWireSBP2Target<%p> : firmwareRev = %d, lun = %d, devType = %d\n",
608 this, info.firmwareRev, info.lun, info.devType ) );
659 info.devType = (lunValue & 0x001f0000) >> 16;
663 FWKLOG( ( "IOFireWireSBP2Target<%p> : firmwareRev = %d, lun = %d, devType = %d\n",
664 this, info.firmwareRev, info.lun, info.devType ) );
713 prop = OSNumber::withNumber( info.devType, 32 );
774 prop = OSNumber::withNumber( info->devType, 32 );
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQStyleFacadeImp.cpp477 if (dev && dev->devType() == QInternal::Widget)

Completed in 192 milliseconds