Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_ttydisc.c111 if (ttyhook_hashook(tp, close)) in ttydisc_close()
678 if (ttyhook_hashook(tp, rint_bypass)) { in ttydisc_optimize()
680 } else if (ttyhook_hashook(tp, rint)) { in ttydisc_optimize()
1026 if (ttyhook_hashook(tp, rint)) in ttydisc_rint()
1285 if (ttyhook_hashook(tp, rint_bypass)) in ttydisc_rint_bypass()
1302 if (ttyhook_hashook(tp, rint_done)) in ttydisc_rint_done()
1318 if (ttyhook_hashook(tp, rint_poll)) in ttydisc_rint_poll()
1364 if (ttyhook_hashook(tp, getc_inject)) in ttydisc_getc()
1369 if (ttyhook_hashook(tp, getc_capture)) in ttydisc_getc()
1396 if (ttyhook_hashook(tp, getc_capture) || in ttydisc_getc_uio()
[all …]
H A Dtty.c165 if (ttyhook_hashook(tp, getc_inject)) in tty_drain()
2314 if (!ttyhook_hashook(tp, rint) && ttyhook_hashook(tp, rint_bypass)) in ttyhook_register()
/freebsd/sys/sys/
H A Dttyhook.h73 #define ttyhook_hashook(tp,hook) ((tp)->t_hook != NULL && \ macro