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

/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h63 unsigned int v_depth; member in struct:vc_info
H A Dvideo_console.c1362 if(!vinfo.v_depth)
1615 if(!vinfo.v_depth)
1618 switch(vinfo.v_depth) {
1701 vc_render_font(enable ? vinfo.v_depth : 0);
1710 if(!vinfo.v_depth)
1715 (xx /** ISO_CHAR_WIDTH*/ * vinfo.v_depth));
1717 switch (vinfo.v_depth) {
1740 if(!vinfo.v_depth)
1773 if(!vinfo.v_depth)
1803 if (!vinfo.v_depth)
[all...]
/xnu-2422.115.4/pexpert/pexpert/i386/
H A Dboot.h89 uint32_t v_depth; /* Pixel Depth */ member in struct:Boot_Video
/xnu-2422.115.4/pexpert/i386/
H A Dpe_init.c194 PE_state.video.v_depth = args->Video.v_depth;
/xnu-2422.115.4/pexpert/pexpert/
H A Dpexpert.h189 unsigned long v_depth; /* Pixel Depth */ member in struct:PE_Video
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1755 graphicsInfo->depth = consoleInfo.v_depth;

Completed in 60 milliseconds