Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dconsole.c63 struct bhyvegc_image *
66 struct bhyvegc_image *bhyvegc_image; in console_get_image() local
68 bhyvegc_image = bhyvegc_get_image(console.gc); in console_get_image()
70 return (bhyvegc_image); in console_get_image()
H A Dbhyvegc.c44 struct bhyvegc_image *gc_image;
52 struct bhyvegc_image *gc_image; in bhyvegc_init()
56 gc_image = calloc(1, sizeof(struct bhyvegc_image)); in bhyvegc_init()
94 struct bhyvegc_image *gc_image; in bhyvegc_resize()
115 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.c113 struct bhyvegc_image *gc_image;
H A Dusb_mouse.c259 struct bhyvegc_image *gc; in umouse_event()
H A Dvga.c61 struct bhyvegc_image *gc_image;