Home
last modified time | relevance | path

Searched refs:cn_term (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
H A Dtty_cons.c184 if (cn_tab != NULL && cn_tab->cn_term != NULL) in cninit()
185 (*cn_tab->cn_term)(cn_tab); in cninit()
196 if (cn_tab->cn_term != NULL) in cninit()
197 (*cn_tab->cn_term)(cn_tab); in cninit()
/dragonfly/sys/sys/
H A Dcons.h61 cn_term_t *cn_term; /* terminate use as console */ member