Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dgpt.c128 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()
/freebsd/sys/sys/disk/
H A Dgpt.h100 #define GPT_ENT_ATTR_BOOTONCE (1ULL << 58) macro
/freebsd/sys/geom/part/
H A Dg_part_gpt.c778 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()