Searched refs:gh_part_lba (Results 1 – 12 of 12) sorted by relevance
227 gh.gh_part_lba = letoh64(legh.gh_part_lba); in get_header()229 if (gh.gh_part_lba <= GPTSECTOR) { in get_header()231 "got %llu\n", GPTSECTOR, gh.gh_part_lba); in get_header()237 gh.gh_part_lba + gpsectors); in get_header()241 if (gh.gh_part_lba <= gh.gh_lba_end) { in get_header()249 gh.gh_part_lba + gpsectors); in get_header()272 gh.gh_part_lba); in get_partition_table()280 if (DISK_readbytes(legp, gh.gh_part_lba, gpbytes)) in get_partition_table()593 gh.gh_part_lba = 2; in init_gh()713 legh.gh_part_lba = htole64(GPTSECTOR + 1); in GPT_write()[all …]
366 u_int64_t gh_part_lba; /* starting LBA of GPT partition entries */ member
335 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
495 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
525 off = letoh64(gh.gh_part_lba) * dl->d_secsize; in findgptefisys()
657 off = letoh64(gh.gh_part_lba) * dl->d_secsize; in findgptefisys()
503 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
345 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
507 partlba = letoh64(gh->gh_part_lba); in gpt_get_parts()