Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDttyhook.h72 #define ttyhook_softc(tp) ((tp)->t_hooksoftc)
HDtty.h130 void *t_hooksoftc; /* (t) Soft config, for hooks. */ member
/trueos/sys/kern/
HDtty.c1965 tp->t_hooksoftc = softc; in ttyhook_register()
2236 db_printf("\thooksoftc: %p\n", tp->t_hooksoftc); in DB_SHOW_COMMAND()