Searched refs:bhyvegc (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | bhyvegc.c | 37 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 D | bhyvegc.h | 32 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 D | console.h | 32 struct bhyvegc; 34 typedef void (*fb_render_func_t)(struct bhyvegc *gc, void *arg);
|
H A D | console.c | 35 struct bhyvegc *gc;
|
H A D | Makefile | 22 bhyvegc.c \
|
H A D | pci_fbuf.c | 343 pci_fbuf_render(struct bhyvegc *gc, void *arg) in pci_fbuf_render()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | vga.h | 158 struct bhyvegc; 160 void vga_render(struct bhyvegc *gc, void *arg);
|
H A D | vga.c | 52 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()
|