/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
OemHookStatusCodeLib.h | 2 OEM hook status code library. Platform can implement an instance to
47 @param Instance The enumeration of a hardware or software entity within the system.
50 The instance differentiates between them. An instance of 0
51 indicates that instance information is unavailable,
52 not meaningful, or not relevant. Valid instance numbers
73 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/OemHookStatusCodeLibNull/ |
OemHookStatusCodeLibNull.c | 2 Null instance of OEM Hook Status Code Library with empty functions.
39 @param Instance The enumeration of a hardware or software entity within the system.
41 The instance differentiates between them. An instance of 0 indicates that instance information is unavailable,
42 not meaningful, or not relevant. Valid instance numbers start with 1.
55 IN UINT32 Instance,
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawTestCaseUtil.hpp | 68 template<typename Instance> 72 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec) 80 return new Instance(context, m_testSpec); 93 const typename Instance::TestSpec m_testSpec;
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
thread.h | 49 static void *Instance(void *);
|
/system/vold/ |
NetlinkManager.h | 43 static NetlinkManager *Instance();
|
/external/webrtc/webrtc/base/ |
profiler.h | 59 rtc::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev) 64 rtc::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix) 67 #define PROFILE_START(msg) rtc::Profiler::Instance()->StartEvent(msg) 68 #define PROFILE_STOP(msg) rtc::Profiler::Instance()->StopEvent(msg) 129 static Profiler* Instance(); 146 Profiler::Instance()->StartEvent(event_name_); 149 Profiler::Instance()->StopEvent(event_name_);
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsDriver.c | 48 Destroy the DNS instance and recycle the resources.
50 @param[in] Instance The pointer to the DNS instance.
55 IN DNS_INSTANCE *Instance
58 ZeroMem (&Instance->Dns4CfgData, sizeof (EFI_DNS4_CONFIG_DATA));
60 ZeroMem (&Instance->Dns6CfgData, sizeof (EFI_DNS6_CONFIG_DATA));
62 if (!NetMapIsEmpty (&Instance->Dns4TxTokens)) {
63 Dns4InstanceCancelToken (Instance, NULL);
66 if (!NetMapIsEmpty (&Instance->Dns6TxTokens)) {
67 Dns6InstanceCancelToken (Instance, NULL); [all...] |
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Memory.c | 31 /* hInstance = Instance handle Returns the memory requirements and */ 32 /* allocated base addresses for the instance */ 37 /* When the function is called for free (hInstance = Instance Handle) the memory */ 41 /* hInstance Instance Handle */ 43 /* InitParams Pointer to the instance init parameters */ 56 INST_ALLOC Instance; 63 InstAlloc_Init( &Instance , LVM_NULL); 105 * Instance memory 108 InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); 110 InstAlloc_AddMember( &Instance, pInitParams->nBands * sizeof(LVM_FLOAT) ) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
ArpDriver.c | 78 // Create a MNP child instance.
261 ARP_INSTANCE_DATA *Instance;
268 Instance = NET_LIST_USER_STRUCT_S (Entry, ARP_INSTANCE_DATA, List, ARP_INSTANCE_DATA_SIGNATURE);
271 return ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
280 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
359 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
453 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
551 @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
572 ARP_INSTANCE_DATA *Instance;
583 // Allocate memory for the instance context data. [all...] |
ArpImpl.c | 32 Initialize the instance context data.
35 instance belongs to.
36 @param[out] Instance Pointer to the instance context data.
44 OUT ARP_INSTANCE_DATA *Instance
49 Instance->Signature = ARP_INSTANCE_DATA_SIGNATURE;
50 Instance->ArpService = ArpService;
52 CopyMem (&Instance->ArpProto, &mEfiArpProtocolTemplate, sizeof (Instance->ArpProto));
54 Instance->Configured = FALSE; [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/ |
SataSiI3132.c | 54 Port->Instance = SataSiI3132Instance;
90 SATA_SI3132_INSTANCE *Instance;
97 Instance = (SATA_SI3132_INSTANCE*)AllocateZeroPool (sizeof (SATA_SI3132_INSTANCE));
98 if (Instance == NULL) {
102 Instance->Signature = SATA_SII3132_SIGNATURE;
103 Instance->PciIo = PciIo;
110 SataSiI3132PortConstructor (Instance, 0);
111 SataSiI3132PortConstructor (Instance, 1);
114 Instance->AtaPassThruProtocol.Mode = AtaPassThruMode;
115 Instance->AtaPassThruProtocol.PassThru = SiI3132AtaPassThru; [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;
130 File->Instance->Media->MediaId,
167 Media = File->Instance->BlockIo->Media;
169 RootFile = File->Instance->RootFile;
237 @param[in] This A pointer to the EFI_FILE_PROTOCOL instance that is the
255 BOOTMON_FS_INSTANCE *Instance;
290 Instance = File->Instance; [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/ |
StatusCodeRuntimeDxe.c | 93 @param Instance The enumeration of a hardware or software entity within
94 the system. Valid instance numbers start with 1.
109 IN UINT32 Instance,
126 Instance,
135 Instance
142 Instance,
154 Instance,
265 Record[Index].Instance,
274 Record[Index].Instance
281 Record[Index].Instance,
[all...] |
/art/tools/ahat/src/heapdump/ |
AhatClassObj.java | 21 import com.android.tools.perflib.heap.Instance; 37 @Override void initialize(AhatSnapshot snapshot, Instance inst) { 48 Instance loader = classObj.getClassLoader(); 62 if (field.getValue() instanceof Instance) { 63 Instance ref = (Instance)field.getValue();
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/ |
AcpiPlatform.c | 28 Locate the first instance of a protocol. If the protocol requested is an
32 @param Instance Return pointer to the first instance of the protocol
41 OUT EFI_FIRMWARE_VOLUME2_PROTOCOL **Instance
108 *Instance = FvInstance;
115 // If the protocol was found, Instance already points to it.
177 INTN Instance;
184 Instance = 0;
212 Instance,
251 // Increment the instance
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Support.h | 117 Build and transmit the request packet for the Mtftp6 instance.
119 @param[in] Instance The pointer to the Mtftp6 instance.
129 IN MTFTP6_INSTANCE *Instance,
137 @param[in] Instance The pointer to the Mtftp6 instance.
148 IN MTFTP6_INSTANCE *Instance,
155 Send the packet for the Mtftp6 instance.
157 @param[in] Instance The pointer to the Mtftp6 instance. [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
AcpiPlatform.c | 36 Locate the first instance of a protocol. If the protocol requested is an
40 @param Instance Return pointer to the first instance of the protocol
49 OUT EFI_FIRMWARE_VOLUME2_PROTOCOL **Instance
113 *Instance = FvInstance;
120 // If the protocol was found, Instance already points to it.
141 @param AcpiTable Protocol instance pointer
152 INTN Instance;
160 Instance = 0;
186 Instance,
[all...] |
/external/clang/examples/PrintFunctionNames/ |
PrintFunctionNames.cpp | 27 CompilerInstance &Instance; 31 PrintFunctionsConsumer(CompilerInstance &Instance, 33 : Instance(Instance), ParsedTemplates(ParsedTemplates) {} 46 if (!Instance.getLangOpts().DelayedTemplateParsing) 70 clang::Sema &sema = Instance.getSema();
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/ |
ReportStatusCodeLibInternal.h | 47 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
51 @param Instance Status code instance number.
67 IN UINT32 Instance,
83 an instance specified by Instance and a caller ID specified by CallerId. If
95 @param Instance Status code instance number.
118 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/ |
FwBlockService.h | 38 // Fvb Protocol instance data
52 UINTN Instance;
65 IN UINTN Instance,
77 IN UINTN Instance,
89 IN UINTN Instance,
98 IN UINTN Instance,
107 IN UINTN Instance,
116 IN UINTN Instance,
142 IN UINTN Instance,
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6ConfigImpl.h | 50 #define IP6_SERVICE_FROM_IP6_CONFIG_INSTANCE(Instance) \
51 CR ((Instance), \
67 @param[in] Instance The pointer to the IP6 config instance data.
80 IN IP6_CONFIG_INSTANCE *Instance,
88 @param[in] Instance The pointer to the IP6 config instance data.
104 IN IP6_CONFIG_INSTANCE *Instance,
223 @param[in] Context The pointer to the IP6 configuration instance data.
242 @param[in] Instance Pointer to the IP6 config instance data. [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/ |
FwBlockService.h | 45 // Fvb Protocol instance data
64 UINTN Instance;
76 IN UINTN Instance,
87 IN UINTN Instance,
98 IN UINTN Instance,
106 IN UINTN Instance,
114 IN UINTN Instance,
122 IN UINTN Instance,
145 IN UINTN Instance,
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/ |
WinNtOemHookStatusCodeHandlerPei.c | 39 IN UINT32 Instance,
47 Instance,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/ |
Ppm.c | 195 OUT VOID **Instance,
202 Locate the first instance of a protocol. If the protocol requested is an
209 Instance Return pointer to the first instance of the protocol
262 Instance
268 // Not looking for the FV protocol, so find the first instance of the
280 Status = ((EFI_FIRMWARE_VOLUME2_PROTOCOL*) (*Instance))->ReadFile (*Instance,
299 // If the protocol was found, Instance already points to it.
320 INTN Instance;
[all...] |
/hardware/intel/common/wrs_omxil_core/utils/src/ |
thread.cpp | 53 ret = pthread_create(&id, NULL, Instance, this); 76 void *Thread::Instance(void *p)
|