Searched refs:maxLUN (Results 1 - 3 of 3) sorted by path

/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp138 SCSILogicalUnitNumber maxLUN = 0x3FFF; local
140 STATUS_LOG ( ( "AppleSCSIEmulatorAdapter::ReportHBAHighestLogicalUnitNumber, maxLUN = %qd\n", maxLUN ) );
142 return maxLUN;
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp1072 OSNumber * maxLUN = OSDynamicCast ( OSNumber, local
1075 if( maxLUN != NULL )
1079 ( uintptr_t ) this, maxLUN->unsigned8BitValue(), NULL, NULL );
1081 STATUS_LOG ( ( 4, "%s[%p]: Number of LUNs %u.", getName(), this, maxLUN->unsigned8BitValue() ) );
1083 SetMaxLogicalUnitNumber ( maxLUN->unsigned8BitValue() );
2038 IOUSBMassStorageClass::SetMaxLogicalUnitNumber ( UInt8 maxLUN )
2040 fMaxLogicalUnitNumber = maxLUN;
H A DIOUSBMassStorageClass.h317 void SetMaxLogicalUnitNumber( UInt8 maxLUN );

Completed in 399 milliseconds