/src/sys/arch/ews4800mips/include/ |
sector.h | 38 bool sector_read_n(void *, uint8_t *, daddr_t, int);
|
/src/sys/arch/ews4800mips/stand/common/ |
bfs_subr.c | 50 sector_read_n,
|
ustarfs.c | 145 if (!sector_read_n(0, buf, __volume_offset(blk), cnt))
|
disk.c | 149 if (!sector_read_n(0, buf, __disk.offset + blk, n)) 173 sector_read_n(void *self, uint8_t *buf, int sector, int count) function in typeref:typename:bool
|
bootfs.c | 123 if (!sector_read_n(0, p, start + 1, end - start - 1))
|
bootxx.c | 291 sector_read_n(buf, sector, count);
|
/src/sys/arch/ews4800mips/ews4800mips/ |
sector.c | 71 sector_read_n(void *self, uint8_t *buf, daddr_t sector, int count) function in typeref:typename:bool
|