Searched refs:LOAD_OPTION_HIDDEN (Results 1 – 7 of 7) sorted by relevance
281 …if (((Option->Attribute & LOAD_OPTION_HIDDEN) != 0) || ((Option->Attribute & LOAD_OPTION_ACTIVE) =… in CallBootManager()
48 #define LOAD_OPTION_HIDDEN 0x00000008 macro
504 …if (((BootOption[Index].Attributes & LOAD_OPTION_HIDDEN) != 0) || ((BootOption[Index].Attributes &… in UpdateBootManager()
2077 #define LOAD_OPTION_HIDDEN 0x00000008 macro
303 …if (((BootOption[Index].Attributes & LOAD_OPTION_HIDDEN) != 0) || ((BootOption[Index].Attributes &… in BOpt_GetBootOptions()
281 …if (((BootOption->Attributes & LOAD_OPTION_HIDDEN) != 0) || ((BootOption->Attributes & LOAD_OPTION… in IgnoreBootOption()
2342 LOAD_OPTION_CATEGORY_APP | LOAD_OPTION_ACTIVE | LOAD_OPTION_HIDDEN, in BmRegisterBootManagerMenu()