Home
last modified time | relevance | path

Searched refs:drvread (Results 1 – 8 of 8) sorted by relevance

/freebsd/stand/i386/boot2/
H A Dboot2.c116 static int drvread(void *, unsigned, unsigned);
479 if (drvread(sec, DOSBBSECTOR, 1)) in dskread()
504 if (drvread(sec, dsk.start + LABELSECTOR, 1)) in dskread()
527 return (drvread(buf, dsk.start + lba, nblk)); in dskread()
581 drvread(void *buf, unsigned lba, unsigned nblk) in drvread() function
/freebsd/stand/efi/gptboot/
H A Ddrv.h35 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk);
H A Dproto.c57 drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk) in drvread() function
/freebsd/stand/i386/common/
H A Ddrv.h40 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk);
H A Ddrv.c50 drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk) in drvread() function
/freebsd/stand/libsa/
H A Dgpt.c188 if (drvread(dskp, secbuf, hdrlba, 1)) { in gptread_hdr()
297 if (drvread(dskp, secbuf, slba, 1)) { in gptread_table()
H A Dcd9660read.c58 return (drvread(&dsk, buffer, blkno * 4, 4)); in read_iso_block()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c605 err = drvread(&gdsk.dsk, buf, lba + gdsk.dsk.start, nblk); in dskread()
645 if (drvread(&dskp->dsk, dmadat->blkbuf, lba, nb)) in vdev_read()