Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/
H A Dpolled_io.c400 if (polled_io == NULL || polled_io->cons_polledio_exit == NULL) { in polled_take_input()
407 polled_io->cons_polledio_exit( in polled_take_input()
456 if (polled_io == NULL || polled_io->cons_polledio_exit == NULL) { in polled_take_output()
463 polled_io->cons_polledio_exit( in polled_take_output()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_io.c82 if (pio->cons_polledio_exit != NULL) { \
83 pio->cons_polledio_exit(pio->cons_polledio_argument); \
/illumos-gate/usr/src/uts/common/sys/
H A Dconsdev.h205 void (*cons_polledio_exit)(cons_polledio_arg_t); member
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c748 if (mdb.m_pio != NULL && mdb.m_pio->cons_polledio_exit != NULL) { in kmdb_prom_debugger_exit()
749 (void) kmdb_dpi_call((uintptr_t)mdb.m_pio->cons_polledio_exit, in kmdb_prom_debugger_exit()
/illumos-gate/usr/src/uts/sparc/os/
H A Dpolled_io.c566 polled_io->cons_polledio_exit(polled_io->cons_polledio_argument); in polled_take_input()
/illumos-gate/usr/src/uts/common/io/
H A Dwscons.c420 wscons.wc_polledio.cons_polledio_exit = in wc_init_polledio()
1496 if (wscons->wc_kb_polledio->cons_polledio_exit != NULL) { in wc_polled_exit()
1497 wscons->wc_kb_polledio->cons_polledio_exit( in wc_polled_exit()
H A Dconskbd.c588 conskbd.conskbd_polledio.cons_polledio_exit = conskbd_polledio_exit; in conskbdopen()
2348 if ((cb != NULL) && (cb->cons_polledio_exit != NULL)) { in conskbd_polledio_exit()
2349 cb->cons_polledio_exit(cb->cons_polledio_argument); in conskbd_polledio_exit()
H A Dasy.c1114 asy->polledio.cons_polledio_exit = NULL; in asyattach()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c434 qcn_state->qcn_polledio.cons_polledio_exit = qcn_polledio_exit; in qcn_attach()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c339 xcp->polledio.cons_polledio_exit = NULL; in xenconsattach()
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c753 kb8042->polledio.cons_polledio_exit = NULL; in kb8042_open()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c464 usbkbmd->usbkbm_polled_info.cons_polledio_exit = in usbkbm_open()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c837 asy->polledio.cons_polledio_exit = asy_polled_exit; in asyattach()