Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c414 struct bhyvegc_image *gci; in rfb_handshake_init_message() local
454 gci = console_get_image(); in rfb_handshake_init_message()
458 c->rc_width = gci->width; in rfb_handshake_init_message()
810 w = gci->width; in translate_pixels()
811 h = gci->height; in translate_pixels()
880 p += gci->width; in rfb_send_rect()
903 p += gci->width; in rfb_send_rect()
936 translate_pixels(c, gci, 0, 0, gci->width, gci->height); in rfb_send_all()
942 c->rc_zstream.avail_in = gci->width * gci->height * in rfb_send_all()
977 nwrite = gci->width * gci->height * sizeof (uint32_t); in rfb_send_all()
[all …]
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c739 int argn, value, gci = 0, grp_cnt = 0, paren = 0, nerr = 0; in get_thresh() local
744 gci = *vcntp; in get_thresh()
752 grp_cnt = *vcntp - gci; in get_thresh()
753 *(*vlistp + gci) = grp_cnt; in get_thresh()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c565 csx_GetConfigurationInfo(client_handle_t *ch, get_configuration_info_t *gci) in csx_GetConfigurationInfo() argument
573 return (CardServices(GetConfigurationInfo, ch, gci)); in csx_GetConfigurationInfo()
H A Dcs.c7274 cs_get_configuration_info(client_handle_t *chp, get_configuration_info_t *gci)
7284 if ((sp = cs_get_sp(CS_GET_SOCKET_NUMBER(gci->Socket))) == NULL)
7290 fn = CS_GET_FUNCTION_NUMBER(gci->Socket);