Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_cons.c75 struct cn_device { struct
76 STAILQ_ENTRY(cn_device) cnd_next;
82 static struct cn_device cn_devtab[CNDEVTAB_SIZE]; argument
83 static STAILQ_HEAD(, cn_device) cn_devlist =
178 struct cn_device *cnd; in cnadd()
209 struct cn_device *cnd; in cnremove()
217 STAILQ_REMOVE(&cn_devlist, cnd, cn_device, cnd_next); in cnremove()
242 struct cn_device *cnd; in cnselect()
249 STAILQ_REMOVE(&cn_devlist, cnd, cn_device, cnd_next); in cnselect()
289 struct cn_device *cnd; in sysctl_kern_console()
[all …]