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

/freebsd-current/usr.bin/mkimg/
H A Dgpt.c216 gpt_write_hdr(struct gpt_hdr *hdr, uint64_t self, uint64_t alt, uint64_t tbl) function
274 error = gpt_write_hdr(hdr, 1, imgsz - 1, 2);
276 error = gpt_write_hdr(hdr, imgsz - 1, 1, imgsz - tblsz - 1);

Completed in 55 milliseconds