Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dttyhook.h54 struct ttyhook { struct
70 struct ttyhook *, void *); argument
Dtty.h122 struct ttyhook *t_hook; /* (t) Capture/inject hook. */
/freebsd-9-stable/sys/dev/snp/
Dsnp.c95 static struct ttyhook snp_hook = {
/freebsd-9-stable/sys/netgraph/
Dng_tty.c118 static struct ttyhook ngt_hook = {
/freebsd-9-stable/sys/kern/
Dtty.c1833 struct ttyhook *th, void *softc) in ttyhook_register()
2087 _db_show_hooks(const char *sep, const struct ttyhook *th) in _db_show_hooks()