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

  /src/sys/arch/emips/stand/common/
ace.h 33 extern int acestrategy (void*, int, daddr_t, size_t, void*, size_t*);
conf.c 74 { "ace", acestrategy, aceopen, aceclose, aceioctl },
raw.c 118 er = acestrategy(f->f_devdata, F_READ, start_sector, DEV_BSIZE * sector_count,
ace.c 671 i = acestrategy(sc, F_READ, (daddr_t)LABELSECTOR, DEV_BSIZE, buf, &cnt);
702 acestrategy( function in typeref:typename:int
  /src/sys/arch/emips/ebus/
ace_ebus.c 1539 dev_type_strategy(acestrategy);
1546 .d_strategy = acestrategy,
1576 .d_strategy = acestrategy,
1719 acestrategy(struct buf *bp) function in typeref:typename:void
1735 DEBUG_PRINT(("acestrategy (%s) %lld\n",
1926 r = physio(acestrategy, NULL, dev, B_READ, minphys, uio);
1937 return physio(acestrategy, NULL, dev, B_WRITE, minphys, uio);
2112 RAW_PART), acestrategy, lp,
2199 acestrategy, ace->sc_dk.dk_label,

Completed in 20 milliseconds