Home
last modified time | relevance | path

Searched defs:consdev (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
HDcons.h71 struct consdev { struct
72 const struct consdev_ops *cn_ops; argument
74 short cn_pri; /* pecking order; the higher the better */
75 void *cn_arg; /* drivers method argument */
76 int cn_flags; /* capabilities of this console */
77 char cn_name[SPECNAMELEN + 1]; /* console (device) name */
HDterminal.h203 struct consdev *consdev; member