Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/
H A Dpolled_io.c401 if (polled_io == NULL || polled_io->cons_polledio_exit == NULL) { in polled_take_input()
408 polled_io->cons_polledio_exit( in polled_take_input()
457 if (polled_io == NULL || polled_io->cons_polledio_exit == NULL) { in polled_take_output()
464 polled_io->cons_polledio_exit( in polled_take_output()
/titanic_50/usr/src/uts/common/sys/
H A Dconsdev.h204 void (*cons_polledio_exit)(cons_polledio_arg_t); member
/titanic_50/usr/src/uts/sun4v/promif/
H A Dpromif_io.c84 if (pio->cons_polledio_exit != NULL) { \
85 pio->cons_polledio_exit(pio->cons_polledio_argument); \
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c737 if (mdb.m_pio != NULL && mdb.m_pio->cons_polledio_exit != NULL) { in kmdb_prom_debugger_exit()
738 (void) kmdb_dpi_call((uintptr_t)mdb.m_pio->cons_polledio_exit, in kmdb_prom_debugger_exit()
/titanic_50/usr/src/uts/sparc/os/
H A Dpolled_io.c566 polled_io->cons_polledio_exit(polled_io->cons_polledio_argument); in polled_take_input()
/titanic_50/usr/src/uts/common/io/
H A Dwscons.c426 wscons.wc_polledio.cons_polledio_exit = in wc_init_polledio()
1590 if (wscons->wc_kb_polledio->cons_polledio_exit != NULL) { in wc_polled_exit()
1591 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()
2336 if ((cb != NULL) && (cb->cons_polledio_exit != NULL)) { in conskbd_polledio_exit()
2337 cb->cons_polledio_exit(cb->cons_polledio_argument); in conskbd_polledio_exit()
H A Dasy.c1112 asy->polledio.cons_polledio_exit = NULL; in asyattach()
/titanic_50/usr/src/uts/sun4v/io/
H A Dqcn.c434 qcn_state->qcn_polledio.cons_polledio_exit = qcn_polledio_exit; in qcn_attach()
/titanic_50/usr/src/uts/common/io/kb8042/
H A Dkb8042.c722 kb8042->polledio.cons_polledio_exit = NULL; in kb8042_open()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.c339 xcp->polledio.cons_polledio_exit = NULL; in xenconsattach()
/titanic_50/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c463 usbkbmd->usbkbm_polled_info.cons_polledio_exit = in usbkbm_open()
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c837 asy->polledio.cons_polledio_exit = asy_polled_exit; in asyattach()