Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/
H A Dbootlib.c93 if (AppEntry->Flags & BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL) in InitializeLibrary()
96 AppEntry->Flags &= ~BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL; in InitializeLibrary()
447 if (AppEntry->Flags & BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL) in BlDestroyBootEntry()
/reactos/boot/environ/lib/misc/
H A Dbcdopt.c786 if (AppEntry->Flags & BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL) in BlAppendBootOptions()
796 AppEntry->Flags |= BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL; in BlAppendBootOptions()
840 if (AppEntry->Flags & BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL) in BlReplaceBootOptions()
847 AppEntry->Flags &= ~(BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL | in BlReplaceBootOptions()
868 AppEntry->Flags |= BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL; in BlReplaceBootOptions()
/reactos/boot/environ/include/
H A Dbl.h69 #define BL_APPLICATION_ENTRY_BCD_OPTIONS_INTERNAL 0x02 macro