Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cons.c89 struct cn_device { struct
90 STAILQ_ENTRY(cn_device) cnd_next;
96 static struct cn_device cn_devtab[CNDEVTAB_SIZE]; argument
97 static STAILQ_HEAD(, cn_device) cn_devlist =
233 struct cn_device *cnd; in cnadd()
264 struct cn_device *cnd; in cnremove()
272 STAILQ_REMOVE(&cn_devlist, cnd, cn_device, cnd_next); in cnremove()
297 struct cn_device *cnd; in cnselect()
304 STAILQ_REMOVE(&cn_devlist, cnd, cn_device, cnd_next); in cnselect()
344 struct cn_device *cnd; in sysctl_kern_console()
[all …]