Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dttyhook.h72 #define ttyhook_softc(tp) ((tp)->t_hooksoftc)
H A Dtty.h131 void *t_hooksoftc; /* (t) Soft config, for hooks. */ member
/freebsd/sys/kern/
H A Dtty.c2168 tp->t_hooksoftc = softc; in ttyhook_register()
2443 db_printf("\thooksoftc: %p\n", tp->t_hooksoftc); in DB_SHOW_COMMAND()