Home | History | Annotate | Download | only in BaseS3BootScriptLibNull

Lines Matching refs:Position

489   Move the last boot script entry to the position 

491 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
492 in the boot script table specified by Position. If Position is NULL or points to
495 @param Position On entry, specifies the position in the boot script table where the opcode will be
497 the position of the inserted opcode in the boot script table.
500 @retval RETURN_INVALID_PARAMETER The Position is not a valid position in the boot script table.
507 IN OUT VOID **Position OPTIONAL
516 or after (FALSE) the position in the boot script table
517 specified by Position.
520 @param Position On entry, specifies the position in the boot script table
522 depending on BeforeOrAfter. On exit, specifies the position
539 IN OUT VOID **Position OPTIONAL,
546 Compare two positions in the boot script table and return their relative position.