Home
last modified time | relevance | path

Searched refs:bcons_dev (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c70 static bcons_dev_t bcons_dev; /* Device callbacks */ variable
579 if (xbi_fb_init(xbi, &bcons_dev) == B_FALSE) in boot_fb()
842 boot_vga_init(&bcons_dev); in bcons_init()
917 bcons_dev.bd_setpos(rows, cols - 1); in btem_control()
924 bcons_dev.bd_setpos(rows, cols); in btem_control()
928 bcons_dev.bd_setpos(rows, 0); in btem_control()
933 bcons_dev.bd_setpos(y, 0); in btem_control()
934 bcons_dev.bd_eraseline(); in btem_control()
936 bcons_dev.bd_setpos(0, 0); in btem_control()
944 bcons_dev.bd_putchar(c); in btem_control()
[all …]
H A Dboot_vga.c95 boot_vga_init(bcons_dev_t *bcons_dev) in boot_vga_init() argument
125 bcons_dev->bd_putchar = vga_drawc; in boot_vga_init()
126 bcons_dev->bd_eraseline = vga_eraseline; in boot_vga_init()
127 bcons_dev->bd_cursor = vga_cursor_display; in boot_vga_init()
128 bcons_dev->bd_setpos = vga_setpos; in boot_vga_init()
129 bcons_dev->bd_shift = vga_shiftline; in boot_vga_init()
H A Dboot_console_impl.h31 typedef struct bcons_dev { struct
H A Dboot_fb.c143 xbi_fb_init(struct xboot_info *xbi, bcons_dev_t *bcons_dev) in xbi_fb_init() argument
175 bcons_dev->bd_putchar = boot_fb_putchar; in xbi_fb_init()
176 bcons_dev->bd_eraseline = boot_fb_eraseline; in xbi_fb_init()
177 bcons_dev->bd_cursor = boot_fb_cursor; in xbi_fb_init()
178 bcons_dev->bd_setpos = boot_fb_setpos; in xbi_fb_init()
179 bcons_dev->bd_shift = boot_fb_shiftline; in xbi_fb_init()