Lines Matching refs:kd_softc
77 struct kd_softc { struct
89 static struct kd_softc kd_softc; argument
94 static void kd_init(struct kd_softc *);
127 kd_init(struct kd_softc *kd) in kd_init()
138 kd = &kd_softc; /* XXX */ in kd_init()
202 struct kd_softc *kd; in kdtty()
204 kd = &kd_softc; /* XXX */ in kdtty()
211 struct kd_softc *kd; in kdopen()
219 kd = &kd_softc; /* XXX */ in kdopen()
267 struct kd_softc *kd; in kdclose()
271 kd = &kd_softc; /* XXX */ in kdclose()
290 struct kd_softc *kd; in kdread()
293 kd = &kd_softc; /* XXX */ in kdread()
302 struct kd_softc *kd; in kdwrite()
305 kd = &kd_softc; /* XXX */ in kdwrite()
314 struct kd_softc *kd; in kdpoll()
317 kd = &kd_softc; /* XXX */ in kdpoll()
326 struct kd_softc *kd; in kdioctl()
330 kd = &kd_softc; /* XXX */ in kdioctl()
470 struct kd_softc *kd = &kd_softc; in kd_cons_input()
511 struct kd_softc *kd = &kd_softc; in cons_attach_input()
548 struct kd_softc *kd = &kd_softc; in kd_attach_input()