/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/ |
FwBlockService.h | 108 // Fvb Protocol instance data
122 UINTN Instance;
156 IN UINTN Instance,
167 IN UINTN Instance,
178 IN UINTN Instance,
186 IN UINTN Instance,
194 IN UINTN Instance,
202 IN UINTN Instance,
229 IN UINTN Instance,
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
ReportStatusCodeLibInternal.h | 37 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
41 @param Instance Status code instance number.
57 IN UINT32 Instance,
73 an instance specified by Instance and a caller ID specified by CallerId. If
85 @param Instance Status code instance number.
108 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PlatformToDriverConfiguration/ |
PlatformToDriverConfiguration.h | 67 IN UINTN *Instance,
79 This - A pointer to the EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL instance.
88 Instance - Pointer to the Instance value. Zero means return the first
107 EFI_NOT_FOUND - No more unread Instance exists.
109 EFI_INVALID_PARAMETER - Instance is NULL.
125 IN UINTN *Instance,
138 This - A pointer to the EFI_PLATFORM_TO_DRIVER_CONFIGURATION_PROTOCOL instance.
147 Instance - Instance data returned from Query. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Pei/ |
MonoStatusCode.h | 92 IN UINT32 Instance,
118 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
FvLib.h | 60 IN UINTN Instance,
68 IN UINTN Instance,
|
ParseInf.h | 100 IN UINTN Instance,
115 Instance The instance of the token to search for. Zero is the first instance.
132 IN UINTN Instance,
141 Finds the Instance-th token in a section.
147 Instance Specify the Instance-th token to search for, starting from zero
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ |
ReportStatusCodeRouterRuntimeDxe.h | 51 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,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/ |
StatusCodeHandlerPei.h | 50 @param Instance The enumeration of a hardware or software entity within
52 pairing. The instance differentiates between them. An instance of 0 indicates
53 that instance information is unavailable, not meaningful, or not relevant.
54 Valid instance numbers start with 1.
69 IN UINT32 Instance,
99 @param Instance The enumeration of a hardware or software entity within
101 pairing. The instance differentiates between them. An instance of 0 indicates
102 that instance information is unavailable, not meaningful, or not relevant. [all...] |
/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)
|
/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,
|
/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 | 111 // Create and map instance and draw-indirect buffers. 114 rp->createBuffer(sizeof(Instance) * numGLInstances, kVertex_GrBufferType, 134 Instance* glMappedInstances = static_cast<Instance*>(fInstanceBuffer->map()); 153 // Generate the instance and draw-indirect buffer contents based on the tracked ops. 271 Instance* offsetInBuffer = (Instance*) nullptr + baseInstance; 278 sizeof(Instance), &offsetInBuffer->fInfo)); 285 sizeof(Instance), &offsetInBuffer->fShapeMatrix2x3[0])); 287 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...] |