Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dtty_ttydisc.c111 if (ttyhook_hashook(tp, close)) in ttydisc_close()
674 if (ttyhook_hashook(tp, rint_bypass)) { in ttydisc_optimize()
676 } else if (ttyhook_hashook(tp, rint)) { in ttydisc_optimize()
1022 if (ttyhook_hashook(tp, rint)) in ttydisc_rint()
1281 if (ttyhook_hashook(tp, rint_bypass)) in ttydisc_rint_bypass()
1298 if (ttyhook_hashook(tp, rint_done)) in ttydisc_rint_done()
1314 if (ttyhook_hashook(tp, rint_poll)) in ttydisc_rint_poll()
1360 if (ttyhook_hashook(tp, getc_inject)) in ttydisc_getc()
1365 if (ttyhook_hashook(tp, getc_capture)) in ttydisc_getc()
1392 if (ttyhook_hashook(tp, getc_capture) || in ttydisc_getc_uio()
[all …]
H A Dtty.c157 if (ttyhook_hashook(tp, getc_inject)) in tty_drain()
2193 if (!ttyhook_hashook(tp, rint) && ttyhook_hashook(tp, rint_bypass)) in ttyhook_register()
/src/sys/sys/
H A Dttyhook.h73 #define ttyhook_hashook(tp,hook) ((tp)->t_hook != NULL && \ macro