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

/freebsd-10.1-release/sys/kern/
H A Dtty_ttydisc.c106 if (ttyhook_hashook(tp, close))
579 if (ttyhook_hashook(tp, rint_bypass)) {
581 } else if (ttyhook_hashook(tp, rint)) {
850 if (ttyhook_hashook(tp, rint))
1095 if (ttyhook_hashook(tp, rint_bypass))
1112 if (ttyhook_hashook(tp, rint_done))
1128 if (ttyhook_hashook(tp, rint_poll))
1174 if (ttyhook_hashook(tp, getc_inject))
1179 if (ttyhook_hashook(tp, getc_capture))
1206 if (ttyhook_hashook(t
[all...]
H A Dtty.c130 if (ttyhook_hashook(tp, getc_inject))
1958 if (!ttyhook_hashook(tp, rint) && ttyhook_hashook(tp, rint_bypass))
/freebsd-10.1-release/sys/sys/
H A Dttyhook.h73 #define ttyhook_hashook(tp,hook) ((tp)->t_hook != NULL && \ macro

Completed in 50 milliseconds