Searched defs:dskread (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dufs_module.c47 dskread(void *buf, u_int64_t lba, int nblk) function
59 DPRINTF("dskread: failed dev: %p, id: %u, lba: %lu, size: %d, "
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboot2.c63 static int dskread(void *, unsigned, unsigned);
248 dskread(void *buf, unsigned lba, unsigned nblk) function
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dboot2.c63 static int dskread(void *, unsigned, unsigned);
283 * dskread() will try to handle the disk layouts that are typically
295 dskread(void *buf, unsigned lba, unsigned nblk) function
/illumos-gate/usr/src/boot/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))
518 dskread(void *buf, u_int64_t lba, int nblk) function

Completed in 72 milliseconds