Searched refs:checkLink (Results 1 - 5 of 5) sorted by path

/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h276 virtual IOReturn checkLink(uint32_t options = 0);
418 virtual IOReturn checkLink(uint32_t options = 0);
H A DIOPCIDevice.h843 IOReturn checkLink(uint32_t options = 0);
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp1125 if (kIOReturnSuccess != device->parent->checkLink(kCheckLinkParents))
2664 IOReturn IOPCIBridge::checkLink(uint32_t options) function in class:IOPCIBridge
2669 IOReturn IOPCI2PCIBridge::checkLink(uint32_t options) function in class:IOPCI2PCIBridge
2678 ret = fBridgeDevice->checkLink(options & ~kCheckLinkParents);
2697 fBridgeDevice->checkLink(options));
2737 ret = checkLink();
3227 ret = checkLink();
H A DIOPCIDevice.cpp1137 IOReturn IOPCIDevice::checkLink(uint32_t options) function in class:IOPCIDevice
1139 return (parent->checkLink(options));
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dlink-checker.xotcl97 Checker instproc checkLink {request link} {
122 my checkLink $request [string trim $i '\"]

Completed in 278 milliseconds