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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
StatusCodeHandlerRuntimeDxe.h 73 @param Instance The enumeration of a hardware or software entity within
74 the system. Valid instance numbers start with 1.
90 IN UINT32 Instance,
114 @param Instance The enumeration of a hardware or software entity within
115 the system. Valid instance numbers start with 1.
129 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
StatusCodeHandlerSmm.h 70 @param Instance The enumeration of a hardware or software entity within
71 the system. Valid instance numbers start with 1.
87 IN UINT32 Instance,
111 @param Instance The enumeration of a hardware or software entity within
112 the system. Valid instance numbers start with 1.
126 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PlatformToDriverConfiguration.h 45 arguments returned from Query. The Instance value passed into
48 An Instance value of zero means return the first ParameterBlock
50 increment the Instance value by one for each successive call to Query.
52 @param This A pointer to the EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL instance.
67 @param Instance Pointer to the Instance value. Zero means
100 @retval EFI_NOT_FOUND No more unread Instance exists.
104 @retval EFI_INVALID_PARAMETER Instance is NULL.
125 IN CONST UINTN *Instance,
197 ContollerHandle, ChildHandle, Instance, ParameterTypeGuid,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 527 // Move the addresses from the Ia of instance to the deprived Ia.
549 // Delete the deprived address from the instance Ia
814 @param[in] Instance The pointer to the Dhcp6 instance.
824 IN DHCP6_INSTANCE *Instance,
863 Set the elapsed time based on the given instance and the pointer to the
867 @param[in] Instance The pointer to the Dhcp6 instance.
873 IN DHCP6_INSTANCE *Instance
898 if (Instance->StartTime == 0) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/
MonoStatusCode.h 102 IN UINT32 Instance,
128 IN UINT32 Instance,
PlatformStatusCode.c 76 IN UINT32 Instance,
121 IN UINT32 Instance,
171 Instance
208 Instance
232 Instance
251 @param Instance Instance Number of this status code.
265 IN UINT32 Instance,
273 SerialReportStatusCode (PeiServices, CodeType, Value, Instance, CallerId, Data);
275 Port80ReportStatusCode (PeiServices, CodeType, Value, Instance, CallerId, Data);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTestCaseUtil.hpp 71 template<typename Instance>
84 return new Instance(context, m_shaderPaths);
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 56 for (int i=1; i<BtlConfig::Instance.tries; ++i)
67 if (BtlConfig::Instance.checkResults && size<128)
  /external/python/cpython2/Demo/metaclasses/
Simple.py 10 """Create a new instance."""
11 return Instance(self)
13 class Instance:
26 def __init__(self, function, instance):
28 self.instance = instance
30 print "calling", self.function, "for", self.instance, "with", args
31 return apply(self.function, (self.instance,) + args)
  /external/skia/src/gpu/ccpr/
GrCCPRPathProcessor.h 24 * The caller must set up an instance buffer as detailed below, then draw indexed-instanced
43 struct Instance {
55 GR_STATIC_ASSERT(4 * 17 == sizeof(Instance)); // FIXME: 4 * 16 by making fAtlasOffset int16_t's.
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsReadWrite.c 26 @param[in] This A pointer to the EFI_FILE_PROTOCOL instance that
49 BOOTMON_FS_INSTANCE *Instance;
71 Instance = File->Instance;
72 DiskIo = Instance->DiskIo;
73 Media = Instance->Media;
117 @param[in] This A pointer to the EFI_FILE_PROTOCOL instance that
185 @param[in] This A pointer to the EFI_FILE_PROTOCOL instance that is
227 @param[in] This A pointer to the EFI_FILE_PROTOCOL instance that is
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
ReportStatusCode.c 31 IN UINT32 Instance,
182 IN UINT32 Instance,
259 Instance
297 Instance
306 Instance
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 75 a multi-instance device path
93 EFI_DEVICE_PATH_PROTOCOL *Instance;
115 // The outer loop handles multi instance device paths.
116 // Only console variables contain multiple instance device paths.
118 // After this call DevicePath points to the next Instance
120 Instance = GetNextDevicePathInstance (&DevicePath, &Size);
121 if (Instance == NULL) {
126 Next = Instance;
143 RemainingDevicePath = Instance;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
ReportStatusCodeLib.h 147 code also require an instance, caller ID, and extended data. This function
148 passed in a zero instance, NULL extended data, and a caller ID of
179 The status code is reported with a zero instance and a caller ID of gEfiCallerIdGuid.
220 with a zero instance and a caller ID of gEfiCallerIdGuid.
266 an instance specified by Instance and a caller ID specified by CallerId. If
278 @param Instance The status code instance number.
302 IN UINT32 Instance,
460 Value, Instance, CallerId, ExtendedDataGuid, ExtendedData, and ExtendedDataSize.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.h 40 // Fvb Protocol instance data
63 UINTN Instance;
75 IN UINTN Instance,
82 IN UINTN Instance,
89 IN UINTN Instance,
111 IN UINTN Instance,
FwBlockService.c 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--;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 75 a multi-instance device path
93 EFI_DEVICE_PATH_PROTOCOL *Instance;
115 // The outer loop handles multi instance device paths.
116 // Only console variables contain multiple instance device paths.
118 // After this call DevicePath points to the next Instance
120 Instance = GetNextDevicePathInstance (&DevicePath, &Size);
121 if (Instance == NULL) {
126 Next = Instance;
143 RemainingDevicePath = Instance;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.h 125 typedef EFI_STATUS (*NOR_FLASH_INITIALIZE) (NOR_FLASH_INSTANCE* Instance);
167 IN NOR_FLASH_INSTANCE *Instance,
251 IN NOR_FLASH_INSTANCE* Instance
317 IN NOR_FLASH_INSTANCE *Instance,
323 IN NOR_FLASH_INSTANCE *Instance,
332 IN NOR_FLASH_INSTANCE *Instance,
340 IN NOR_FLASH_INSTANCE *Instance,
348 IN NOR_FLASH_INSTANCE *Instance,
357 IN NOR_FLASH_INSTANCE *Instance,
366 IN NOR_FLASH_INSTANCE *Instance
    [all...]
  /external/skia/src/gpu/instanced/
GLInstancedRendering.cpp 112 // Create and map instance and draw-indirect buffers.
115 rp->createBuffer(sizeof(Instance) * numGLInstances, kVertex_GrBufferType,
135 Instance* glMappedInstances = static_cast<Instance*>(fInstanceBuffer->map());
154 // Generate the instance and draw-indirect buffer contents based on the tracked ops.
272 Instance* offsetInBuffer = (Instance*) nullptr + baseInstance;
279 sizeof(Instance), &offsetInBuffer->fInfo));
286 sizeof(Instance), &offsetInBuffer->fShapeMatrix2x3[0]));
288 sizeof(Instance), &offsetInBuffer->fShapeMatrix2x3[3]))
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 524 static Allocator Instance(LINKER_INITIALIZED);
527 return Instance.BackendAllocator;
531 Instance.init(Options);
535 Instance.drainQuarantine();
539 return Instance.allocate(Size, Allocator::MinAlignment, Type);
543 Instance.deallocate(Ptr, 0, Type);
547 Instance.deallocate(Ptr, Size, Type);
552 return Instance.allocate(Size, Allocator::MinAlignment, FromMalloc);
554 Instance.deallocate(Ptr, 0, FromMalloc);
557 return Instance.reallocate(Ptr, Size)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c 898 @param[in] PciIo Pointer to the EFI_PCI_IO_PROTOCOL instance
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/
EsalRuntimeLib.h 1012 IN UINTN Instance,
1026 Instance - TODO: add argument description
1041 IN UINTN Instance,
1055 Instance - TODO: add argument description
1070 IN UINTN Instance,
1081 Instance - TODO: add argument description
1093 IN UINTN Instance,
1104 Instance - TODO: add argument description
1116 IN UINTN Instance,
1127 Instance - TODO: add argument description
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 82 UINT32 Instance;
133 EFI_STATUS_CODE_DIMM_NUMBER Instance;
323 code also require an instance, caller ID, and extended data. This function
324 passed in a zero instance, NULL extended data, and a caller ID of
356 instance and a caller ID of gEfiCallerIdGuid.
395 with a zero instance and a caller ID of gEfiCallerIdGuid.
439 an instance specified by Instance and a caller ID specified by CallerId. If
451 @param Instance Status code instance number.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 18 Delete the instance in Multi which matches partly with Single instance
20 @param Multi A pointer to a multi-instance device path data
22 @param Single A pointer to a single-instance device path data
36 EFI_DEVICE_PATH_PROTOCOL *Instance;
49 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
53 while (Instance != NULL) {
55 if (CompareMem (Instance, Single, MIN (SingleDpSize, InstanceSize)) != 0) {
57 // Append the device path instance which does not match with Single
60 NewDevicePath = AppendDevicePathInstance (NewDevicePath, Instance);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpImpl.h 91 MNP_INSTANCE_DATA *Instance;
220 Initialize the mnp instance context data.
223 @param[in, out] Instance Pointer to the mnp instance context data
230 IN OUT MNP_INSTANCE_DATA *Instance
279 Flush the instance's received data.
281 @param[in, out] Instance Pointer to the mnp instance context data.
286 IN OUT MNP_INSTANCE_DATA *Instance
290 Configure the Instance using ConfigData.
    [all...]

Completed in 2305 milliseconds

1 2 3 4 5 6 7 891011>>