Searched refs:tsw_outwakeup (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/sys/ |
H A D | ttydevsw.h | 65 tsw_outwakeup_t *tsw_outwakeup; /* Output available. */ member 114 tp->t_devsw->tsw_outwakeup(tp); in ttydevsw_outwakeup()
|
/freebsd/sys/powerpc/mambo/ |
H A D | mambo_console.c | 53 .tsw_outwakeup = mambotty_outwakeup,
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_console.c | 59 .tsw_outwakeup = ofwtty_outwakeup,
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_console.c | 58 .tsw_outwakeup = cfe_tty_outwakeup,
|
/freebsd/sys/riscv/riscv/ |
H A D | riscv_console.c | 81 .tsw_outwakeup = riscvtty_outwakeup,
|
/freebsd/sys/dev/dcons/ |
H A D | dcons_os.c | 143 .tsw_outwakeup = dcons_outwakeup,
|
/freebsd/sys/dev/nmdm/ |
H A D | nmdm.c | 68 .tsw_outwakeup = nmdm_outwakeup,
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_console.c | 127 .tsw_outwakeup = uart_phyp_ttyoutwakeup,
|
/freebsd/sys/dev/uart/ |
H A D | uart_tty.c | 410 .tsw_outwakeup = uart_tty_outwakeup,
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_console.c | 130 .tsw_outwakeup = uart_opal_ttyoutwakeup,
|
/freebsd/sys/dev/xen/console/ |
H A D | xen_console.c | 699 .tsw_outwakeup = xencons_tty_outwakeup,
|
/freebsd/sys/kern/ |
H A D | subr_terminal.c | 91 .tsw_outwakeup = termtty_outwakeup,
|
H A D | tty_pts.c | 719 .tsw_outwakeup = ptsdrv_outwakeup,
|
H A D | tty.c | 2348 DB_PRINTSYM(outwakeup, tsw->tsw_outwakeup); in _db_show_devsw()
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 240 .tsw_outwakeup = vtcon_tty_outwakeup,
|
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.c | 176 .tsw_outwakeup = ucom_outwakeup,
|
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 257 .tsw_outwakeup = sctty_outwakeup,
|