Home
last modified time | relevance | path

Searched refs:polledio (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/io/kb8042/
H A Dkb8042.c713 kb8042->polledio.cons_polledio_version = CONSPOLLEDIO_V1; in kb8042_open()
714 kb8042->polledio.cons_polledio_argument = in kb8042_open()
716 kb8042->polledio.cons_polledio_putchar = NULL; in kb8042_open()
717 kb8042->polledio.cons_polledio_getchar = in kb8042_open()
719 kb8042->polledio.cons_polledio_ischar = in kb8042_open()
721 kb8042->polledio.cons_polledio_enter = NULL; in kb8042_open()
722 kb8042->polledio.cons_polledio_exit = NULL; in kb8042_open()
723 kb8042->polledio.cons_polledio_setled = in kb8042_open()
725 kb8042->polledio.cons_polledio_keycheck = in kb8042_open()
883 &kb8042->polledio;
H A Dkb8042.h97 struct cons_polledio polledio; member
/titanic_44/usr/src/uts/common/xen/io/
H A Dxencons.c333 xcp->polledio.cons_polledio_version = CONSPOLLEDIO_V0; in xenconsattach()
334 xcp->polledio.cons_polledio_argument = (cons_polledio_arg_t)xcp; in xenconsattach()
335 xcp->polledio.cons_polledio_putchar = xenconsputchar; in xenconsattach()
336 xcp->polledio.cons_polledio_getchar = xenconsgetchar; in xenconsattach()
337 xcp->polledio.cons_polledio_ischar = xenconsischar; in xenconsattach()
338 xcp->polledio.cons_polledio_enter = NULL; in xenconsattach()
339 xcp->polledio.cons_polledio_exit = NULL; in xenconsattach()
1010 (cons_polledio_arg_t)&xcp->polledio; in xcasync_ioctl()
H A Dxencons.h125 struct cons_polledio polledio; /* polled I/O functions */ member
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c83 struct vis_polledio polledio; member
353 softc->polledio.arg = (struct vis_polledio_arg *)softc; in gfxp_vgatext_attach()
354 softc->polledio.display = vgatext_polled_display; in gfxp_vgatext_attach()
355 softc->polledio.copy = vgatext_polled_copy; in gfxp_vgatext_attach()
356 softc->polledio.cursor = vgatext_polled_cursor; in gfxp_vgatext_attach()
870 data->polledio = &softc->polledio; in vgatext_devinit()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c157 struct vis_polledio polledio; member
475 softc->polledio.arg = (struct vis_polledio_arg *)softc; in vgatext_attach()
476 softc->polledio.display = vgatext_polled_display; in vgatext_attach()
477 softc->polledio.copy = vgatext_polled_copy; in vgatext_attach()
478 softc->polledio.cursor = vgatext_polled_cursor; in vgatext_attach()
996 data->polledio = &softc->polledio; in vgatext_devinit()
/titanic_44/usr/src/uts/common/sys/
H A Dvisual_io.h298 struct vis_polledio *polledio; /* Polled output routines */ member
H A Dasy.h293 struct cons_polledio polledio; /* polled I/O functions */ member
/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c831 asy->polledio.cons_polledio_version = CONSPOLLEDIO_V0; in asyattach()
832 asy->polledio.cons_polledio_argument = (cons_polledio_arg_t)asy; in asyattach()
833 asy->polledio.cons_polledio_putchar = asyputchar; in asyattach()
834 asy->polledio.cons_polledio_getchar = asygetchar; in asyattach()
835 asy->polledio.cons_polledio_ischar = asyischar; in asyattach()
836 asy->polledio.cons_polledio_enter = asy_polled_enter; in asyattach()
837 asy->polledio.cons_polledio_exit = asy_polled_exit; in asyattach()
3223 &asy->polledio; in async_ioctl()
/titanic_44/usr/src/uts/sun4/sys/
H A Dsudev.h271 cons_polledio_t polledio; /* polled IO functios */ member
/titanic_44/usr/src/uts/common/io/
H A Dconskbd.c1900 cons_polledio_t *polledio; in conskbd_mux_upstream_msg() local
1906 polledio = *(struct cons_polledio **) in conskbd_mux_upstream_msg()
1908 if (polledio->cons_polledio_version == in conskbd_mux_upstream_msg()
1910 lqs->lqs_polledio = polledio; in conskbd_mux_upstream_msg()
H A Dasy.c1106 asy->polledio.cons_polledio_version = CONSPOLLEDIO_V0; in asyattach()
1107 asy->polledio.cons_polledio_argument = (cons_polledio_arg_t)asy; in asyattach()
1108 asy->polledio.cons_polledio_putchar = asyputchar; in asyattach()
1109 asy->polledio.cons_polledio_getchar = asygetchar; in asyattach()
1110 asy->polledio.cons_polledio_ischar = asyischar; in asyattach()
1111 asy->polledio.cons_polledio_enter = NULL; in asyattach()
1112 asy->polledio.cons_polledio_exit = NULL; in asyattach()
3685 &asy->polledio; in async_ioctl()
H A Dtem.c448 if ((tems.ts_fb_polledio = temargs.polledio) == NULL) { in tem_info_init()