Searched refs:acestrategy (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/emips/stand/common/ |
| D | ace.h | 33 extern int acestrategy (void*, int, daddr_t, size_t, void*, size_t*);
|
| D | conf.c | 74 { "ace", acestrategy, aceopen, aceclose, aceioctl },
|
| D | raw.c | 118 er = acestrategy(f->f_devdata, F_READ, start_sector, DEV_BSIZE * sector_count, in rawopen()
|
| D | ace.c | 671 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/ |
| D | ace_ebus.c | 1539 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()
|