Searched refs:bootDefer (Results 1 - 2 of 2) sorted by path

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp1935 bool bootDefer = (0 != device->getProperty(kIOPCITunnelBootDeferKey)); local
1936 if (bootDefer)
3174 bool bootDefer = (0 != provider->getProperty(kIOPCITunnelBootDeferKey)); local
3175 if (!bootDefer)
H A DIOPCIConfigurator.cpp872 bool bootDefer = (kIOPCIConfiguratorBootDefer == (kIOPCIConfiguratorBootDefer & fFlags)); local
873 if (bootDefer)
1397 bool bootDefer = false; local
1411 bootDefer = (bridge->linkInterrupts
1413 if (bootDefer)
1456 if (!bootDefer && !noLink)

Completed in 263 milliseconds