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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dmemdev.c169 #define mdPhys 0x04 /* This device is in physical memory */ macro
218 if (mdev[devid].mdFlags & mdPhys) {
277 if(!(mdev[devid].mdFlags & mdPhys)) { /* Physical mapped disk? */
303 if(!(mdev[devid].mdFlags & mdPhys)) { /* Physical mapped disk? */
605 if(phys) mdev[devid].mdFlags |= mdPhys; /* Show that we are in physical memory */

Completed in 73 milliseconds