Home
last modified time | relevance | path

Searched refs:PBOOT_APPLICATION_PARAMETER_BLOCK (Results 1 – 7 of 7) sorted by relevance

/reactos/boot/environ/lib/
H A Dbootlib.c18 PBOOT_APPLICATION_PARAMETER_BLOCK BlpApplicationParameters;
45 _In_ PBOOT_APPLICATION_PARAMETER_BLOCK BootAppParameters, in InitializeLibrary()
356 _In_ PBOOT_APPLICATION_PARAMETER_BLOCK BootAppParameters, in BlInitializeLibrary()
/reactos/boot/environ/app/bootmgr/
H A Dbootmgr.h67 _In_ PBOOT_APPLICATION_PARAMETER_BLOCK BootParameters
H A Defiemu.c861 PBOOT_APPLICATION_PARAMETER_BLOCK
990 return (PBOOT_APPLICATION_PARAMETER_BLOCK)&EfiInitScratch; in EfiInitCreateInputParametersEx()
1016 PBOOT_APPLICATION_PARAMETER_BLOCK BootParameters; in EfiEntry()
H A Dbootmgr.c2737 _In_ PBOOT_APPLICATION_PARAMETER_BLOCK BootParameters in BmMain()
/reactos/boot/environ/lib/misc/
H A Dimage.c26 PBOOT_APPLICATION_PARAMETER_BLOCK BootApp32Parameters;
1672 PBOOT_APPLICATION_PARAMETER_BLOCK ParameterBlock;
1731 ParameterBlock = (PBOOT_APPLICATION_PARAMETER_BLOCK)ImageParameters->Buffer;
/reactos/boot/environ/app/rosload/
H A Drosload.c1056 _In_ PBOOT_APPLICATION_PARAMETER_BLOCK BootParameters in OslMain()
/reactos/boot/environ/include/
H A Dbl.h795 } BOOT_APPLICATION_PARAMETER_BLOCK, *PBOOT_APPLICATION_PARAMETER_BLOCK; typedef
1399 _In_ PBOOT_APPLICATION_PARAMETER_BLOCK BootAppParameters,