sector_read
sector_read(rwops, buf, LABELSECTOR);
if (!sector_read(rwops, (void *)pdinfo, PDINFO_SECTOR))
if (!sector_read(self, buf, sector))
if (!sector_read(rwops, (void *)vtoc, start + VTOC_SECTOR))
bool sector_read(void *, uint8_t *, daddr_t);
sector_read,
if (!sector_read(0, file->buf, start))
if (!sector_read(0, file->buf, end))
sector_read(SDBOOT_PDINFOADDR, PDINFO_SECTOR);
return sector_read(0, buf, __volume_offset(blk));
if (!sector_read(0, buf, 0))