Home
last modified time | relevance | path

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

/openbsd/sbin/fdisk/
H A Dgpt.c296 gp[pn].gp_lba_start = letoh64(legp[pn].gp_lba_start); in get_partition_table()
443 start = gp[pn].gp_lba_start; in GPT_print_part()
540 gp[pn].gp_lba_start = start; in add_partition()
724 legp[pn].gp_lba_start = htole64(gp[pn].gp_lba_start); in GPT_write()
766 o1 = p1->gp_lba_start; in gp_lba_start_cmp()
767 o2 = p2->gp_lba_start; in gp_lba_start_cmp()
819 nextbs = sgp[i]->gp_lba_start; in lba_free()
855 bs = gp[pn].gp_lba_start; in GPT_get_lba_start()
875 gp[pn].gp_lba_start = bs; in GPT_get_lba_start()
891 bs = gp[pn].gp_lba_start; in GPT_get_lba_end()
[all …]
/openbsd/sys/sys/
H A Ddisklabel.h379 u_int64_t gp_lba_start; /* starting LBA of this partition */ member
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defidev.c368 lba = letoh64(gp.gp_lba_start); in findopenbsd_gpt()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defidev.c368 lba = letoh64(gp.gp_lba_start); in findopenbsd_gpt()
H A Dsoftraid_riscv64.c527 return (letoh64(gp.gp_lba_start)); in findopenbsd_gpt()
/openbsd/usr.sbin/installboot/
H A Defi_installboot.c550 start = letoh64(gp[i].gp_lba_start); in findgptefisys()
H A Di386_installboot.c682 start = letoh64(gp[i].gp_lba_start); in findgptefisys()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dsoftraid_amd64.c535 return (letoh64(gp.gp_lba_start)); in findopenbsd_gpt()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dsoftraid_arm64.c527 return (letoh64(gp.gp_lba_start)); in findopenbsd_gpt()
H A Defidev.c368 lba = letoh64(gp.gp_lba_start); in findopenbsd_gpt()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defidev.c378 lba = letoh64(gp.gp_lba_start); in findopenbsd_gpt()
/openbsd/sys/kern/
H A Dsubr_disk.c651 start = letoh64(gp[i].gp_lba_start); in spoofgpt()