Home
last modified time | relevance | path

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

/reactos/boot/environ/app/bootmgr/
H A Dbootmgr.c1339 BootEntry->Flags |= BL_APPLICATION_ENTRY_WINLOAD; in BmpPopulateBootEntryList()
1720 if (BootEntry->Flags & BL_APPLICATION_ENTRY_WINLOAD) in BmGetBootMenuPolicy()
1937 if (SelectedEntry->Flags & BL_APPLICATION_ENTRY_WINLOAD) in BmpGetSelectedBootEntry()
2441 if (BootEntry->Flags & BL_APPLICATION_ENTRY_WINLOAD) in BmpLaunchBootEntry()
2503 if (BootEntry->Flags & BL_APPLICATION_ENTRY_WINLOAD) in BmpLaunchBootEntry()
/reactos/boot/environ/include/
H A Dbl.h70 #define BL_APPLICATION_ENTRY_WINLOAD 0x04 macro