Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dttyhook.h63 th_getc_capture_t *th_getc_capture; member
127 tp->t_hook->th_getc_capture(tp, buf, len); in ttyhook_getc_capture()
/freebsd/sys/dev/snp/
H A Dsnp.c97 .th_getc_capture = snp_getc_capture,
/freebsd/sys/kern/
H A Dtty.c2387 DB_PRINTSYM(getc_capture, th->th_getc_capture); in _db_show_hooks()