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

  /src/sys/dev/
md.c 84 struct md_softc { struct
139 CFATTACH_DECL3_NEW(md, sizeof(struct md_softc),
145 static void md_set_disklabel(struct md_softc *);
164 struct md_softc *sc = device_private(self);
198 struct md_softc *sc = device_private(self);
228 static int md_server_loop(struct md_softc *sc);
229 static int md_ioctl_server(struct md_softc *sc, struct md_conf *umd,
232 static int md_ioctl_kalloc(struct md_softc *sc, struct md_conf *umd,
238 struct md_softc *sc;
262 struct md_softc *sc
    [all...]
  /src/sys/arch/vax/mba/
mbavar.h 97 void *md_softc; /* Backpointer to this units softc. */ member in struct:mba_device
hp.c 162 sc->sc_md.md_softc = sc; /* Pointer to this softc */
237 struct hp_softc * const sc = md->md_softc;
360 struct hp_softc * const sc = md->md_softc;
411 struct hp_softc * const sc = md->md_softc;
  /src/sys/arch/atari/atari/
autoconf.c 104 struct md_softc *sc;

Completed in 35 milliseconds