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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp2987 uint32_t failTypes = 0; local
3286 failTypes |= (1 << type);
3306 failTypes |= (1 << type);
3312 result = (0 == failTypes);
3314 if (failTypes && !(bridge->rangeRequestChanges & typeMask))
3321 if ((1 << kIOPCIResourceTypeIO) == failTypes) continue;

Completed in 89 milliseconds