Lines Matching refs:kd_softc
94 struct kd_softc { struct
106 static struct kd_softc kd_softc; argument
111 static void kd_init(struct kd_softc *);
124 kd_init(struct kd_softc *kd) in kd_init()
129 kd = &kd_softc; /* XXX */ in kd_init()
159 struct kd_softc *kd; in kdtty()
161 kd = &kd_softc; /* XXX */ in kdtty()
168 struct kd_softc *kd; in kdopen()
176 kd = &kd_softc; /* XXX */ in kdopen()
224 struct kd_softc *kd; in kdclose()
228 kd = &kd_softc; /* XXX */ in kdclose()
247 struct kd_softc *kd; in kdread()
250 kd = &kd_softc; /* XXX */ in kdread()
259 struct kd_softc *kd; in kdwrite()
262 kd = &kd_softc; /* XXX */ in kdwrite()
271 struct kd_softc *kd; in kdpoll()
274 kd = &kd_softc; /* XXX */ in kdpoll()
283 struct kd_softc *kd; in kdioctl()
287 kd = &kd_softc; /* XXX */ in kdioctl()
425 struct kd_softc *kd = &kd_softc; in kd_cons_input()
465 struct kd_softc *kd = &kd_softc; in cons_attach_input()
502 struct kd_softc *kd = &kd_softc; in kd_attach_input()