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

/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h269 uint32_t haveAllocs; member in struct:IOPCIConfigEntry
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp1566 bridge->haveAllocs |= (1 << childRange->type);
2984 uint32_t haveAllocs = 0; local
3006 haveAllocs = bridge->haveAllocs;
3007 bridge->haveAllocs = 0;
3132 haveAllocs |= (1 << type);
3140 if (!childRange->nextSubRange) haveAllocs |= (1 << type);
3141 if (childRange->proposedSize != childRange->size) haveAllocs |= (1 << type);
3147 if (haveAllocs & haveRelocs)
3155 if (!((1 << childRange->type) & haveAllocs)) continu
[all...]

Completed in 248 milliseconds