HomeSort by: relevance | last modified time | path
    Searched defs:kd_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/dev/
kd.c 80 struct kd_softc { struct
92 static struct kd_softc kd_softc; variable in typeref:struct:kd_softc
97 static void kd_init(struct kd_softc *);
131 kd_init(struct kd_softc *kd)
188 struct kd_softc *kd;
190 kd = &kd_softc; /* XXX */
197 struct kd_softc *kd;
206 kd = &kd_softc; /* XXX */
252 struct kd_softc *kd
    [all...]
  /src/sys/arch/sparc64/dev/
kd.c 94 struct kd_softc { struct
106 static struct kd_softc kd_softc; variable in typeref:struct:kd_softc
111 static void kd_init(struct kd_softc *);
124 kd_init(struct kd_softc *kd)
129 kd = &kd_softc; /* XXX */
159 struct kd_softc *kd;
161 kd = &kd_softc; /* XXX */
168 struct kd_softc *kd;
176 kd = &kd_softc; /* XXX *
    [all...]
  /src/sys/arch/sun2/dev/
kd.c 77 struct kd_softc { struct
89 static struct kd_softc kd_softc; variable in typeref:struct:kd_softc
94 static void kd_init(struct kd_softc *);
127 kd_init(struct kd_softc *kd)
138 kd = &kd_softc; /* XXX */
202 struct kd_softc *kd;
204 kd = &kd_softc; /* XXX */
211 struct kd_softc *kd;
219 kd = &kd_softc; /* XXX *
    [all...]
  /src/sys/arch/sun3/dev/
kd.c 69 struct kd_softc { struct
80 static struct kd_softc kd_softc; variable in typeref:struct:kd_softc
85 static void kd_init(struct kd_softc *);
116 kd_init(struct kd_softc *kd)
136 struct kd_softc *kd;
138 kd = &kd_softc; /* XXX */
145 struct kd_softc *kd;
153 kd = &kd_softc; /* XXX */
197 struct kd_softc *kd
    [all...]

Completed in 13 milliseconds