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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyvegc.h34 struct bhyvegc;
43 struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr);
44 void bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr);
45 void bhyvegc_resize(struct bhyvegc *gc, int width, int height);
46 struct bhyvegc_image *bhyvegc_get_image(struct bhyvegc *gc);
H A Dbhyvegc.c38 #include "bhyvegc.h"
40 struct bhyvegc { struct
45 struct bhyvegc *
48 struct bhyvegc *gc;
51 gc = calloc(1, sizeof (struct bhyvegc));
70 bhyvegc_set_fbaddr(struct bhyvegc *gc, void *fbaddr)
79 bhyvegc_resize(struct bhyvegc *gc, int width, int height)
97 bhyvegc_get_image(struct bhyvegc *gc)
H A Dconsole.h34 struct bhyvegc;
36 typedef void (*fb_render_func_t)(struct bhyvegc *gc, void *arg);
H A Dconsole.c34 #include "bhyvegc.h"
38 struct bhyvegc *gc;
H A DMakefile21 bhyvegc.c \
H A Dpci_fbuf.c48 #include "bhyvegc.h"
351 extern void vga_render(struct bhyvegc *gc, void *arg);
354 pci_fbuf_render(struct bhyvegc *gc, void *arg)
H A Dvga.c43 #include "bhyvegc.h"
55 struct bhyvegc *gc;
185 vga_check_size(struct bhyvegc *gc, struct vga_softc *sc)
322 vga_render(struct bhyvegc *gc, void *arg)

Completed in 92 milliseconds