Searched refs:termcn_cnops (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/sys/
H A Dterminal.h222 extern const struct consdev_ops termcn_cnops;
230 CONSOLE_DEVICE(name ## _consdev, termcn_cnops, &name)
/freebsd-10.2-release/sys/kern/
H A Dsubr_terminal.c449 const struct consdev_ops termcn_cnops = { variable in typeref:struct:consdev_ops
468 cp->cn_ops = &termcn_cnops;
/freebsd-10.2-release/sys/dev/vt/
H A Dvt_core.c228 .cn_ops = &termcn_cnops,

Completed in 163 milliseconds