Searched refs:bhyvegc (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyvegc.c | 42 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 D | bhyvegc.h | 36 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 D | console.h | 32 struct bhyvegc; 34 typedef void (*fb_render_func_t)(struct bhyvegc *gc, void *arg);
|
H A D | console.c | 36 struct bhyvegc *gc;
|
H A D | pci_fbuf.c | 351 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 D | Makefile.com | 29 bhyvegc.o \
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | vga.c | 57 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 D | cstyle | 1206 usr/src/cmd/bhyve/common/bhyvegc.c
|