Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c106 if (ttyhook_hashook(tp, close)) in ttydisc_close()
591 if (ttyhook_hashook(tp, rint_bypass)) { in ttydisc_optimize()
593 } else if (ttyhook_hashook(tp, rint)) { in ttydisc_optimize()
865 if (ttyhook_hashook(tp, rint)) in ttydisc_rint()
1124 if (ttyhook_hashook(tp, rint_bypass)) in ttydisc_rint_bypass()
1141 if (ttyhook_hashook(tp, rint_done)) in ttydisc_rint_done()
1157 if (ttyhook_hashook(tp, rint_poll)) in ttydisc_rint_poll()
1203 if (ttyhook_hashook(tp, getc_inject)) in ttydisc_getc()
1208 if (ttyhook_hashook(tp, getc_capture)) in ttydisc_getc()
1236 ttyhook_hashook(tp, getc_inject)) { in ttydisc_getc_uio()
[all …]
H A Dtty.c159 if (ttyhook_hashook(tp, getc_inject)) in tty_drain()
2143 if (!ttyhook_hashook(tp, rint) && ttyhook_hashook(tp, rint_bypass)) in ttyhook_register()
/f-stack/freebsd/sys/
H A Dttyhook.h75 #define ttyhook_hashook(tp,hook) ((tp)->t_hook != NULL && \ macro