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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c656 NULL then that position is after the last opcode in the table (BeforeOrAfter is FALSE) or before
657 the first opcode in the table (BeforeOrAfter is TRUE). The position which is pointed to by
661 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
666 inserted, either before or after, depending on BeforeOrAfter. On exit, specifies
681 IN BOOLEAN BeforeOrAfter,
803 Status = S3BootScriptMoveLastOpcode (BeforeOrAfter, Position);
818 @param BeforeOrAfter Specifies whether the label is stored before (TRUE) or after (FALSE) the position in
825 either before or after, depending on BeforeOrAfter. On exit, specifies the position
838 IN BOOLEAN BeforeOrAfter,
844 return S3BootScriptLabel (BeforeOrAfter, CreateIfNotFoun
679 BootScriptInsert( IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This, IN BOOLEAN BeforeOrAfter, IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL, IN UINT16 OpCode, ... ) argument
836 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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c654 NULL then that position is after the last opcode in the table (BeforeOrAfter is FALSE) or before
655 the first opcode in the table (BeforeOrAfter is TRUE). The position which is pointed to by
659 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
664 inserted, either before or after, depending on BeforeOrAfter. On exit, specifies
679 IN BOOLEAN BeforeOrAfter,
801 Status = S3BootScriptMoveLastOpcode (BeforeOrAfter, Position);
816 @param BeforeOrAfter Specifies whether the label is stored before (TRUE) or after (FALSE) the position in
823 either before or after, depending on BeforeOrAfter. On exit, specifies the position
836 IN BOOLEAN BeforeOrAfter,
842 return S3BootScriptLabel (BeforeOrAfter, CreateIfNotFoun
677 BootScriptInsert( IN CONST EFI_S3_SAVE_STATE_PROTOCOL *This, IN BOOLEAN BeforeOrAfter, IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL, IN UINT16 OpCode, ... ) argument
834 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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c486 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
491 inserted, either before or after, depending on BeforeOrAfter. On exit, specifies
501 IN BOOLEAN BeforeOrAfter,
510 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE)
517 depending on BeforeOrAfter. On exit, specifies the position
532 IN BOOLEAN BeforeOrAfter,
500 S3BootScriptMoveLastOpcode( IN BOOLEAN BeforeOrAfter, IN OUT VOID **Position OPTIONAL ) argument
531 S3BootScriptLabel( IN BOOLEAN BeforeOrAfter, IN BOOLEAN CreateIfNotFound, IN OUT VOID **Position OPTIONAL, IN CONST CHAR8 *Label ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c1666 inserted, either before or after, depending on BeforeOrAfter.
1667 @param BeforeOrAfter The flag to indicate to insert the nod before or after the position.
1675 IN BOOLEAN BeforeOrAfter OPTIONAL,
1695 // If the BeforeOrAfter is FALSE, that means to insert the node right after the node.
1697 if (!BeforeOrAfter) {
1711 if (!BeforeOrAfter) {
1729 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
1734 inserted, either before or after, depending on BeforeOrAfter. On exit, specifies
1744 IN BOOLEAN BeforeOrAfter,
1799 BeforeOrAfter,
1743 S3BootScriptMoveLastOpcode( IN BOOLEAN BeforeOrAfter, IN OUT VOID **Position OPTIONAL ) argument
1834 S3BootScriptLabelInternal( IN BOOLEAN BeforeOrAfter, IN OUT VOID **Position OPTIONAL, IN UINT32 InformationLength, IN CONST CHAR8 *Information ) argument
1894 S3BootScriptLabel( IN BOOLEAN BeforeOrAfter, IN BOOLEAN CreateIfNotFound, IN OUT VOID **Position OPTIONAL, IN CONST CHAR8 *Label ) argument
[all...]

Completed in 41 milliseconds