Searched defs:Identifier (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DSmbus2.h95 @param SmbusUdid The targeted SMBus Unique Device Identifier (UDID).
196 /// Identifier which uniquely identifies this SMBus controller in a system.
198 EFI_GUID Identifier; member in struct:_EFI_PEI_SMBUS2_PPI
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiAcpiDataTable.h23 GUID Identifier; member in struct:__anon12390
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePerformanceLib/
H A DDxePerformanceLib.c84 Creates a record that contains the Handle, Token, Module and Identifier.
96 @param Identifier 32-bit identifier. If the value is 0, the created record
110 IN UINT32 Identifier
121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
134 Looks up the record that matches Handle, Token, Module and Identifier.
149 @param Identifier 32-bit identifier. If the value is 0, the found record
163 IN UINT32 Identifier
174 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
187 and then assign the Identifier with 0.
198 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier
407 UINT32 Identifier; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiPerformanceLib/
H A DPeiPerformanceLib.c84 Searches in the log array with keyword Handle, Token, Module and Identifier.
100 @param Identifier 32-bit identifier.
112 IN UINT32 Identifier
133 (PeiPerformanceIdArray[Index] == Identifier) &&
145 Creates a record that contains the Handle, Token, Module and Identifier.
157 @param Identifier 32-bit identifier. If the value is 0, the created record
171 IN UINT32 Identifier
196 PeiPerformanceIdArray[Index] = Identifier;
209 Looks up the record that matches Handle, Token, Module and Identifier.
224 @param Identifier 3
468 UINT32 Identifier; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmPerformanceLib/
H A DSmmPerformanceLib.c106 Creates a record that contains the Handle, Token, Module and Identifier.
118 @param Identifier 32-bit identifier. If the value is 0, the created record
132 IN UINT32 Identifier
143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
156 Looks up the record that matches Handle, Token, Module and Identifier.
171 @param Identifier 32-bit identifier. If the value is 0, the found record
185 IN UINT32 Identifier
196 Status = mPerformanceEx->EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
209 and then assign the Identifier with 0.
220 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier
429 UINT32 Identifier; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserCredential.h148 @param[out] Identifier On return, points to the user identifier.
155 @retval EFI_INVALID_PARAMETER Identifier is NULL.
162 OUT EFI_USER_INFO_IDENTIFIER *Identifier
275 EFI_GUID Identifier; ///< Uniquely identifies this credential provider. member in struct:_EFI_USER_CREDENTIAL_PROTOCOL
H A DUserCredential2.h146 @param[out] Identifier On return, points to the user identifier.
153 @retval EFI_INVALID_PARAMETER Identifier is NULL.
160 OUT EFI_USER_INFO_IDENTIFIER *Identifier
296 EFI_GUID Identifier; ///< Uniquely identifies this credential provider. member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
H A DPxeBaseCode.h54 UINT16 Identifier; member in struct:__anon12262::__anon12263::__anon12264
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSmmPerformanceLib/
H A DDxeSmmPerformanceLib.c82 Creates a record that contains the Handle, Token, Module and Identifier.
94 @param Identifier 32-bit identifier. If the value is 0, the created record
108 IN UINT32 Identifier
117 Looks up the record that matches Handle, Token, Module and Identifier.
131 @param Identifier 32-bit identifier. If the value is 0, the found record
145 IN UINT32 Identifier
361 and then assign the Identifier with 0.
372 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
379 If Identifier is NULL, then ASSERT().
394 @param Identifier Pointe
513 UINT32 Identifier; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiCHAP.c50 // Hash Identifier - Only calculate 1 byte data (RFC1994)
138 CHAR8 *Identifier; local
225 Identifier = IScsiGetValueByKeyFromList (KeyValueList, ISCSI_KEY_CHAP_IDENTIFIER);
226 if (Identifier == NULL) {
238 AuthData->InIdentifier = (UINT32) AsciiStrDecimalToUintn (Identifier);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.h36 UINT16 Identifier; member in struct:_ICMP6_ECHO_REQUEST_REPLY
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiCHAP.c66 // Hash Identifier - Only calculate 1 byte data (RFC1994)
163 CHAR8 *Identifier; local
258 Identifier = IScsiGetValueByKeyFromList (KeyValueList, ISCSI_KEY_CHAP_IDENTIFIER);
259 if (Identifier == NULL) {
271 Result = IScsiNetNtoi (Identifier);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCorePerformanceLib/
H A DDxeCorePerformanceLib.c64 Searches in the gauge array with keyword Handle, Token, Module and Identifier.
77 @param Identifier 32-bit identifier.
87 IN UINT32 Identifier
108 (GaugeEntryExArray[Index].Identifier == Identifier) &&
123 that contains the Handle, Token, Module and Identifier.
136 @param Identifier 32-bit identifier. If the value is 0, the created record
150 IN UINT32 Identifier
197 GaugeEntryExArray[Index].Identifier = Identifier;
820 UINT32 Identifier; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c82 @param Identifier 32-bit identifier.
92 IN CONST UINT32 Identifier
113 (GaugeEntryExArray[Index].Identifier == Identifier) &&
127 that contains the Handle, Token, Module and Identifier.
140 @param Identifier 32-bit identifier. If the value is 0, the created record
154 IN UINT32 Identifier
204 GaugeEntryExArray[Index].Identifier = Identifier;
223 for the first record that matches Handle, Token, Module and Identifier an
1063 UINT32 Identifier; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDp.h86 UINT32 Identifier; ///< Identifier. member in struct:__anon12671
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DPerformance.h105 UINT32 Identifier; ///< Identifier. member in struct:__anon11006
223 and then eliminate the Identifier.
249 The added record contains the Handle, Token, Module and Identifier.
262 @param Identifier 32-bit identifier. If the value is 0, the created record
276 IN UINT32 Identifier
284 for the first record that matches Handle, Token, Module and Identifier, and has an end time value of zero.
298 @param Identifier 32-bit identifier. If the value is 0, the found record
312 IN UINT32 Identifier
318 and then assign the Identifier wit
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.h128 SVfrPackStackNode (IN CHAR8 *Identifier, IN UINT32 Number) { argument
133 if (Identifier != NULL) {
134 mIdentifier = new CHAR8[strlen (Identifier) + 1];
135 strcpy (mIdentifier, Identifier);
146 bool Match (IN CHAR8 *Identifier) { argument
147 if (Identifier == NULL) {
151 } else if (strcmp (Identifier, mIdentifier) == 0) {
165 EFI_VFR_RETURN_CODE Pack (IN UINT32, IN UINT8, IN CHAR8 *Identifier = NULL, IN UINT32 Number = DEFAULT_PACK_ALIGN);
H A DVfrUtilityLib.cpp896 IN CHAR8 *Identifier,
911 if ((pNew = new SVfrPackStackNode (Identifier, mPackAlign)) == NULL) {
926 if (pNode->Match (Identifier) == TRUE) {
893 Pack( IN UINT32 LineNum, IN UINT8 Action, IN CHAR8 *Identifier, IN UINT32 Number ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c85 UINT16 Identifier; member in struct:_ICMPX_ECHO_REQUEST_REPLY
601 Request->Identifier = 0;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp153 uint16_t Type; /* File Type Identifier */
197 uint32_t Identifier; /* Misc. Field for Application Use */ member in struct:__anon13207
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 126 milliseconds