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

/macosx-10.10.1/xnu-2782.1.97/bsd/dev/
H A Dmemdev.c172 #define mdPhys 0x04 /* This device is in physical memory */ macro
221 if (mdev[devid].mdFlags & mdPhys) {
280 if(!(mdev[devid].mdFlags & mdPhys)) { /* Physical mapped disk? */
306 if(!(mdev[devid].mdFlags & mdPhys)) { /* Physical mapped disk? */
417 * Physical memory (mdPhys)?
424 memdev_info->mi_phys = (mdev[devid].mdFlags & mdPhys) ? TRUE : FALSE;
629 if(phys) mdev[devid].mdFlags |= mdPhys; /* Show that we are in physical memory */

Completed in 185 milliseconds