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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp139 static IOPCIConfigurator * gIOPCIConfigurator; variable
311 if (!gIOPCIConfigurator)
340 gIOPCIConfigurator = OSTypeAlloc(IOPCIConfigurator);
341 if (!gIOPCIConfigurator || !gIOPCIConfigurator->init(gIOPCIConfigWorkLoop, gIOPCIFlags))
380 ret = gIOPCIConfigurator->configOp(device, op, result, arg);
416 ret = gIOPCIConfigurator->configOp(device, op, &changed);
423 ret = gIOPCIConfigurator->configOp(next, kConfigOpGetState, &state);
2568 result = gIOPCIConfigurator->findPCICapability(space, capabilityID, &firstOffset);
3091 fWorkLoop = gIOPCIConfigurator
[all...]

Completed in 78 milliseconds