Home
last modified time | relevance | path

Searched refs:ent_lba_start (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/arch/i386/stand/bootxx/
Dboot1.c281 bootme_lba = le64toh(ent->ent_lba_start); in gpt_lookup()
286 firstpart_lba = le64toh(ent->ent_lba_start); in gpt_lookup()
289 bootable_lba = le64toh(ent->ent_lba_start); in gpt_lookup()
/netbsd/src/sbin/gpt/
Drestore.c147 &ent.ent_lba_start)); in restore_ent()
148 ent.ent_lba_start = htole64(ent.ent_lba_start); in restore_ent()
Dmigrate.c224 ent->ent_lba_start = htole64((uint64_t)ofs); in migrate_disklabel()
319 ent->ent_lba_start = htole64((uint64_t)start); in migrate()
Dadd.c75 ent->ent_lba_start = htole64((uint64_t)map->map_start); in ent_set()
Dbackup.c176 le64toh(ent->ent_lba_start))); in store_tbl()
Dgpt.c453 le64toh((uint64_t)ent->ent_lba_start) + 1LL); in gpt_gpt()
460 (uintmax_t)le64toh(ent->ent_lba_start), in gpt_gpt()
463 m = map_add(gpt, (off_t)le64toh((uint64_t)ent->ent_lba_start), in gpt_gpt()
/netbsd/src/sys/sys/
Ddisklabel_gpt.h79 uint64_t ent_lba_start; /* start of partition */ member
/netbsd/src/sys/dev/dkwedge/
Ddkwedge_gpt.c256 dkw.dkw_offset = le64toh(ent->ent_lba_start); in dkwedge_discover_gpt()
/netbsd/src/sys/arch/i386/stand/lib/
Dbiosdisk.c419 d->part[j].offset = ep[i].ent_lba_start; in check_gpt()
421 ep[i].ent_lba_start + 1; in check_gpt()