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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp2991 bool canRelocate; local
3020 canRelocate = (kIOPCIConfiguratorBoot & fFlags);
3021 canRelocate |= (0 != (kPCIDeviceStatePaused & child->deviceState));
3023 if ((rangeIndex == kIOPCIRangeBridgeBusNumber) && !canRelocate)
3026 canRelocate |=
3034 if (canRelocate)
3233 canRelocate = (0 != (kIOPCIConfiguratorBoot & fFlags));
3234 canRelocate |= (!childRange->nextSubRange);
3235 canRelocate |= (0 != (kIOPCIRangeFlagRelocatable & childRange->flags));
3237 if (canRelocate
[all...]

Completed in 81 milliseconds