Searched refs:bhyvegc_init (Results 1 – 3 of 3) sorted by relevance
41 struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr);
43 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() function
52 console.gc = bhyvegc_init(w, h, fbaddr); in console_init()