Searched refs:read_sector (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/fs/v7fs/
H A Dv7fs_io_user.c65 static bool read_sector(void *, uint8_t *, daddr_t);
92 p->io.read = read_sector;
121 read_sector(void *ctx, uint8_t *buf, daddr_t sector) function
/netbsd-current/sys/arch/i386/stand/mbr/
H A Dgptmbr.S140 call read_sector
161 call read_sector
237 call read_sector
268 * read_sector: read a single sector pointed to by %edx:%eax to
271 read_sector: label
/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dahdilabel.c54 u_int32_t read_sector (struct ahdi_ptable*, char *, int, int);
312 read_sector (struct ahdi_ptable *ptable, char *buf, int part, int se) function
393 sector = read_sector (ptable, buf, part, PART_ROOT);
400 sector = read_sector (ptable, buf, part, PART_START);
408 sector = read_sector (ptable, buf, part, PART_END);
/netbsd-current/sys/kern/
H A Dsubr_disk_mbr.c122 read_sector(mbr_args_t *a, uint sector, int count) function
154 if (read_sector(a, this_ext, 1)) {
272 if (read_sector(a, vrs * blks, 1))
283 if (read_sector(a, vrs * blks, 1))
295 if (read_sector(a, vrs * blks, 1))
483 if (read_sector(&a, blkno, 1)) {
595 if (read_sector(a, label_sector, SCANBLOCKS)) {

Completed in 194 milliseconds