Home
last modified time | relevance | path

Searched refs:gIODTPHandles (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp72 static OSArray * gIODTPHandles; variable
166 gIODTPHandles = OSArray::withCapacity( 1 ); in IODeviceTreeAlloc()
185 && gIODTPHandles && gIODTPHandleMap && gIODTInterruptCellKey in IODeviceTreeAlloc()
514 gIODTPHandles->setObject( data ); in AddPHandle()
526 for (i = 0; (data = (OSData *)gIODTPHandles->getObject( i )); i++) { in FindPHandle()