Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dbhyvegc.c37 struct bhyvegc { struct
42 struct bhyvegc * argument
45 struct bhyvegc *gc; in bhyvegc_init()
48 gc = calloc(1, sizeof (struct bhyvegc)); in bhyvegc_init()
67 bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr) in bhyvegc_set_fbaddr()
76 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize()
94 bhyvegc_get_image(struct bhyvegc *gc) in bhyvegc_get_image()
H A Dbhyvegc.h32 struct bhyvegc;
41 struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr);
42 void bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr);
43 void bhyvegc_resize(struct bhyvegc *gc, int width, int height);
44 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.c35 struct bhyvegc *gc;
H A DMakefile22 bhyvegc.c \
H A Dpci_fbuf.c343 pci_fbuf_render(struct bhyvegc *gc, void *arg) in pci_fbuf_render()
/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.h158 struct bhyvegc;
160 void vga_render(struct bhyvegc *gc, void *arg);
H A Dvga.c52 struct bhyvegc *gc;
182 vga_check_size(struct bhyvegc *gc, struct vga_softc *sc) in vga_check_size()
319 vga_render(struct bhyvegc *gc, void *arg) in vga_render()