Home
last modified time | relevance | path

Searched refs:bhyvegc_init (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dbhyvegc.h41 struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr);
H A Dbhyvegc.c43 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() function
H A Dconsole.c52 console.gc = bhyvegc_init(w, h, fbaddr); in console_init()