Symbol: ace_softc
sys/arch/emips/ebus/ace_ebus.c
1009
sysace_validate(struct ace_softc *sc, daddr_t start, size_t *pSize)
sys/arch/emips/ebus/ace_ebus.c
1055
sysace_read_at(struct ace_softc *sc, daddr_t start_sector, char *buffer,
sys/arch/emips/ebus/ace_ebus.c
1188
sysace_write_at(struct ace_softc *sc, daddr_t start_sector, char *buffer,
sys/arch/emips/ebus/ace_ebus.c
1336
struct ace_softc *sc = cookie;
sys/arch/emips/ebus/ace_ebus.c
1357
sysace_send_config(struct ace_softc *sc, uint32_t *Data, unsigned int nBytes)
sys/arch/emips/ebus/ace_ebus.c
1527
void aceperror(const struct ace_softc *);
sys/arch/emips/ebus/ace_ebus.c
1566
void acegetdefaultlabel(struct ace_softc *, struct disklabel *);
sys/arch/emips/ebus/ace_ebus.c
1567
void acegetdisklabel(struct ace_softc *);
sys/arch/emips/ebus/ace_ebus.c
1569
void __acestart(struct ace_softc*, struct buf *);
sys/arch/emips/ebus/ace_ebus.c
1578
aceattach(struct ace_softc *ace)
sys/arch/emips/ebus/ace_ebus.c
1665
struct ace_softc *sc = device_private(self);
sys/arch/emips/ebus/ace_ebus.c
1714
struct ace_softc *ace;
sys/arch/emips/ebus/ace_ebus.c
1795
struct ace_softc *ace = arg;
sys/arch/emips/ebus/ace_ebus.c
1816
__acestart(struct ace_softc *sc, struct buf *bp)
sys/arch/emips/ebus/ace_ebus.c
1843
acedone(struct ace_softc *ace)
sys/arch/emips/ebus/ace_ebus.c
1902
struct ace_softc *ace = v;
sys/arch/emips/ebus/ace_ebus.c
192
void aceattach(struct ace_softc *);
sys/arch/emips/ebus/ace_ebus.c
1936
struct ace_softc *ace;
sys/arch/emips/ebus/ace_ebus.c
196
void acedone(struct ace_softc *);
sys/arch/emips/ebus/ace_ebus.c
197
static void ace_set_geometry(struct ace_softc *ace);
sys/arch/emips/ebus/ace_ebus.c
199
CFATTACH_DECL_NEW(ace_ebus, sizeof(struct ace_softc),
sys/arch/emips/ebus/ace_ebus.c
2016
struct ace_softc *ace = device_lookup_private(&ace_cd, ACEUNIT(dev));
sys/arch/emips/ebus/ace_ebus.c
2048
acegetdefaultlabel(struct ace_softc *ace, struct disklabel *lp)
sys/arch/emips/ebus/ace_ebus.c
2089
acegetdisklabel(struct ace_softc *ace)
sys/arch/emips/ebus/ace_ebus.c
2123
aceperror(const struct ace_softc *ace)
sys/arch/emips/ebus/ace_ebus.c
2141
struct ace_softc *ace = device_lookup_private(&ace_cd, ACEUNIT(dev));
sys/arch/emips/ebus/ace_ebus.c
223
struct ace_softc *ace = device_private(self);
sys/arch/emips/ebus/ace_ebus.c
2279
struct ace_softc *ace;
sys/arch/emips/ebus/ace_ebus.c
2314
struct ace_softc *ace; /* disk unit to do the I/O */
sys/arch/emips/ebus/ace_ebus.c
2382
ace_set_geometry(struct ace_softc *ace)
sys/arch/emips/ebus/ace_ebus.c
256
static int sysace_attach(struct ace_softc *sc);
sys/arch/emips/ebus/ace_ebus.c
257
static int sysace_reset(struct ace_softc *sc);
sys/arch/emips/ebus/ace_ebus.c
258
static int sysace_identify(struct ace_softc *sc);
sys/arch/emips/ebus/ace_ebus.c
259
static int sysace_lock_registers(struct ace_softc *sc);
sys/arch/emips/ebus/ace_ebus.c
260
static int sysace_unlock_registers(struct ace_softc *sc);
sys/arch/emips/ebus/ace_ebus.c
261
static int sysace_start(struct ace_softc *sc, uint32_t Command, uint32_t Lba,
sys/arch/emips/ebus/ace_ebus.c
263
static int sysace_validate(struct ace_softc *sc, daddr_t start, size_t *pSize);
sys/arch/emips/ebus/ace_ebus.c
264
static int sysace_read_at (struct ace_softc *sc, daddr_t start_sector,
sys/arch/emips/ebus/ace_ebus.c
266
static int sysace_write_at(struct ace_softc *sc, daddr_t start_sector,
sys/arch/emips/ebus/ace_ebus.c
269
static int sysace_send_config(struct ace_softc *sc,
sys/arch/emips/ebus/ace_ebus.c
292
sysace_attach(struct ace_softc *sc)
sys/arch/emips/ebus/ace_ebus.c
339
struct ace_softc *sc = arg;
sys/arch/emips/ebus/ace_ebus.c
356
struct ace_softc *sc = arg;
sys/arch/emips/ebus/ace_ebus.c
613
sysace_reset(struct ace_softc *sc)
sys/arch/emips/ebus/ace_ebus.c
670
sysace_lock_registers(struct ace_softc *sc)
sys/arch/emips/ebus/ace_ebus.c
713
sysace_unlock_registers(struct ace_softc *sc)
sys/arch/emips/ebus/ace_ebus.c
787
sysace_start(struct ace_softc *sc, uint32_t Command, uint32_t Lba,
sys/arch/emips/ebus/ace_ebus.c
845
sysace_identify(struct ace_softc *sc)
sys/arch/emips/stand/common/ace.c
622
struct ace_softc *sc;
sys/arch/emips/stand/common/ace.c
656
sc = alloc(sizeof(struct ace_softc));
sys/arch/emips/stand/common/ace.c
657
memset(sc, 0, sizeof(struct ace_softc));
sys/arch/emips/stand/common/ace.c
684
dealloc(sc, sizeof(struct ace_softc));
sys/arch/emips/stand/common/ace.c
695
dealloc(f->f_devdata, sizeof(struct ace_softc));
sys/arch/emips/stand/common/ace.c
710
struct ace_softc *sc = (struct ace_softc *)devdata;