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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp269 unsigned int *propPtr; local
281 propPtr = (unsigned int *)propObj->getBytesNoCopy();
282 if ( propPtr == 0 ) return -1;
284 *infoAddr = (void *)propPtr[0] ;
285 *infoSize = (int) propPtr[1];

Completed in 21 milliseconds