Searched refs:Results (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiConfigRouting.h33 configuration string format. If Successful, Results contains an
70 @param Results A null-terminated string in <MultiConfigAltResp> format
74 @retval EFI_SUCCESS The Results string is filled with the
112 OUT EFI_STRING *Results
127 @param Results A null-terminated string in <MultiConfigAltResp>
133 @retval EFI_SUCCESS The Results string is filled with the
143 for the Results parameter
152 OUT EFI_STRING *Results
187 Results parameter would result
H A DHiiConfigAccess.h69 will be returned in the Results field. In addition,
72 ConfigHdr reference will be returned in the Results Field.
83 @param Results A null-terminated Unicode string in
88 @retval EFI_SUCCESS The Results string is filled with the
121 OUT EFI_STRING *Results
158 Results parameter would result
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DHiiConfigAccess.h65 will be returned in the Results field. In addition,
68 ConfigHdr reference will be returned in the Results Field.
79 @param Results A null-terminated Unicode string in
84 @retval EFI_SUCCESS The Results string is filled with the
117 OUT EFI_STRING *Results
154 Results parameter would result
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.h114 @param Results - A null-terminated Unicode string in <ConfigAltResp> format which
118 @retval EFI_SUCCESS The Results is filled with the requested values.
130 OUT EFI_STRING *Results
144 @retval EFI_SUCCESS The Results is processed successfully.
H A DFrontPage.c88 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
92 @retval EFI_SUCCESS The Results is filled with the requested values.
104 OUT EFI_STRING *Results
107 if (Progress == NULL || Results == NULL) {
125 @retval EFI_SUCCESS The Results is processed successfully.
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.h115 @param[out] Results A null-terminated Unicode string in
120 @retval EFI_SUCCESS The Results is filled with the requested values.
133 OUT EFI_STRING *Results
148 @retval EFI_SUCCESS The Results is processed successfully.
H A DTcgConfigImpl.c130 @param[out] Results A null-terminated Unicode string in
135 @retval EFI_SUCCESS The Results is filled with the requested values.
148 OUT EFI_STRING *Results
163 if (Progress == NULL || Results == NULL) {
236 Results,
269 @retval EFI_SUCCESS The Results is processed successfully.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigNv.c309 @param[out] Results A null-terminated Unicode string in
314 @retval EFI_SUCCESS The Results string is filled with the
342 OUT EFI_STRING *Results
359 if (Progress == NULL || Results == NULL) {
487 *Results = AllocateZeroPool (Size * sizeof (CHAR16));
488 ASSERT (*Results != NULL);
489 StrPointer = *Results;
497 *Results = DeviceResult;
499 *Results = FormResult;
545 Results paramete
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c56 @param[out] Results A null-terminated Unicode string in
61 @retval EFI_SUCCESS The Results is filled with the requested values.
74 OUT EFI_STRING *Results
86 if (Progress == NULL || Results == NULL) {
135 Results,
170 @retval EFI_SUCCESS The Results is processed successfully.
H A DVlanConfigImpl.h305 @param[out] Results A null-terminated Unicode string in
310 @retval EFI_SUCCESS The Results is filled with the requested values.
323 OUT EFI_STRING *Results
338 @retval EFI_SUCCESS The Results is processed successfully.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c765 @param Results A null-terminated Unicode string in
770 @retval EFI_SUCCESS The Results is filled with the requested values.
783 OUT EFI_STRING *Results
799 if (Progress == NULL || Results == NULL) {
908 *Results = AllocateZeroPool (BufferSize);
909 ASSERT (*Results != NULL);
910 StrCpy (*Results, ConfigRequest);
911 Value = *Results;
916 if ((Value = StrStr (*Results, PrivateData->NameValueName[0])) != NULL) {
935 if ((Value = StrStr (*Results, PrivateDat
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.c754 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
758 @retval EFI_SUCCESS The Results is filled with the requested values.
770 OUT EFI_STRING *Results
773 if (Progress == NULL || Results == NULL) {
791 @retval EFI_SUCCESS The Results is processed successfully.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c1875 @retval EFI_SUCCESS The Results string is set to the full request string.
2497 @retval EFI_SUCCESS The Results string is set to the full request string.
2572 @retval EFI_SUCCESS The Results string is set to the full request string.
2654 @param Results Null-terminated Unicode string in
2659 @retval EFI_SUCCESS The Results string is filled with the values
2684 OUT EFI_STRING *Results
2709 if (This == NULL || Progress == NULL || Results == NULL) {
2742 // Allocate a fix length of memory to store Results. Reallocate memory for
2743 // Results if this fix length is insufficient.
2745 *Results
[all...]
H A DHiiDatabase.h1507 @param Results Null-terminated Unicode string in
1512 @retval EFI_SUCCESS The Results string is filled with the values
1537 OUT EFI_STRING *Results
1547 @param Results Null-terminated Unicode string in
1553 @retval EFI_SUCCESS The Results string is filled with the values
1558 @retval EFI_INVALID_PARAMETER For example, passing in a NULL for the Results
1566 OUT EFI_STRING *Results
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c54 @retval Results The data read from the port.
64 UINT8 Results; local
71 (UINT64) (UINTN) &Results
73 return Results;
86 @retval Results The data read from the port.
96 UINT16 Results; local
103 (UINT64)(UINTN)&Results
105 return Results;
118 @retval Results The data read from the port.
128 UINT32 Results; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h376 @param[out] Results A null-terminated Unicode string in
381 @retval EFI_SUCCESS The Results is filled with the requested values.
394 OUT EFI_STRING *Results
410 @retval EFI_SUCCESS The Results is processed successfully.
H A DSecureBootConfigImpl.c2124 @param[out] Results A null-terminated Unicode string in
2129 @retval EFI_SUCCESS The Results is filled with the requested values.
2142 OUT EFI_STRING *Results
2154 if (Progress == NULL || Results == NULL) {
2200 Results,
2235 @retval EFI_SUCCESS The Results is processed successfully.
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_bofm.c92 BOFM_Results_t Results; member in struct:__anon15761
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.c155 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
159 @retval EFI_SUCCESS The Results is filled with the requested values.
171 OUT EFI_STRING *Results
182 if (Progress == NULL || Results == NULL) {
222 Results,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c429 @param[out] Results A null-terminated Unicode string in
434 @retval EFI_SUCCESS The Results string is filled with the
468 OUT EFI_STRING *Results
482 if (Progress == NULL || Results == NULL) {
544 Results,
596 Results parameter would result
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c1141 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
1145 @retval EFI_SUCCESS The Results is filled with the requested values.
1157 OUT EFI_STRING *Results
1169 if (Progress == NULL || Results == NULL) {
1210 Results,
1243 @retval EFI_SUCCESS The Results is processed successfully.
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c1390 @param[out] Results A null-terminated Unicode string in
1395 @retval EFI_SUCCESS The Results string is filled with the
1429 OUT EFI_STRING *Results
1443 if (This == NULL || Progress == NULL || Results == NULL) {
1506 Results,
1559 Results parameter would result
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c595 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
599 @retval EFI_SUCCESS The Results is filled with the requested values.
611 OUT EFI_STRING *Results
614 if (Progress == NULL || Results == NULL) {
632 @retval EFI_SUCCESS The Results is processed successfully.
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c1836 @param[out] Results A null-terminated Unicode string in
1841 @retval EFI_SUCCESS The Results string is filled with the
1881 OUT EFI_STRING *Results
1894 if (This == NULL || Progress == NULL || Results == NULL) {
1957 Results,
2016 Results parameter would result
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c2701 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
2705 @retval EFI_SUCCESS The Results is filled with the requested values.
2717 OUT EFI_STRING *Results
2720 if (Progress == NULL || Results == NULL) {
2738 @retval EFI_SUCCESS The Results is processed successfully.

Completed in 184 milliseconds