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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAController.cpp35 const OSSymbol *IODMAController::createControllerName(UInt32 phandle) argument
40 snprintf(buf, CREATE_BUF_LEN, "IODMAController%08X", (uint32_t)phandle);
80 phandleData = OSDynamicCast(OSData, _provider->getProperty("AAPL,phandle"));
H A DIODeviceTreeSupport.cpp127 = OSSymbol::withCStringNoCopy("AAPL,phandle");
409 static IORegistryEntry * FindPHandle( UInt32 phandle )
416 if( phandle == *((UInt32 *)data->getBytesNoCopy())) {
442 UInt32 phandle; local
450 phandle = ((UInt32 *) data->getBytesNoCopy())[index];
451 parent = FindPHandle( phandle );
464 UInt32 phandle; local
468 ok = GetUInt32( regEntry, gIODTPHandleKey, &phandle);
472 snprintf(buf, sizeof(buf), "IOInterruptController%08X", (uint32_t)phandle);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAController.h60 static const OSSymbol *createControllerName(UInt32 phandle);

Completed in 21 milliseconds