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

/freebsd-9.3-release/sys/kern/
H A Dkern_cons.c74 struct cn_device { struct
75 STAILQ_ENTRY(cn_device) cnd_next;
81 static struct cn_device cn_devtab[CNDEVTAB_SIZE];
82 static STAILQ_HEAD(, cn_device) cn_devlist =
170 struct cn_device *cnd;
201 struct cn_device *cnd;
209 STAILQ_REMOVE(&cn_devlist, cnd, cn_device, cnd_next);
234 struct cn_device *cnd;
241 STAILQ_REMOVE(&cn_devlist, cnd, cn_device, cnd_next);
281 struct cn_device *cn
[all...]

Completed in 49 milliseconds