Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A 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()
218 if (!(gpttable[curent].ent_attr & GPT_ENT_ATTR_BOOTONCE)) in gptbootfailed()
222 table_primary[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()
227 table_backup[curent].ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootfailed()
251 GPT_ENT_ATTR_BOOTONCE | in gptbootconv()
253 GPT_ENT_ATTR_BOOTONCE) { in gptbootconv()
256 ent->ent_attr &= ~GPT_ENT_ATTR_BOOTONCE; in gptbootconv()
/illumos-gate/usr/src/boot/sys/sys/
H A Dgpt.h67 #define GPT_ENT_ATTR_BOOTONCE (1ULL << 58) macro