Searched refs:image_write (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.bin/mkimg/
H A Dimage.h43 int image_write(lba_t blk, void *buf, ssize_t len);
H A Debr.c117 error = image_write(block, ebr, 1);
H A Dapm.c108 error = image_write(0, buf, nparts + 2);
H A Dmbr.c122 error = image_write(0, mbr, 1);
H A Dpc98.c114 error = image_write(0, buf, PC98_BOOTCODESZ / secsz);
H A Dvtoc8.c105 error = image_write(0, &vtoc8, 1);
H A Dgpt.c178 error = image_write(0, pmbr, 1);
224 return (image_write(self, hdr, 1));
247 error = image_write(2, tbl, tblsz);
250 error = image_write(imgsz - (tblsz + 1), tbl, tblsz);
H A Dbsd.c124 error = image_write(0, buf, BBSIZE / secsz);
H A Dimage.c667 image_write(lba_t blk, void *buf, ssize_t len) function

Completed in 140 milliseconds