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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c394 pmsDef *ndefs; local
497 if(!(ndefs = (pmsDef *)kalloc(reqsize))) { /* Get memory for the whole thing */
503 ret = copyin(reqaddr, (void *)ndefs, reqsize); /* Get the new config table */
505 kfree(ndefs, reqsize); /* Free up the copied in data */
511 kret = pmsBuild(ndefs, reqsize, NULL, 0, NULL); /* Go build and replace the tables. Make sure we keep the old platform stuff */
513 kfree(ndefs, reqsize); /* Free up the copied in data */

Completed in 21 milliseconds