Home
last modified time | relevance | path

Searched refs:gh_lba_self (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/fdisk/
H A Dgpt.c164 gh.gh_lba_self = letoh64(legh.gh_lba_self); in get_header()
165 if (gh.gh_lba_self != sector) { in get_header()
167 sector, gh.gh_lba_self); in get_header()
228 if (gh.gh_lba_self == GPTSECTOR) { in get_header()
246 if (gh.gh_part_lba + gpsectors > gh.gh_lba_self) { in get_header()
248 "got %llu\n", gh.gh_lba_self, in get_header()
383 printf("gh_lba_self : %llu\n", gh.gh_lba_self); in GPT_print()
584 gh.gh_lba_self = 1; in init_gh()
708 legh.gh_lba_self = htole64(GPTSECTOR); in GPT_write()
738 legh.gh_lba_self = htole64(altgh); in GPT_write()
/openbsd/sys/sys/
H A Ddisklabel.h361 u_int64_t gh_lba_self; /* LBA of this header */ member
/openbsd/sys/kern/
H A Dsubr_disk.c534 (letoh64(gh->gh_lba_self) == GPTSECTOR) ? "Primary" : in gpt_get_parts()