Home
last modified time | relevance | path

Searched refs:v_offset (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/pexpert/pexpert/
H A Dpexpert.h297 unsigned long v_offset; /* offset into video memory to start at */ member
/xnu-11215/pexpert/i386/
H A Dpe_init.c73 info->v_offset = 0; in PE_initialize_console()
/xnu-11215/osfmk/console/
H A Dvideo_console.c2882 …new_vinfo.v_baseaddr = newVideoVirt + boot_vinfo->v_offset; /* Set the new fra… in initialize_screen()