Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libsa/
Dgpt.c131 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()
/freebsd-12-stable/sys/sys/disk/
Dgpt.h95 #define GPT_ENT_ATTR_BOOTONCE (1ULL << 58) macro
/freebsd-12-stable/sys/geom/part/
Dg_part_gpt.c746 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()