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

/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp472 UInt32 *ramdParms = 0; local
571 ramdParms = (UInt32 *)data->getBytesNoCopy(); /* Point to the ram disk base and size */
572 (void)mdevadd(-1, ramdParms[0] >> 12, ramdParms[1] >> 12, 0); /* Initialize it and pass back the device number */

Completed in 22 milliseconds