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

/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h62 unsigned int v_width; /* pixels */ member in struct:vc_info
H A Dvideo_console.c2319 x += ((vinfo.v_width - width) / 2);
2478 x += ((vinfo.v_width - width) / 2);
2542 vinfo.v_columns = vinfo.v_width / ISO_CHAR_WIDTH;
2543 vinfo.v_rowscanbytes = ((vinfo.v_depth + 7) / 8) * vinfo.v_width;
2568 new_vinfo.v_width = (unsigned int)boot_vinfo->v_width;
2589 new_vinfo.v_physaddr, new_vinfo.v_width, new_vinfo.v_height, new_vinfo.v_rowbytes, new_vinfo.v_type); /* (BRINGUP) */
2846 ox = ((vinfo.v_width - (kProgressBarWidth << vc_uiselect)) / 2);
/xnu-2422.115.4/pexpert/pexpert/i386/
H A Dboot.h87 uint32_t v_width; /* Width */ member in struct:Boot_Video
/xnu-2422.115.4/pexpert/i386/
H A Dpe_init.c192 PE_state.video.v_width = args->Video.v_width;
243 uint32_t x = ((PE_state.video.v_width - width) / 2);
/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c147 if( video.v_display == FB_TEXT_MODE && video.v_width != 0 && video.v_height != 0 ) {
148 wp->ws_col = video.v_width / wp->ws_xpixel;
/xnu-2422.115.4/pexpert/pexpert/
H A Dpexpert.h187 unsigned long v_width; /* Width */ member in struct:PE_Video
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1269 + (consoleInfo.v_width * consoleInfo.v_height * 8);
1752 graphicsInfo->width = consoleInfo.v_width;

Completed in 99 milliseconds