Searched refs:GPT_ENT_ATTR_BOOTME (Results 1 – 2 of 2) sorted by relevance
129 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTME)) in gptfind()143 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTME)) in gptfind()174 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME; in gptfind()178 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTME; in gptfind()250 if ((ent->ent_attr & (GPT_ENT_ATTR_BOOTME | in gptbootconv()
66 #define GPT_ENT_ATTR_BOOTME (1ULL << 59) macro