Searched defs:consdev (Results 1 – 2 of 2) sorted by relevance
70 struct consdev { struct71 const struct consdev_ops *cn_ops; argument73 short cn_pri; /* pecking order; the higher the better */74 void *cn_arg; /* drivers method argument */75 int cn_flags; /* capabilities of this console */76 char cn_name[SPECNAMELEN + 1]; /* console (device) name */
206 struct consdev *consdev; member