Lines Matching refs:kd_softc
80 struct kd_softc { struct
92 static struct kd_softc kd_softc; argument
97 static void kd_init(struct kd_softc *);
131 kd_init(struct kd_softc *kd) in kd_init()
188 struct kd_softc *kd; in kdtty()
190 kd = &kd_softc; /* XXX */ in kdtty()
197 struct kd_softc *kd; in kdopen()
206 kd = &kd_softc; /* XXX */ in kdopen()
252 struct kd_softc *kd; in kdclose()
256 kd = &kd_softc; /* XXX */ in kdclose()
275 struct kd_softc *kd; in kdread()
278 kd = &kd_softc; /* XXX */ in kdread()
287 struct kd_softc *kd; in kdwrite()
290 kd = &kd_softc; /* XXX */ in kdwrite()
299 struct kd_softc *kd; in kdpoll()
302 kd = &kd_softc; /* XXX */ in kdpoll()
311 struct kd_softc *kd; in kdioctl()
315 kd = &kd_softc; /* XXX */ in kdioctl()
422 struct kd_softc *kd = &kd_softc; in kd_cons_input()
438 struct kd_softc *kd = &kd_softc; in cons_attach_input()
447 struct kd_softc *kd = &kd_softc; in kd_attach_input()