Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dcons.h72 struct consdev { struct
73 const struct consdev_ops *cn_ops; argument
75 short cn_pri; /* pecking order; the higher the better */
76 void *cn_arg; /* drivers method argument */
77 int cn_flags; /* capabilities of this console */
78 char cn_name[SPECNAMELEN + 1]; /* console (device) name */
H A Dterminal.h206 struct consdev *consdev; member