Lines Matching defs:gpbytes
145 uint64_t gpbytes, gpsectors, lba_end;
209 gpbytes = gh.gh_part_num * gh.gh_part_size;
210 gpsectors = (gpbytes + dl.d_secsize - 1) / dl.d_secsize;
266 uint64_t gpbytes;
274 gpbytes = gh.gh_part_num * gh.gh_part_size;
276 legp = calloc(1, gpbytes);
280 if (DISK_readbytes(legp, gh.gh_part_lba, gpbytes))
282 gh_part_csum = crc32((unsigned char *)legp, gpbytes);
691 uint64_t gpbytes, gpsectors;
698 gpbytes = gh.gh_part_num * gh.gh_part_size;
699 gpsectors = (gpbytes + dl.d_secsize - 1) / dl.d_secsize;
717 legp = calloc(1, gpbytes);
730 legh.gh_part_csum = htole32(crc32((unsigned char *)legp, gpbytes));
735 DISK_writebytes(legp, GPTSECTOR + 1, gpbytes))
745 DISK_writebytes(&gp, altgp, gpbytes))