Home
last modified time | relevance | path

Searched refs:ttyhook (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dttyhook.h54 struct ttyhook { struct
70 struct ttyhook *, void *); argument
H A Dtty.h123 struct ttyhook *t_hook; /* (t) Capture/inject hook. */
/freebsd/sys/dev/snp/
H A Dsnp.c96 static struct ttyhook snp_hook = {
/freebsd/sys/netgraph/
H A Dng_tty.c116 static struct ttyhook ngt_hook = {
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc135 sys/ttyhook.h \
/freebsd/sys/kern/
H A Dtty.c2101 ttyhook_register(struct tty **rtp, struct proc *p, int fd, struct ttyhook *th, in ttyhook_register()
2359 _db_show_hooks(const char *sep, const struct ttyhook *th) in _db_show_hooks()