Searched defs:CreateIfNotFound (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c829 If the label Label does not already exist and CreateIfNotFound is TRUE, then it will be
831 If the label Label does not already exist and CreateIfNotFound is FALSE, then
839 @param CreateIfNotFound Specifies whether the label will be created if the label does not exists (TRUE) or not
856 IN BOOLEAN CreateIfNotFound,
861 return S3BootScriptLabel (BeforeOrAfter, CreateIfNotFound, Position, Label);
853 BootScriptLabel( IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This, IN BOOLEAN BeforeOrAfter, IN BOOLEAN CreateIfNotFound, IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL, IN CONST CHAR8 *Label ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c827 If the label Label does not already exist and CreateIfNotFound is TRUE, then it will be
829 If the label Label does not already exist and CreateIfNotFound is FALSE, then
837 @param CreateIfNotFound Specifies whether the label will be created if the label does not exists (TRUE) or not
854 IN BOOLEAN CreateIfNotFound,
859 return S3BootScriptLabel (BeforeOrAfter, CreateIfNotFound, Position, Label);
851 BootScriptLabel( IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This, IN BOOLEAN BeforeOrAfter, IN BOOLEAN CreateIfNotFound, IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL, IN CONST CHAR8 *Label ) argument
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c518 @param CreateIfNotFound Specifies whether the label will be created if the label
538 IN BOOLEAN CreateIfNotFound,
536 S3BootScriptLabel( IN BOOLEAN BeforeOrAfter, IN BOOLEAN CreateIfNotFound, IN OUT VOID **Position OPTIONAL, IN CONST CHAR8 *Label ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c2133 @param CreateIfNotFound Specifies whether the label will be created if the label
2153 IN BOOLEAN CreateIfNotFound,
2209 if (CreateIfNotFound) {
2151 S3BootScriptLabel( IN BOOLEAN BeforeOrAfter, IN BOOLEAN CreateIfNotFound, IN OUT VOID **Position OPTIONAL, IN CONST CHAR8 *Label ) argument

Completed in 36 milliseconds