Lines Matching refs:Position
65 The opcode is inserted before or after the specified position in the boot script table. If Position is
66 NULL then that position is after the last opcode in the table (BeforeOrAfter is TRUE) or before
67 the first opcode in the table (BeforeOrAfter is FALSE). The position which is pointed to by
68 Position upon return can be used for subsequent insertions.
78 @param[in] BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
79 in the boot script table specified by Position. If Position is NULL or points to
82 @param[in, out] Position On entry, specifies the position in the boot script table where the opcode will be
84 the position of the inserted opcode in the boot script table.
92 @retval EFI_INVALID_PARAMETER The Position is not a valid position in the boot script table.
100 IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
109 position of the Label is returned in *Position and EFI_SUCCESS is returned.
111 created before or after the specified position and EFI_SUCCESS is returned.
116 @param[in] BeforeOrAfter Specifies whether the label is stored before (TRUE) or after (FALSE) the position in
117 the boot script table specified by Position. If Position is NULL or points to
121 @param[in, out] Position On entry, specifies the position in the boot script table where the label will be inserted,
122 either before or after, depending on BeforeOrAfter. On exit, specifies the position
129 @retval EFI_INVALID_PARAMETER The Position is not a valid position in the boot script table.
138 IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
143 Compare two positions in the boot script table and return their relative position.
155 @retval EFI_INVALID_PARAMETER The Position1 or Position2 is not a valid position in the boot script table.