Searched refs:GPT_PRIMARY_PARTITION_TABLE_LBA (Results 1 – 2 of 2) sorted by relevance
675 GPT_PRIMARY_PARTITION_TABLE_LBA, in gpt_verify_headers()751 is_gpt1_valid = is_gpt_valid(dev_desc, GPT_PRIMARY_PARTITION_TABLE_LBA, in gpt_repair_headers()871 gpt_h = buf + (GPT_PRIMARY_PARTITION_TABLE_LBA * in is_valid_gpt_buf()873 if (validate_gpt_header(gpt_h, GPT_PRIMARY_PARTITION_TABLE_LBA, in is_valid_gpt_buf()898 gpt_h = buf + (GPT_PRIMARY_PARTITION_TABLE_LBA * in write_mbr_and_gpt_partitions()918 lba = GPT_PRIMARY_PARTITION_TABLE_LBA; in write_mbr_and_gpt_partitions()1083 r = is_gpt_valid(dev_desc, GPT_PRIMARY_PARTITION_TABLE_LBA, gpt_head, in find_valid_gpt()
31 #define GPT_PRIMARY_PARTITION_TABLE_LBA 1ULL macro
Completed in 8 milliseconds