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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2579 struct vc_info new_vinfo = vinfo; local
2583 new_vinfo.v_name[0] = 0;
2584 new_vinfo.v_physaddr = boot_vinfo->v_baseAddr & ~3; /* Get the physical address */
2586 new_vinfo.v_physaddr |= (((uint64_t) boot_vinfo->v_baseAddrHigh) << 32);
2590 new_vinfo.v_width = (unsigned int)boot_vinfo->v_width;
2591 new_vinfo.v_height = (unsigned int)boot_vinfo->v_height;
2592 new_vinfo.v_depth = (unsigned int)boot_vinfo->v_depth;
2593 new_vinfo.v_rowbytes = (unsigned int)boot_vinfo->v_rowBytes;
2595 new_vinfo.v_type = (unsigned int)boot_vinfo->v_display;
2597 new_vinfo
[all...]

Completed in 11 milliseconds