Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dgpt.c126 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTME)) in gptfind()
140 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTME)) in gptfind()
171 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME; in gptfind()
175 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME; in gptfind()
248 if ((ent->ent_attr & (GPT_ENT_ATTR_BOOTME | in gptbootconv()
/freebsd/sys/sys/disk/
H A Dgpt.h99 #define GPT_ENT_ATTR_BOOTME (1ULL << 59) macro
/freebsd/sys/geom/part/
H A Dg_part_gpt.c776 if (entry->ent.ent_attr & GPT_ENT_ATTR_BOOTME) in g_part_gpt_dumpconf()
1166 attr |= GPT_ENT_ATTR_BOOTME; in g_part_gpt_setunset()
1170 attr |= GPT_ENT_ATTR_BOOTME; in g_part_gpt_setunset()