Searched refs:GPT_ENT_ATTR_BOOTONCE (Results 1 – 3 of 3) sorted by relevance
131 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTONCE)) in gptfind()145 if (ent->ent_attr & GPT_ENT_ATTR_BOOTONCE) in gptfind()168 if (ent->ent_attr & GPT_ENT_ATTR_BOOTONCE) { in gptfind()219 if (!(gpttable[curent].ent_attr & GPT_ENT_ATTR_BOOTONCE)) in gptbootfailed()223 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()228 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()252 GPT_ENT_ATTR_BOOTONCE | in gptbootconv()254 GPT_ENT_ATTR_BOOTONCE) { in gptbootconv()257 ent->ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootconv()
95 #define GPT_ENT_ATTR_BOOTONCE (1ULL << 58) macro
746 if (entry->ent.ent_attr & GPT_ENT_ATTR_BOOTONCE) { in g_part_gpt_dumpconf()1133 attr |= GPT_ENT_ATTR_BOOTONCE; in g_part_gpt_setunset()