Home
last modified time | relevance | path

Searched refs:gp_attrs (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sbin/fdisk/
Dgpt.c298 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()
Dcmd.c513 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()
/openbsd/src/sys/sys/
Ddisklabel.h382 u_int64_t gp_attrs; /* attribute flags */ member
/openbsd/src/sys/kern/
Dsubr_disk.c645 if (letoh64(gp[i].gp_attrs) & GPTPARTATTR_REQUIRED) { in spoofgpt()