Home
last modified time | relevance | path

Searched refs:bhyvegc_resize (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyvegc.h50 void bhyvegc_resize(struct bhyvegc *gc, int width, int height);
H A Dbhyvegc.c91 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize() function
H A Dpci_fbuf.c369 bhyvegc_resize(gc, sc->memregs.width, sc->memregs.height); in pci_fbuf_render()
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dvga.c213 bhyvegc_resize(gc, sc->gc_width, sc->gc_height); in vga_check_size()