Searched refs:dskread (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/stand/efi/boot1/
H A Dufs_module.c49 dskread(void *buf, uint64_t lba, int nblk) function
62 DPRINTF("dskread: failed dev: %p, id: %u, lba: %ju, size: %d, "
110 if (dskread(ufs_buffer, 0, BSD_LABEL_BUFFER / DEV_BSIZE) != 0)
/freebsd-current/stand/libsa/
H A Dufsread.c201 if (dskread(dmadat->sbbuf, sblock_try[n] / DEV_BSIZE,
231 if (dskread(blkbuf, INO_TO_VBA(&fs, n, inode), DBPERVBLK))
269 if (dskread(indbuf, vbaddr, DBPERVBLK))
298 if (dskread(blkbuf, vbaddr, n >> DEV_BSHIFT))
/freebsd-current/stand/i386/boot2/
H A Dboot2.c113 static int dskread(void *, unsigned, unsigned);
467 dskread(void *buf, unsigned lba, unsigned nblk) function
/freebsd-current/stand/i386/gptboot/
H A Dgptboot.c103 static int dskread(void *, daddr_t, unsigned);
601 dskread(void *buf, daddr_t lba, unsigned nblk) function
/freebsd-current/stand/powerpc/boot1.chrp/
H A Dboot1.c56 static int dskread(void *, uint64_t, int);
632 dskread(void *buf, uint64_t lba, int nblk) function

Completed in 212 milliseconds