Home
last modified time | relevance | path

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

/openbsd/src/sbin/fdisk/
Dgpt.c178 gh.gh_part_size = letoh32(legh.gh_part_size); in get_header()
179 if (gh.gh_part_size != GPTMINPARTSIZE) { in get_header()
181 GPTMINPARTSIZE, gh.gh_part_size); in get_header()
185 if ((dl.d_secsize % gh.gh_part_size) != 0) { in get_header()
187 dl.d_secsize, gh.gh_part_size); in get_header()
209 gpbytes = gh.gh_part_num * gh.gh_part_size; in get_header()
274 gpbytes = gh.gh_part_num * gh.gh_part_size; in get_partition_table()
393 printf("gh_gh_part_size: %u (%zu)\n", gh.gh_part_size, sizeof(gp[0])); in GPT_print()
595 gh.gh_part_size = GPTMINPARTSIZE; in init_gh()
698 gpbytes = gh.gh_part_num * gh.gh_part_size; in GPT_write()
[all …]
/openbsd/src/sys/sys/
Ddisklabel.h368 u_int32_t gh_part_size; /* size per entry, shall be 128*(2**n) member
/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defidev.c336 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
Dsoftraid_riscv64.c496 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defidev.c336 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
/openbsd/src/usr.sbin/installboot/
Defi_installboot.c526 ghpartsize = letoh32(gh.gh_part_size); in findgptefisys()
Di386_installboot.c658 ghpartsize = letoh32(gh.gh_part_size); in findgptefisys()
/openbsd/src/sys/arch/amd64/stand/libsa/
Dsoftraid_amd64.c504 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defidev.c336 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
Dsoftraid_arm64.c496 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
/openbsd/src/sys/arch/amd64/stand/efiboot/
Defidev.c346 ghpartsize = letoh32(gh.gh_part_size); in findopenbsd_gpt()
/openbsd/src/sys/kern/
Dsubr_disk.c478 partsize = letoh32(ngh.gh_part_size); in gpt_get_hdr()
509 partsize = letoh32(gh->gh_part_size); in gpt_get_parts()