HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 326 - 350 of 656) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.h 32 /// Dns instance block
116 Destroy the DNS instance and recycle the resources.
118 @param[in] Instance The pointer to the DNS instance.
123 IN DNS_INSTANCE *Instance
127 Create the DNS instance and initialize it.
130 @param[out] Instance The pointer to the DNS instance.
133 @retval EFI_SUCCESS The DNS instance is created.
139 OUT DNS_INSTANCE **Instance
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbService.h 78 // Fvb Protocol instance data.
97 UINTN Instance;
169 IN UINTN Instance
  /external/skia/src/gpu/instanced/
InstancedOp.h 51 Instance fInstance;
57 Instance& getSingleInstance() const { return this->getSingleDraw().fInstance; }
  /system/vold/
TrimTask.cpp 53 VolumeManager* vm = VolumeManager::Instance();
109 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(
NetlinkManager.cpp 38 NetlinkManager *NetlinkManager::Instance() {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 105 IN LCD_INSTANCE* Instance
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsInternal.h 50 BOOTMON_FS_INSTANCE *Instance;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ebc/
RuntimeLib.c 258 IN UINT32 Instance,
274 Instance - Instance Number of this status code.
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
EmuBusDriverDxe.c 242 if (CompareGuid (&Node->VendorDevicePath.Guid, EmuIoThunk->Protocol) && Node->Instance == EmuIoThunk->Instance) {
251 // Allocate instance structure, and fill in parent information.
270 EmuIoThunk->Instance
453 InstanceNumber - Instance number to use in the vendor device path. This
480 // Add an instance number so we can make sure there are no Device Path
483 DevicePath.Instance = InstanceNumber;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
ReportStatusCodeLib.c 2 API implementation for instance of Report Status Code Library.
212 @param Instance Status code instance number.
228 IN UINT32 Instance,
247 return mReportStatusCodeLibStatusCodeProtocol->ReportStatusCode (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
444 code also require an instance, caller ID, and extended data. This function
445 passed in a zero instance, NULL extended data, and a caller ID of
480 instance and a caller ID of gEfiCallerIdGuid.
528 with a zero instance and a caller ID of gEfiCallerIdGuid.
585 an instance specified by Instance and a caller ID specified by CallerId. If
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/
PeiServicesLib.c 81 This service enables PEIMs to discover a given instance of an interface.
85 @param Instance The N-th instance of the interface that is required.
86 @param PpiDescriptor A pointer to instance of the EFI_PEI_PPI_DESCRIPTOR.
87 @param Ppi A pointer to the instance of the interface.
97 IN UINTN Instance,
105 return (*PeiServices)->LocatePpi (PeiServices, Guid, Instance, PpiDescriptor, Ppi);
227 @param Instance This instance of the firmware volume to find. The
240 IN UINTN Instance,
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 62 UINT32 Instance;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.h 23 instance represents a seperate hardware device.
184 UINT32 Instance;
  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 145 m_clkid = BtlConfig::Instance.realclock ? CLOCK_REALTIME : CLOCK_PROCESS_CPUTIME_ID;
  /external/webrtc/webrtc/base/
messagequeue.cc 37 MessageQueueManager* MessageQueueManager::Instance() {
56 return Instance()->AddInternal(message_queue);
70 // If there isn't a message queue manager instance, then there isn't a queue
73 return Instance()->RemoveInternal(message_queue);
101 // If there isn't a message queue manager instance, then there aren't any
104 return Instance()->ClearInternal(handler);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 204 DriverBinding - A Driver Binding Protocol instance that this driver is producing
244 DriverBinding - A Driver Binding Protocol instance that this driver is producing
249 ComponentName - A Component Name Protocol instance that this driver is producing
251 DriverConfiguration - A Driver Configuration Protocol instance that this driver is producing
253 DriverDiagnostics - A Driver Diagnostics Protocol instance that this driver is producing
290 DriverBinding - A Driver Binding Protocol instance that this driver is producing
295 ComponentName2 - A Component Name2 Protocol instance that this driver is producing
297 DriverConfiguration2- A Driver Configuration2 Protocol instance that this driver is producing
299 DriverDiagnostics2 - A Driver Diagnostics2 Protocol instance that this driver is producing
368 Return TRUE is this is a multi instance device path.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h 413 VOID *Instance; \
416 if (!EFI_ERROR (gBS->LocateProtocol ((EFI_GUID *)Guid, NULL, &Instance))) { \
420 if (!EFI_ERROR (gBS->HandleProtocol (Handle, (EFI_GUID *)Guid, &Instance))) { \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/
BsDataHubStatusCode.c 156 IN UINT32 Instance,
213 Record->Instance = Instance;
275 Event - Instance of the EFI_EVENT to signal whenever data is
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/
PeiServicesLib.c 88 This service enables PEIMs to discover a given instance of an interface.
95 @param Instance The N-th instance of the interface that is required.
96 @param PpiDescriptor A pointer to instance of the EFI_PEI_PPI_DESCRIPTOR.
97 @param Ppi A pointer to the instance of the interface.
107 IN UINTN Instance,
114 if (Instance != 0) {
247 @param Instance This instance of the firmware volume to find. The
260 IN UINTN Instance,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DataHubStatusCodeWorker.c 165 @param Instance The enumeration of a hardware or software entity within
166 the system. Valid instance numbers start with 1.
183 IN UINT32 Instance,
215 Record->Instance = Instance;
257 @param Event Instance of the EFI_EVENT to signal whenever data is
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
DataHubStatusCodeWorker.c 165 @param Instance The enumeration of a hardware or software entity within
166 the system. Valid instance numbers start with 1.
182 IN UINT32 Instance,
229 Record->Instance = Instance;
271 @param Event Instance of the EFI_EVENT to signal whenever data is
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
IsaBusDxe.c 25 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
58 VOID *Instance;
63 &Instance,
84 &Instance,
113 @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
172 @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
262 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
344 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
422 // ISA Bus Driver Binding Protocol Instance
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
FsAccess.c 25 @param[in] FsHandle - Handle for a gEfiSimpleFileSystemProtocolGuid instance
221 @param[in] FsHandle - Handle for a gEfiSimpleFileSystemProtocolGuid instance
315 @param[in] FsHandle - Handle for a gEfiSimpleFileSystemProtocolGuid instance
392 EFI_HANDLE Instance;
394 Instance = (EFI_HANDLE) Context;
404 Instance,
418 @param[in] FsHandle - Handle for a gEfiSimpleFileSystemProtocolGuid instance
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.h 381 @param[in] Instance Instance of FV Block services.
395 IN UINTN Instance
408 @param[in] Instance Instance of FV Block services.
417 IN UINTN Instance,
481 @param[in] Instance Instance of FV Block services.
493 IN UINTN Instance,
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 136 /** Process a wide character string representing a Mapping Path and extract the instance number.
138 The instance number is the sequence of decimal digits immediately to the left
143 If either of these are not true, an instance value of 0 is returned.
145 If Path is NULL, an instance value of 0 is returned.
160 int instance = 0; local
169 instance = (int)wcstol(temp+1, NULL, 10);
171 return instance;
249 /** Parse a path producing the target device, device instance, and file path.
286 int Instance = 0;
303 Instance = PathInstance(WPath, MapLen);
    [all...]

Completed in 1184 milliseconds

<<11121314151617181920>>