Lines Matching refs:This

6   This program and the accompanying materials
40 // This is needed for runtime variable access.
45 // This is the single instance supported by this driver. It
92 This is a notification function registered on EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.
116 a memory-mapped firmware volume. This function should be called
119 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
134 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
140 FvbDevice = FVB_DEVICE_FROM_THIS (This);
155 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
177 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
189 FvbDevice = FVB_DEVICE_FROM_THIS (This);
202 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
216 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
237 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
258 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
284 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL
298 (This, 5, 3, 10, 2, EFI_LBA_LIST_TERMINATOR);
317 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
329 FvbDevice = FVB_DEVICE_FROM_THIS (This);
332 VA_START (args, This);
380 VA_START (args, This);
381 PlatformFvbBlocksErased (This, args);
397 function, or else the result will be unpredictable. This
419 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
451 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
462 FvbDevice = FVB_DEVICE_FROM_THIS (This);
479 PlatformFvbDataWritten (This, Lba, Offset, *NumBytes, Buffer);
502 @param This Indicates the EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL instance.
536 IN CONST EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL *This,
546 FvbDevice = FVB_DEVICE_FROM_THIS (This);
563 PlatformFvbDataRead (This, Lba, Offset, *NumBytes, Buffer);
705 This data structure is used by the Fault Tolerant Write driver.