Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console_impl.h37 } bcons_dev_t; typedef
39 extern boolean_t xbi_fb_init(struct xboot_info *, bcons_dev_t *);
41 extern void boot_vga_init(bcons_dev_t *);
H A Dboot_vga.c95 boot_vga_init(bcons_dev_t *bcons_dev) in boot_vga_init()
H A Dboot_console.c70 static bcons_dev_t bcons_dev; /* Device callbacks */
H A Dboot_fb.c143 xbi_fb_init(struct xboot_info *xbi, bcons_dev_t *bcons_dev) in xbi_fb_init()