HomeSort by: relevance | last modified time | path
    Searched defs:read_sector (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_io_user.c 65 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 in typeref:typename:bool
  /src/sys/arch/atari/stand/ahdilabel/
ahdilabel.c 54 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 in typeref:typename:u_int32_t
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);
  /src/sys/arch/i386/stand/mbr/
gptmbr.S 140 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
  /src/sys/kern/
subr_disk_mbr.c 122 read_sector(mbr_args_t *a, uint sector, int count) function in typeref:typename:int
154 if (read_sector(a, this_ext, 1)) {
271 if (read_sector(a, vrs, 1))
282 if (read_sector(a, vrs, 1))
294 if (read_sector(a, vrs, 1))
483 if (read_sector(&a, blkno, 1)) {
595 if (read_sector(a, label_sector, SCANBLOCKS)) {

Completed in 13 milliseconds