Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dttyhook.h56 struct ttyhook { struct
72 struct ttyhook *, void *); argument
H A Dtty.h125 struct ttyhook *t_hook; /* (t) Capture/inject hook. */
/freebsd-13.1/sys/dev/snp/
H A Dsnp.c99 static struct ttyhook snp_hook = {
/freebsd-13.1/sys/netgraph/
H A Dng_tty.c118 static struct ttyhook ngt_hook = {
/freebsd-13.1/sys/kern/
H A Dtty.c2065 ttyhook_register(struct tty **rtp, struct proc *p, int fd, struct ttyhook *th, in ttyhook_register()
2314 _db_show_hooks(const char *sep, const struct ttyhook *th) in _db_show_hooks()