HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 176 - 200 of 836) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
ReportStatusCode.c 107 IN UINT32 Instance,
121 Instance - Instance number
156 Status = gReportStatusCode (Type, Value, Instance, CallerId, Data);
168 Status = gRT->ReportStatusCode (Type, Value, Instance, CallerId, Data);
178 IN UINT32 Instance,
192 Instance - Instance number
220 Status = EfiLibReportStatusCode (Type, Value, Instance, CallerId, (EFI_STATUS_CODE_DATA *) ExtendedData);
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.h 213 @param[in] Instance The pointer to the Dhcp6 instance.
223 IN DHCP6_INSTANCE *Instance,
228 Set the elapsed time based on the given instance and the pointer to the
232 @param[in] Instance The pointer to the Dhcp6 instance.
237 IN DHCP6_INSTANCE *Instance
298 @param[in] Instance The pointer to DHCP6 Instance.
312 IN DHCP6_INSTANCE *Instance,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConsole.c 304 EFI_DEVICE_PATH_PROTOCOL *Instance;
345 // Check every instance of the console variable
347 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize);
348 if (Instance == NULL) {
349 DEBUG ((EFI_D_ERROR, "[Bds] No valid console instance is found for %s!\n", VarName));
357 // Find console device handle by device path instance
359 FullInstance = Instance;
362 &Instance,
395 } while (Instance != NULL);
410 the console variable. Cannot be multi-instance.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbService.c 97 0, // Instance
117 @param[in] Instance The index of the EFI_FW_VOL_INSTANCE.
124 IN UINTN Instance
129 if ( Instance >= mFvbModuleGlobal.NumFv ) {
135 // Find the right instance of the FVB private data.
138 while ( Instance > 0 ) {
142 Instance --;
155 @return EFI_FVB_ATTRIBUTES_2 of the FV identified by Instance.
161 IN UINTN Instance
165 FwInstance = GetFvbInstance(Instance);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c 72 0, // Instance
131 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] - Physical copy of instance data
133 instance data.
175 // Convert SPI_PROTOCOL instance for runtime
194 IN UINTN Instance,
205 Instance - The FV instance whose base address is going to be
208 instance data
209 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
214 EFI_INVALID_PARAMETER - Instance not found
    [all...]
  /external/eigen/bench/btl/generic_bench/
btl.hh 148 For instance: "dir1/dir2/file.ext" leads to path="dir1/dir2/" and filename="file.ext"
183 Instance.m_selectedActionNames = config[i+1].split(":");
194 Instance.tries = atoi(config[i+1].c_str());
200 Instance.overwriteResults = true;
204 Instance.checkResults = false;
208 Instance.realclock = true;
218 if (Instance.m_selectedActionNames.empty())
222 for (unsigned int i=0; i<Instance.m_selectedActionNames.size(); ++i)
223 if (name.contains(Instance.m_selectedActionNames[i]))
229 static BtlConfig Instance;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 35 DiskIo = File->Instance->DiskIo;
36 BlockIo = File->Instance->BlockIo;
91 DiskIo = File->Instance->DiskIo;
92 BlockSize = File->Instance->BlockIo->Media->BlockSize;
131 File->Instance->Media->MediaId,
168 Media = File->Instance->BlockIo->Media;
170 RootFile = File->Instance->RootFile;
238 @param[in] This A pointer to the EFI_FILE_PROTOCOL instance that is the
256 BOOTMON_FS_INSTANCE *Instance;
291 Instance = File->Instance;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c 116 @param[in] Instance Instance of FV Block services.
131 IN UINTN Instance,
185 Instance,
231 Instance,
244 Instance,
264 Instance,
277 Instance,
313 @param[in] Instance Instance of FV Block services.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c 180 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] - Physical copy of instance data
182 instance data.
217 IN UINTN Instance,
228 Instance - The FV instance whose base address is going to be
231 instance data
232 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
237 EFI_INVALID_PARAMETER - Instance not found
243 if (Instance >= Global->NumFv) {
247 // Find the right instance of the FVB private data
    [all...]
  /libcore/ojluni/src/main/java/javax/net/ssl/
KeyManagerFactory.java 152 GetInstance.Instance instance = GetInstance.getInstance local
155 return new KeyManagerFactory((KeyManagerFactorySpi)instance.impl,
156 instance.provider, algorithm);
196 GetInstance.Instance instance = GetInstance.getInstance local
199 return new KeyManagerFactory((KeyManagerFactorySpi)instance.impl,
200 instance.provider, algorithm);
218 * @param provider an instance of the provider.
233 GetInstance.Instance instance = GetInstance.getInstanc local
    [all...]
TrustManagerFactory.java 154 GetInstance.Instance instance = GetInstance.getInstance local
157 return new TrustManagerFactory((TrustManagerFactorySpi)instance.impl,
158 instance.provider, algorithm);
198 GetInstance.Instance instance = GetInstance.getInstance local
201 return new TrustManagerFactory((TrustManagerFactorySpi)instance.impl,
202 instance.provider, algorithm);
220 * @param provider an instance of the provider.
235 GetInstance.Instance instance = GetInstance.getInstanc local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/
StatusCode.h 42 IN UINT32 Instance,
59 Instance - The enumeration of a hardware or software entity within
60 the system. Valid instance numbers start with 1.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/StatusCode/
StatusCode.h 38 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmStatusCode/
SmmStatusCode.h 49 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
ReportStatusCode.c 30 IN UINT32 Instance,
106 Instance
143 Instance
152 Instance
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuIoThunk.h 43 UINT16 Instance;
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DevicePathTextLib.c 2 Null Platform Hook Library instance.
62 CatPrint (Str, L"EmuGraphics(%d)", Vendor->Instance);
66 CatPrint (Str, L"EmuFs(%d)", Vendor->Instance);
70 CatPrint (Str, L"EmuBlk(%d)", Vendor->Instance);
156 Vendor->Instance = (UINT32) StrDecimalToUintn (Str);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
StatusCodeRuntimeDxe.h 68 @param Instance The enumeration of a hardware or software entity within
69 the system. Valid instance numbers start with 1.
84 IN UINT32 Instance,
119 @param Instance The enumeration of a hardware or software entity within
120 the system. Valid instance numbers start with 1.
135 IN UINT32 Instance,
159 @param Instance The enumeration of a hardware or software entity within
160 the system. Valid instance numbers start with 1.
169 IN UINT32 Instance
192 @param Instance The enumeration of a hardware or software entity within
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
PlatformLogo.h 45 @param This The pointer to this protocol instance.
46 @param Instance The visible image instance is found.
63 IN OUT UINT32 *Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Logo/
Logo.c 44 @param This The pointer to this protocol instance.
45 @param Instance The visible image instance is found.
58 IN OUT UINT32 *Instance,
66 if (Instance == NULL || Image == NULL ||
71 Current = *Instance;
76 (*Instance)++;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.h 116 // ARP instance context data structure.
181 ARP_INSTANCE_DATA *Instance;
229 This function is used to assign a station address to the ARP cache for this instance
232 Each ARP instance has one station address. The EFI_ARP_PROTOCOL driver will
234 this function with the ConfigData field set to NULL will reset this ARP instance.
236 Once a protocol type and station address have been assigned to this ARP instance,
238 the protocol type or station address to a configured ARP instance will result in errors.
240 @param This Pointer to the EFI_ARP_PROTOCOL instance.
277 @param This Pointer to the EFI_ARP_PROTOCOL instance.
305 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ReportStatusCodeHandler.h 29 IN UINT32 Instance,
SmmReportStatusCodeHandler.h 28 IN UINT32 Instance,
SmmStatusCode.h 37 @param[in] This Points to this instance of the EFI_SMM_STATUS_CODE_PROTOCOL.
40 @param[in] Instance The enumeration of a hardware or software entity within the system.
53 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/
Nt32OemHookStatusCodeLib.c 91 @param Instance The enumeration of a hardware or software entity within the system.
93 The instance differentiates between them. An instance of 0 indicates that instance information is unavailable,
94 not meaningful, or not relevant. Valid instance numbers start with 1.
112 IN UINT32 Instance,
176 Instance
212 Instance
221 Instance

Completed in 1051 milliseconds

1 2 3 4 5 6 78 91011>>