Home
last modified time | relevance | path

Searched refs:acestrategy (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/emips/stand/common/
Dace.h33 extern int acestrategy (void*, int, daddr_t, size_t, void*, size_t*);
Dconf.c74 { "ace", acestrategy, aceopen, aceclose, aceioctl },
Draw.c118 er = acestrategy(f->f_devdata, F_READ, start_sector, DEV_BSIZE * sector_count, in rawopen()
Dace.c671 i = acestrategy(sc, F_READ, (daddr_t)LABELSECTOR, DEV_BSIZE, buf, &cnt); in aceopen()
702 acestrategy( in acestrategy() function
/netbsd/src/sys/arch/emips/ebus/
Dace_ebus.c1539 dev_type_strategy(acestrategy);
1546 .d_strategy = acestrategy,
1576 .d_strategy = acestrategy,
1719 acestrategy(struct buf *bp) in acestrategy() function
1926 r = physio(acestrategy, NULL, dev, B_READ, minphys, uio); in aceread()
1937 return physio(acestrategy, NULL, dev, B_WRITE, minphys, uio); in acewrite()
2112 RAW_PART), acestrategy, lp, in acegetdisklabel()
2199 acestrategy, ace->sc_dk.dk_label, in aceioctl()