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

  /src/sys/arch/emips/stand/common/
ace.c 584 struct ace_softc { struct
622 struct ace_softc *sc;
656 sc = alloc(sizeof(struct ace_softc));
657 memset(sc, 0, sizeof(struct ace_softc));
684 dealloc(sc, sizeof(struct ace_softc));
695 dealloc(f->f_devdata, sizeof(struct ace_softc));
710 struct ace_softc *sc = (struct ace_softc *)devdata;
  /src/sys/arch/emips/ebus/
ace_ebus.c 148 struct ace_softc { struct
195 void aceattach(struct ace_softc *);
199 void acedone(struct ace_softc *);
200 static void ace_set_geometry(struct ace_softc *ace);
202 CFATTACH_DECL_NEW(ace_ebus, sizeof(struct ace_softc),
226 struct ace_softc *ace = device_private(self);
259 static int sysace_attach(struct ace_softc *sc);
260 static int sysace_reset(struct ace_softc *sc);
261 static int sysace_identify(struct ace_softc *sc);
262 static int sysace_lock_registers(struct ace_softc *sc)
    [all...]

Completed in 98 milliseconds