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

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp297 IOReturn IOPCIBridge::configOp(IOService * device, uintptr_t op, void * result, void * arg) function in class:IOPCIBridge
309 return (gIOPCIConfigWorkLoop->runAction((IOWorkLoop::Action) &IOPCIBridge::configOp,
380 ret = gIOPCIConfigurator->configOp(device, op, result, arg);
404 DLOG("configOp:->pause: %s(0x%qx)\n", device->getName(), device->getRegistryEntryID());
416 ret = gIOPCIConfigurator->configOp(device, op, &changed);
423 ret = gIOPCIConfigurator->configOp(next, kConfigOpGetState, &state);
428 DLOG("configOp:->dead: %s(0x%qx), 0x%x\n", next->getName(), next->getRegistryEntryID(), state);
433 DLOG("configOp:->pause: %s(0x%qx), 0x%x\n", next->getName(), next->getRegistryEntryID(), state);
442 DLOG("configOp:->probe: %s(0x%qx), 0x%x\n", next->getName(), next->getRegistryEntryID(), state);
455 DLOG("configOp
[all...]
H A DIOPCIConfigurator.cpp189 IOReturn CLASS::configOp(IOService * device, uintptr_t op, void * arg, void * arg2) function in class:CLASS
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIConfigurator.h419 IOReturn configOp(IOService * device, uintptr_t op, void * result, void * arg2 = NULL);
H A DIOPCIBridge.h102 static IOReturn configOp(IOService * device, uintptr_t op, void * result, void * arg = 0);

Completed in 124 milliseconds