Searched refs:sector_read_n (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/ews4800mips/include/
H A Dsector.h38 bool sector_read_n(void *, uint8_t *, daddr_t, int);
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dbfs_subr.c50 sector_read_n,
H A Dustarfs.c145 if (!sector_read_n(0, buf, __volume_offset(blk), cnt))
H A Ddisk.c149 if (!sector_read_n(0, buf, __disk.offset + blk, n))
173 sector_read_n(void *self, uint8_t *buf, int sector, int count) function
H A Dbootfs.c123 if (!sector_read_n(0, p, start + 1, end - start - 1))
H A Dbootxx.c291 sector_read_n(buf, sector, count);
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dsector.c71 sector_read_n(void *self, uint8_t *buf, daddr_t sector, int count) function

Completed in 221 milliseconds