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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMAController.cpp48 const OSSymbol *dmaParentName; local
54 dmaParentName = createControllerName(*(UInt32 *)dmaParentData->getBytesNoCopy());
55 if (dmaParentName == 0) return false;
58 dmaController = OSDynamicCast(IODMAController, IOService::waitForService(IOService::nameMatching(dmaParentName)));

Completed in 25 milliseconds