Searched refs:gp_attrs (Results 1 – 4 of 4) sorted by relevance
298 gp[pn].gp_attrs = letoh64(legp[pn].gp_attrs); in get_partition_table()458 attrs = gp[pn].gp_attrs; in GPT_print_part()616 (gp[pn].gp_attrs & GPTPARTATTR_REQUIRED)) in init_gp()726 legp[pn].gp_attrs = htole64(gp[pn].gp_attrs); in GPT_write()
513 gp[pn].gp_attrs = val; in Xflag()521 gp[i].gp_attrs = GPTPARTATTR_BOOTABLE; in Xflag()523 gp[i].gp_attrs &= ~GPTPARTATTR_BOOTABLE; in Xflag()
382 u_int64_t gp_attrs; /* attribute flags */ member
645 if (letoh64(gp[i].gp_attrs) & GPTPARTATTR_REQUIRED) { in spoofgpt()