Home
last modified time | relevance | path

Searched refs:bhyvegc_image (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dconsole.c62 struct bhyvegc_image *
65 struct bhyvegc_image *bhyvegc_image; in console_get_image() local
67 bhyvegc_image = bhyvegc_get_image(console.gc); in console_get_image()
69 return (bhyvegc_image); in console_get_image()
H A Dbhyvegc.c43 struct bhyvegc_image *gc_image;
51 struct bhyvegc_image *gc_image; in bhyvegc_init()
55 gc_image = calloc(1, sizeof(struct bhyvegc_image)); in bhyvegc_init()
93 struct bhyvegc_image *gc_image; in bhyvegc_resize()
114 struct bhyvegc_image *
H A Dbhyvegc.h38 struct bhyvegc_image { struct
51 struct bhyvegc_image *bhyvegc_get_image(struct bhyvegc *gc); argument
H A Dconsole.h42 struct bhyvegc_image *console_get_image(void);
H A Drfb_impl.h237 struct bhyvegc_image rc_gci;
H A Drfb.c414 struct bhyvegc_image *gci; in rfb_handshake_init_message()
803 translate_pixels(rfb_client_t *c, struct bhyvegc_image *gci, in translate_pixels()
830 rfb_send_rect(rfb_client_t *c, struct bhyvegc_image *gci, in rfb_send_rect()
916 rfb_send_all(rfb_client_t *c, struct bhyvegc_image *gci) in rfb_send_all()
984 struct bhyvegc_image *gci; in rfb_send_screen()
H A Dpci_fbuf.c112 struct bhyvegc_image *gc_image;
H A Dusb_mouse.c258 struct bhyvegc_image *gc; in umouse_event()
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dvga.c60 struct bhyvegc_image *gc_image;