Home
last modified time | relevance | path

Searched refs:ttyhook_hashook (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/kern/
HDtty_ttydisc.c112 if (ttyhook_hashook(tp, close)) in ttydisc_close()
675 if (ttyhook_hashook(tp, rint_bypass)) { in ttydisc_optimize()
677 } else if (ttyhook_hashook(tp, rint)) { in ttydisc_optimize()
1023 if (ttyhook_hashook(tp, rint)) in ttydisc_rint()
1282 if (ttyhook_hashook(tp, rint_bypass)) in ttydisc_rint_bypass()
1299 if (ttyhook_hashook(tp, rint_done)) in ttydisc_rint_done()
1315 if (ttyhook_hashook(tp, rint_poll)) in ttydisc_rint_poll()
1361 if (ttyhook_hashook(tp, getc_inject)) in ttydisc_getc()
1366 if (ttyhook_hashook(tp, getc_capture)) in ttydisc_getc()
1393 if (ttyhook_hashook(tp, getc_capture) || in ttydisc_getc_uio()
[all …]
HDtty.c158 if (ttyhook_hashook(tp, getc_inject)) in tty_drain()
2176 if (!ttyhook_hashook(tp, rint) && ttyhook_hashook(tp, rint_bypass)) in ttyhook_register()
/freebsd-14-stable/sys/sys/
HDttyhook.h73 #define ttyhook_hashook(tp,hook) ((tp)->t_hook != NULL && \ macro