HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 126 - 150 of 587) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c 132 "MnpAllocNbuf: The maximum NET_BUF size is reached for MNP driver instance %p.\n",
299 "MnpAllocTxBuf: The maximum TxBuf size is reached for MNP driver instance %p.\n",
895 MNP_INSTANCE_DATA *Instance;
899 Instance = CR (Entry, MNP_INSTANCE_DATA, InstEntry, MNP_INSTANCE_DATA_SIGNATURE);
900 return ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
968 Initialize the mnp instance context data.
971 @param[in, out] Instance Pointer to the mnp instance context data
978 IN OUT MNP_INSTANCE_DATA *Instance
982 ASSERT (Instance != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
SerialStatusCodeWorker.c 26 @param Instance The enumeration of a hardware or software entity within
28 pairing. The instance differentiates between them. An instance of 0 indicates
29 that instance information is unavailable, not meaningful, or not relevant.
30 Valid instance numbers start with 1.
45 IN UINT32 Instance,
95 Instance
132 Instance
156 Instance
MemoryStausCodeWorker.c 63 @param Instance The enumeration of a hardware or software entity within
65 pairing. The instance differentiates between them. An instance of 0 indicates
66 that instance information is unavailable, not meaningful, or not relevant.
67 Valid instance numbers start with 1.
82 IN UINT32 Instance,
106 Record->Instance = Instance;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
SerialStatusCodeWorker.c 24 @param Instance The enumeration of a hardware or software entity within
25 the system. Valid instance numbers start with 1.
41 IN UINT32 Instance,
91 Instance
127 Instance
151 Instance
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
SerialStatusCodeWorker.c 24 @param Instance The enumeration of a hardware or software entity within
25 the system. Valid instance numbers start with 1.
41 IN UINT32 Instance,
91 Instance
127 Instance
151 Instance
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
StatusCode.h 36 @param Instance The enumeration of a hardware or software entity within
37 the system. Valid instance numbers start with 1.
52 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformHelperPei.c 60 UINTN Instance;
76 for (Instance = 0; !EFI_ERROR((PeiServicesFfsFindNextVolume (Instance, &VolumeHandle))); Instance++) {
  /libcore/ojluni/src/main/java/java/security/cert/
CertPathBuilder.java 38 import sun.security.jca.GetInstance.Instance;
101 * access a single {@code CertPathBuilder} instance concurrently should
103 * threads each manipulating a different {@code CertPathBuilder} instance
173 Instance instance = GetInstance.getInstance("CertPathBuilder", local
175 return new CertPathBuilder((CertPathBuilderSpi)instance.impl,
176 instance.provider, algorithm);
216 Instance instance = GetInstance.getInstance("CertPathBuilder", local
218 return new CertPathBuilder((CertPathBuilderSpi)instance.impl
253 Instance instance = GetInstance.getInstance("CertPathBuilder", local
    [all...]
CertPathValidator.java 38 import sun.security.jca.GetInstance.Instance;
101 * access a single {@code CertPathValidator} instance concurrently should
104 * instance need not synchronize.
172 Instance instance = GetInstance.getInstance("CertPathValidator", local
174 return new CertPathValidator((CertPathValidatorSpi)instance.impl,
175 instance.provider, algorithm);
216 Instance instance = GetInstance.getInstance("CertPathValidator", local
218 return new CertPathValidator((CertPathValidatorSpi)instance.impl
253 Instance instance = GetInstance.getInstance("CertPathValidator", local
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 280 Cancel DNS4 tokens from the DNS4 instance.
282 @param[in] Instance Pointer to the DNS instance context data.
284 tokens in this instance will be cancelled.
293 IN DNS_INSTANCE *Instance,
303 Status = GetDns4TokenEntry (&Instance->Dns4TxTokens, Token, &TokenEntry);
314 Status = NetMapIterate (&Instance->Dns4TxTokens, Dns4CancelTokens, TokenEntry);
321 if (NetMapIsEmpty (&Instance->Dns4TxTokens)) {
322 Instance->UdpIo->Protocol.Udp4->Cancel (Instance->UdpIo->Protocol.Udp4, &Instance->UdpIo->RecvRequest->Token.Udp4);
    [all...]
  /cts/suite/audio_quality/test/
LogTest.cpp 31 Log::LogLevel level = Log::Instance()->getLogLevel();
35 Log::Instance()->setLogLevel(Log::ELogV);
56 Log::Instance()->setLogLevel(level);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
StatusCodePei.h 46 @param Instance The enumeration of a hardware or software entity within
48 pairing. The instance differentiates between them. An instance of 0 indicates
49 that instance information is unavailable, not meaningful, or not relevant.
50 Valid instance numbers start with 1.
63 IN UINT32 Instance,
92 @param Instance The enumeration of a hardware or software entity within
94 pairing. The instance differentiates between them. An instance of 0 indicates
95 that instance information is unavailable, not meaningful, or not relevant.
    [all...]
  /libcore/ojluni/src/main/java/sun/security/jca/
GetInstance.java 47 * Static inner class representing a newly created instance.
49 public static final class Instance {
53 private Instance(Provider provider, Object impl) {
152 public static Instance getInstance(String type, Class<?> clazz,
184 public static Instance getInstance(String type, Class<?> clazz,
203 public static Instance getInstance(String type, Class<?> clazz,
209 public static Instance getInstance(String type, Class<?> clazz,
215 public static Instance getInstance(String type, Class<?> clazz,
221 public static Instance getInstance(String type, Class<?> clazz,
234 public static Instance getInstance(Service s, Class<?> clazz
236 Object instance = s.newInstance(null); local
243 Object instance = s.newInstance(param); local
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FWBlockService.c 92 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] - Physical copy of instance data
94 instance data.
131 IN UINTN Instance,
142 Instance - The FV instance whose base address is going to be
145 instance data
146 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
151 EFI_INVALID_PARAMETER - Instance not found
157 if (Instance >= Global->NumFv) {
161 // Find the right instance of the FVB private data
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c 132 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] - Physical copy of instance data
134 instance data.
172 IN UINTN Instance,
183 Instance - The FV instance whose base address is going to be
186 instance data
187 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
192 EFI_INVALID_PARAMETER - Instance not found
198 if (Instance >= Global->NumFv) {
202 // Find the right instance of the FVB private data
    [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...]
  /cts/suite/audio_quality/lib/src/
Report.cpp 26 Report* Report::Instance(const char* dirName)
62 Settings::Instance()->addSetting(Settings::EREPORT_FILE, report);
110 Settings::Instance()->getSetting(Settings::EREPORT_TIME).string());
113 printf(" %s", Settings::Instance()->getSetting(Settings::EDEVICE_INFO).string());
116 Settings::Instance()->getSetting(Settings::ETEST_XML).string());
  /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/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/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...]

Completed in 372 milliseconds

1 2 3 4 56 7 8 91011>>