Lines Matching refs:ttyhook_hashook
112 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()
1394 ttyhook_hashook(tp, getc_inject)) { in ttydisc_getc_uio()
1429 if (ttyhook_hashook(tp, getc_poll)) in ttydisc_getc_poll()