Home
last modified time | relevance | path

Searched refs:drvwrite (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/libsa/
H A Dgpt.c71 if (drvwrite(dskp, secbuf, slba, 1)) { in gptupdate()
84 if (drvwrite(dskp, secbuf, hdr->hdr_lba_self, 1)) { in gptupdate()
262 if (drvwrite(dskp, secbuf, slba, 1)) { in gptbootconv()
277 if (drvwrite(dskp, secbuf, hdr->hdr_lba_self, 1)) in gptbootconv()
/freebsd/stand/efi/gptboot/
H A Ddrv.h36 int drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk);
H A Dproto.c82 drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk) in drvwrite() function
/freebsd/stand/i386/common/
H A Ddrv.h42 int drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk);
H A Ddrv.c78 drvwrite(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk) in drvwrite() function