Lines Matching refs:Instance
113 IN UINTN Instance,
123 Instance - The FV instance whose base address is going to be
126 instance data
127 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
131 EFI_INVALID_PARAMETER - Instance not found
138 if (Instance >= Global->NumFv) {
142 // Find the right instance of the FVB private data
145 while (Instance > 0) {
151 Instance--;
161 IN UINTN Instance,
171 Instance - The FV instance whose base address is going to be
177 instance data
181 EFI_INVALID_PARAMETER - Instance not found
189 // Find the right instance of the FVB private data
191 Status = GetFvbInstance (Instance, Global, &FwhInstance);
200 IN UINTN Instance,
211 Instance - The FV instance whose attributes is going to be
215 instance data
219 EFI_INVALID_PARAMETER - Instance not found
227 // Find the right instance of the FVB private data
229 Status = GetFvbInstance (Instance, Global, &FwhInstance);
238 IN UINTN Instance,
251 Instance - The FV instance which the Lba belongs to
261 instance data
265 EFI_INVALID_PARAMETER - Instance not found
279 // Find the right instance of the FVB private data
281 Status = GetFvbInstance (Instance, Global, &FwhInstance);
329 IN UINTN Instance,
340 Instance - The FV instance whose attributes is going to be
347 instance data
352 EFI_INVALID_PARAMETER - Instance not found, or The attributes requested are
368 // Find the right instance of the FVB private data
370 Status = GetFvbInstance (Instance, Global, &FwhInstance);
489 return FvbGetPhysicalAddress (FvbDevice->Instance, Address,
527 FvbDevice->Instance,
560 return FvbGetVolumeAttributes (FvbDevice->Instance, Attributes,
588 return FvbSetVolumeAttributes (FvbDevice->Instance, Attributes,
634 Status = GetFvbInstance (FvbDevice->Instance, mFvbModuleGlobal,
1051 // Add a FVB Protocol Instance
1058 FvbDevice->Instance = mFvbModuleGlobal->NumFv;