Home
last modified time | relevance | path

Searched refs:bhyvegc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyvegc.c42 struct bhyvegc { struct
47 struct bhyvegc * argument
50 struct bhyvegc *gc; in bhyvegc_init()
53 gc = calloc(1, sizeof (struct bhyvegc)); in bhyvegc_init()
76 bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr) in bhyvegc_set_fbaddr()
91 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize()
115 bhyvegc_get_image(struct bhyvegc *gc) in bhyvegc_get_image()
H A Dbhyvegc.h36 struct bhyvegc;
48 struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr);
49 void bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr);
50 void bhyvegc_resize(struct bhyvegc *gc, int width, int height);
51 struct bhyvegc_image *bhyvegc_get_image(struct bhyvegc *gc);
H A Dconsole.h32 struct bhyvegc;
34 typedef void (*fb_render_func_t)(struct bhyvegc *gc, void *arg);
H A Dconsole.c36 struct bhyvegc *gc;
H A Dpci_fbuf.c351 extern void vga_render(struct bhyvegc *gc, void *arg);
354 pci_fbuf_render(struct bhyvegc *gc, void *arg) in pci_fbuf_render()
/illumos-gate/usr/src/cmd/bhyve/
H A DMakefile.com29 bhyvegc.o \
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dvga.c57 struct bhyvegc *gc;
187 vga_check_size(struct bhyvegc *gc, struct vga_softc *sc) in vga_check_size()
324 vga_render(struct bhyvegc *gc, void *arg) in vga_render()
/illumos-gate/exception_lists/
H A Dcstyle1206 usr/src/cmd/bhyve/common/bhyvegc.c