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

/freebsd-13-stable/usr.bin/mkimg/
H A Dimage.h45 int image_write(lba_t blk, void *buf, ssize_t len);
H A Dapm.c100 error = image_write(0, buf, nparts + 2);
H A Debr.c109 error = image_write(block, ebr, 1);
H A Dgpt.c174 error = image_write(0, pmbr, 1);
220 return (image_write(self, hdr, 1));
243 error = image_write(2, tbl, tblsz);
246 error = image_write(imgsz - (tblsz + 1), tbl, tblsz);
H A Dmbr.c108 error = image_write(0, mbr, 1);
H A Dvtoc8.c99 error = image_write(0, &vtoc8, 1);
H A Dbsd.c119 error = image_write(0, buf, BSD_BOOTBLOCK_SIZE / secsz);
H A Dimage.c681 image_write(lba_t blk, void *buf, ssize_t len) function

Completed in 120 milliseconds