Searched refs:GPT_ENT_ATTR_BOOTONCE (Results 1 – 3 of 3) sorted by relevance
128 if (!(ent->ent_attr & GPT_ENT_ATTR_BOOTONCE)) in gptfind()142 if (ent->ent_attr & GPT_ENT_ATTR_BOOTONCE) in gptfind()165 if (ent->ent_attr & GPT_ENT_ATTR_BOOTONCE) { in gptfind()216 if (!(gpttable[curent].ent_attr & GPT_ENT_ATTR_BOOTONCE)) in gptbootfailed()220 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()225 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()249 GPT_ENT_ATTR_BOOTONCE | in gptbootconv()251 GPT_ENT_ATTR_BOOTONCE) { in gptbootconv()254 ent->ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootconv()
100 #define GPT_ENT_ATTR_BOOTONCE (1ULL << 58) macro
778 if (entry->ent.ent_attr & GPT_ENT_ATTR_BOOTONCE) { in g_part_gpt_dumpconf()1168 attr |= GPT_ENT_ATTR_BOOTONCE; in g_part_gpt_setunset()