Lines Matching defs:kd
1 /* $NetBSD: kd.c,v 1.61 2024/12/21 17:40:11 tsutsui Exp $ */
42 __KERNEL_RCSID(0, "$NetBSD: kd.c,v 1.61 2024/12/21 17:40:11 tsutsui Exp $");
116 kd_init(struct kd_softc *kd)
128 kd->kd_tty = tp;
136 struct kd_softc *kd;
138 kd = &kd_softc; /* XXX */
139 return (kd->kd_tty);
145 struct kd_softc *kd;
153 kd = &kd_softc; /* XXX */
155 kd_init(kd);
158 tp = kd->kd_tty;
170 struct cons_channel *cc = kd->kd_in;
197 struct kd_softc *kd;
201 kd = &kd_softc; /* XXX */
202 tp = kd->kd_tty;
210 if ((cc = kd->kd_in) != NULL)
218 struct kd_softc *kd;
221 kd = &kd_softc; /* XXX */
222 tp = kd->kd_tty;
230 struct kd_softc *kd;
233 kd = &kd_softc; /* XXX */
234 tp = kd->kd_tty;
242 struct kd_softc *kd;
245 kd = &kd_softc; /* XXX */
246 tp = kd->kd_tty;
254 struct kd_softc *kd;
258 kd = &kd_softc; /* XXX */
259 tp = kd->kd_tty;
373 struct kd_softc *kd = &kd_softc;
375 kd->kd_in = cc;
408 struct kd_softc *kd = &kd_softc;
412 tp = kd->kd_tty;
423 * kd console support