Home
last modified time | relevance | path

Searched refs:gh_part_lba (Results 1 – 12 of 12) sorted by relevance

/openbsd/sbin/fdisk/
H A Dgpt.c227 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 …]
/openbsd/sys/sys/
H A Ddisklabel.h366 u_int64_t gh_part_lba; /* starting LBA of GPT partition entries */ member
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defidev.c335 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defidev.c335 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
H A Dsoftraid_riscv64.c495 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
/openbsd/usr.sbin/installboot/
H A Defi_installboot.c525 off = letoh64(gh.gh_part_lba) * dl->d_secsize; in findgptefisys()
H A Di386_installboot.c657 off = letoh64(gh.gh_part_lba) * dl->d_secsize; in findgptefisys()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dsoftraid_amd64.c503 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dsoftraid_arm64.c495 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
H A Defidev.c335 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defidev.c345 lba = letoh64(gh.gh_part_lba); in findopenbsd_gpt()
/openbsd/sys/kern/
H A Dsubr_disk.c507 partlba = letoh64(gh->gh_part_lba); in gpt_get_parts()