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

/freebsd-9.3-release/sys/boot/common/
H A Dufsread.c191 if (dskread(dmadat->sbbuf, sblock_try[n] / DEV_BSIZE,
222 if (dskread(blkbuf, INO_TO_VBA(&fs, n, inode), DBPERVBLK))
260 if (dskread(indbuf, vbaddr, DBPERVBLK))
289 if (dskread(blkbuf, vbaddr, n >> DEV_BSHIFT))
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c98 static int dskread(void *, unsigned, unsigned);
282 dskread(void *buf, unsigned lba, unsigned nblk) function
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c102 static int dskread(void *, unsigned, unsigned);
322 * dskread() will try to handle the disk layouts that are typically
334 dskread(void *buf, unsigned lba, unsigned nblk) function
/freebsd-9.3-release/sys/boot/sparc64/boot1/
H A Dboot1.c64 static int dskread(void *buf, u_int64_t lba, int nblk);
399 if (dskread(zbuf, poff / DEV_BSIZE, nb))
519 dskread(void *buf, u_int64_t lba, int nblk) function
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c94 static int dskread(void *, daddr_t, unsigned);
434 dskread(void *buf, daddr_t lba, unsigned nblk) function
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c142 static int dskread(void *, unsigned, unsigned);
477 dskread(void *buf, unsigned lba, unsigned nblk) function
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c144 static int dskread(void *, unsigned, unsigned);
616 dskread(void *buf, unsigned lba, unsigned nblk) function
/freebsd-9.3-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c58 static int dskread(void *, u_int64_t, int);
536 dskread(void *buf, u_int64_t lba, int nblk) function

Completed in 50 milliseconds