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

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Driver.c 71 @param[in] This Protocol instance pointer.
153 @param[in] DhcpSb The DHCP service instance to destroy.
183 Create a new DHCP service binding instance for the controller.
189 instance.
192 @retval EFI_SUCCESS The DHCP service instance is created.
276 @param[in] This Protocol instance pointer.
373 DHCP_PROTOCOL *Instance;
380 Instance = NET_LIST_USER_STRUCT_S (Entry, DHCP_PROTOCOL, Link, DHCP_PROTOCOL_SIGNATURE);
383 return ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
395 @param[in] This Protocol instance pointer.
    [all...]
Dhcp4Impl.c 24 @param[in] This Pointer to the EFI_DHCP4_PROTOCOL instance.
45 * This instance of the EFI DHCPv4 Protocol driver is in the Dhcp4Stopped, Dhcp4Init,
47 * No other EFI DHCPv4 Protocol driver instance that is controlled by this EFI
48 DHCPv4 Service Binding Protocol driver instance has configured this EFI DHCPv4
60 the state of the EFI DHCPv4 Protocol driver will not be changed. If one instance
61 wants to make it possible for another instance to configure the EFI DHCPv4 Protocol
64 @param[in] This Pointer to the EFI_DHCP4_PROTOCOL instance.
71 @retval EFI_ACCESS_DENIED This instance of the EFI DHCPv4 Protocol driver was not in the
73 Or onother instance of this EFI DHCPv4 Protocol driver is already
104 @param[in] This Pointer to the EFI_DHCP4_PROTOCOL instance.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Hash2DxeCrypto.c 139 @param[in] This Points to this instance of EFI_HASH2_PROTOCOL.
161 @param[in] This Points to this instance of EFI_HASH2_PROTOCOL.
191 @param[in] This Points to this instance of EFI_HASH2_PROTOCOL.
200 or HashInit() is already called before and not terminated by HashFinal() yet on the same instance.
213 @param[in] This Points to this instance of EFI_HASH2_PROTOCOL.
222 or the operation in progress was terminated by a call to Hash() or HashFinal() on the same instance.
238 @param[in] This Points to this instance of EFI_HASH2_PROTOCOL.
246 or the operation in progress was canceled by a call to Hash() on the same instance.
289 @param[in] This Points to this instance of EFI_HASH2_PROTOCOL.
330 @param[in] This Points to this instance of EFI_HASH2_PROTOCOL.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
BlockVariableDxe.c 92 BLOCK_VARIABLE_INSTANCE *Instance;
94 Instance = CR (This, BLOCK_VARIABLE_INSTANCE, FvbProtocol, BLOCK_VARIABLE_SIGNATURE);
95 *BlockSize = (UINTN) Instance->Media.BlockSize;
110 BLOCK_VARIABLE_INSTANCE *Instance;
116 Instance = CR (This, BLOCK_VARIABLE_INSTANCE, FvbProtocol, BLOCK_VARIABLE_SIGNATURE);
117 BlockIo = Instance->BlockIoProtocol;
118 Bytes = (Offset + *NumBytes + Instance->Media.BlockSize - 1) / Instance->Media.BlockSize * Instance->Media.BlockSize;
126 Status = BlockIo->ReadBlocks (BlockIo, BlockIo->Media->MediaId, Instance->StartLba + Lba
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Driver.c 66 Create then initialize a MTFTP6 service binding instance.
72 binding instance.
74 @retval EFI_OUT_OF_RESOURCES Failed to allocate resources to create the instance
76 @retval EFI_SUCCESS The service instance is created for the controller.
151 Destroy the MTFTP6 instance and recycle the resources.
153 @param[in] Instance The pointer to the MTFTP6 instance.
158 IN MTFTP6_INSTANCE *Instance
165 if (Instance->Config != NULL) {
166 FreePool (Instance->Config);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Library/
EmuThunkLib.h 25 Protocol instance.
28 @param Instance Instance of protocol to search for.
30 @retval NULL Protocol and Instance not found.
38 IN UINTN Instance
  /art/tools/ahat/src/heapdump/
Perflib.java 21 import com.android.tools.perflib.heap.Instance;
36 public static Map<Instance, Long> getRegisteredNativeAllocations(Snapshot snapshot) {
37 Map<Instance, Long> allocs = new HashMap<Instance, Long>();
40 for (Instance cleanerInst : cleanerClass.getInstancesList()) {
43 if (referent instanceof Instance) {
44 Instance inst = (Instance)referent;
79 * Helper function to read a single field from a perflib class instance.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClass.h 37 UINT16 Instance;
62 UINT16 Instance;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigNv.h 45 @param[in, out] Instance The IP6_CONFIG_INSTANCE to create a form.
54 IN OUT IP6_CONFIG_INSTANCE *Instance
60 @param[in, out] Instance The IP6_CONFIG_INSTANCE to unload a form.
65 IN OUT IP6_CONFIG_INSTANCE *Instance
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 96 FV_FILESYSTEM_INSTANCE *Instance;
104 Instance = FVFS_INSTANCE_FROM_SIMPLE_FS_THIS (This);
107 if (Instance->Root == NULL) {
116 Instance->Root = Root;
117 Root->Instance = Instance;
128 // Populate the instance's list of files. We consider anything a file that
131 FvProtocol = Instance->FvProtocol;
215 InsertHeadList (&Instance->FileInfoHead, &FvFileInfo->Link);
226 Instance->Root->DirReadNext = FVFS_GET_FIRST_FILE_INFO (Instance);
    [all...]
FvSimpleFileSystem.c 61 @param FvProtocol A pointer to the EFI_FIRMWARE_VOLUME2_PROTOCOL instance.
62 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
108 @param FvProtocol A pointer to the EFI_FIRMWARE_VOLUME2_PROTOCOL instance.
109 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
204 @param FvProtocol A pointer to the EFI_FIRMWARE_VOLUME2_PROTOCOL instance.
205 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
287 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
444 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
481 FV_FILESYSTEM_INSTANCE *Instance;
503 Instance = File->Instance;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 19 This function is used to assign a station address to the ARP cache for this instance
22 Each ARP instance has one station address. The EFI_ARP_PROTOCOL driver will
24 this function with the ConfigData field set to NULL will reset this ARP instance.
26 Once a protocol type and station address have been assigned to this ARP instance,
28 the protocol type or station address to a configured ARP instance will result in errors.
30 @param This Pointer to the EFI_ARP_PROTOCOL instance.
54 ARP_INSTANCE_DATA *Instance;
68 Instance = ARP_INSTANCE_DATA_FROM_THIS (This);
73 // Configure this instance, the ConfigData has already passed the basic checks.
75 Status = ArpConfigureInstance (Instance, ConfigData);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Driver.c 61 // Set Udp6 configure data for the Dhcp6 instance.
192 // Create an Udp6Io for stateful transmit/receive of each Dhcp6 instance.
217 Destroy the Dhcp6 instance and recycle the resources.
219 @param[in, out] Instance The pointer to the Dhcp6 instance.
224 IN OUT DHCP6_INSTANCE *Instance
230 Dhcp6CleanupRetry (Instance, DHCP6_PACKET_ALL);
231 gBS->CloseEvent (Instance->Timer);
236 if (Instance->Config != NULL) {
237 Dhcp6CleanupConfigData (Instance->Config);
    [all...]
  /external/webrtc/webrtc/base/
profiler_unittest.cc 32 ASSERT_TRUE(Profiler::Instance()->Clear());
36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
58 ASSERT_TRUE(Profiler::Instance()->Clear());
61 event1 = Profiler::Instance()->GetEvent(kEvent1Name);
74 event2 = Profiler::Instance()->GetEvent(kEvent2Name);
104 ASSERT_TRUE(Profiler::Instance()->Clear());
106 EXPECT_FALSE(Profiler::Instance()->Clear());
107 EXPECT_TRUE(Profiler::Instance()->GetEvent("event") != NULL);
109 EXPECT_TRUE(Profiler::Instance()->Clear());
110 EXPECT_EQ(NULL, Profiler::Instance()->GetEvent("event"))
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.c 58 @param This Protocol instance pointer.
72 @param This Protocol instance pointer.
88 @param This Protocol instance pointer.
115 @param This Protocol instance pointer.
134 @param This Protocol instance pointer.
148 @param This Protocol instance pointer.
180 @param This Protocol instance pointer.
199 @param This Protocol instance pointer.
227 @param This Protocol instance pointer.
256 @param This Protocol instance pointer.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIo.c 60 @param This Protocol instance pointer.
113 @param This Protocol instance pointer.
132 DISK_IO_PRIVATE_DATA *Instance;
135 Instance = NULL;
167 // Initialize the Disk IO device instance.
169 Instance = AllocateCopyPool (sizeof (DISK_IO_PRIVATE_DATA), &gDiskIoPrivateDataTemplate);
170 if (Instance == NULL) {
178 ASSERT ((Instance->BlockIo2 == NULL) ||
179 ((Instance->BlockIo->Media->IoAlign == Instance->BlockIo2->Media->IoAlign) &&
    [all...]
  /cts/suite/audio_quality/executable/src/
main.cpp 42 Settings::Instance()->getSetting(Settings::EREPORT_FILE).getPathDir();
94 if (Settings::Instance() == NULL) {
100 Settings::Instance()->addSetting(Settings::EADB, strSerial);
102 if (Log::Instance(dirName.string()) == NULL) {
106 Log::Instance()->setLogLevel((Log::LogLevel)logLevel);
108 if (Report::Instance(dirName.string()) == NULL) {
120 if (!client->init(Settings::Instance()->getSetting(Settings::EADB))) {
130 Settings::Instance()->addSetting(Settings::EDEVICE_INFO, deviceInfo);
138 Settings::Instance()->addSetting(Settings::ETEST_XML, xmlFile);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.h 112 Set the timeout for the instance. User a longer time for passive instances.
114 @param Instance The Mtftp session to set time out
119 IN OUT MTFTP4_PROTOCOL *Instance
123 Send the packet for the instance.
129 @param Instance The Mtftp instance
138 IN OUT MTFTP4_PROTOCOL *Instance,
145 @param Instance The Mtftp session
154 IN MTFTP4_PROTOCOL *Instance
160 @param Instance The MTFTP session
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/
MonoStatusCode.c 68 IN UINT32 Instance,
73 return PlatformReportStatusCode (NULL, CodeType, Value, Instance, CallerId, Data);
95 VOID *Instance;
99 Instance = (VOID *) (UINTN) TranslateDxeStatusCodeToPeiStatusCode;
103 &Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.c 37 This function finds the udp instance by the specified <Address, Port> pair.
122 This function matches the received udp datagram with the Instance.
124 @param[in] Instance Pointer to the udp instance context data.
129 udp Instance.
135 IN UDP4_INSTANCE_DATA *Instance,
156 @param[in] Instance Pointer to the instance context data.
167 IN UDP4_INSTANCE_DATA *Instance,
221 instance.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 37 This function finds the udp instance by the specified <Address, Port> pair.
122 This function check if the received udp datagram matches with the Instance.
124 @param[in] Instance Pointer to the udp instance context data.
128 @retval TRUE The udp datagram matches the receiving requirements of the Instance.
129 @retval FALSE The udp datagram doe not match the receiving requirements of the Instance.
134 IN UDP6_INSTANCE_DATA *Instance,
155 @param[in] Instance Pointer to the instance context data.
166 IN UDP6_INSTANCE_DATA *Instance,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsImages.c 141 IN BOOTMON_FS_INSTANCE *Instance,
151 DiskIo = Instance->DiskIo;
156 while (CurrentLba <= Instance->Media->LastBlock) {
159 DescOffset = ((CurrentLba + 1) * Instance->Media->BlockSize) - sizeof (HW_IMAGE_DESCRIPTION);
163 Instance->Media->MediaId,
173 if (BootMonFsIsImageValid (&File->HwDescription, (CurrentLba - Instance->Media->LowestAlignedLba))) {
176 (UINTN)(CurrentLba - Instance->Media->LowestAlignedLba)
193 IN BOOTMON_FS_INSTANCE *Instance
205 Status = BootMonFsCreateFile (Instance, &NewFile);
210 Status = BootMonFsDiscoverNextImage (Instance, &Lba, NewFile);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuLib/
DxeEmuLib.c 55 Protocol instance.
58 @param Instance Instance of protocol to search for.
60 @retval NULL Protocol and Instance not found.
68 IN UINTN Instance
80 if (EmuIoThunk->Instance == Instance) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
MemoryStausCodeWorker.c 62 @param Instance The enumeration of a hardware or software entity within
64 pairing. The instance differentiates between them. An instance of 0 indicates
65 that instance information is unavailable, not meaningful, or not relevant.
66 Valid instance numbers start with 1.
75 IN UINT32 Instance
97 Record->Instance = Instance;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
RtMemoryStatusCodeWorker.c 56 @param Instance The enumeration of a hardware or software entity within
57 the system. Valid instance numbers start with 1.
66 IN UINT32 Instance
82 Record->Instance = Instance;

Completed in 2857 milliseconds

1 23 4 5 6 7 8 91011>>