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

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditTitleBar.c18 CHAR16 *Title = NULL; variable
34 SHELL_FREE_NON_NULL (Title);
36 Title = CatSPrint (NULL, L"");
39 // set Title
41 Title = CatSPrint (NULL, L"%s", Prompt);
43 if (Title == NULL) {
59 SHELL_FREE_NON_NULL (Title);
60 Title = NULL;
120 if (Title != NULL) {
128 Title
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecDebug.h27 #define IPSEC_DUMP_BUF(Title, Data, DataSize) IpSecDumpBuf (Title, Data, DataSize)
93 @param[in] Title The strings to be printed before the data of the buffer.
100 IN CHAR8 *Title,
H A DIpSecDebug.c300 @param[in] Title The strings to be printed before the data of the buffer.
307 IN CHAR8 *Title,
320 DEBUG ((DEBUG_INFO, "==%a %d bytes==\n", Title, DataSize));
306 IpSecDumpBuf( IN CHAR8 *Title, IN UINT8 *Data, IN UINTN DataSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DMdeModuleHii.h81 EFI_STRING_ID Title; ///< The string token for the banner title. member in struct:_EFI_IFR_GUID_BANNER
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DMdeModuleHii.h84 EFI_STRING_ID Title; ///< The string token for the banner title. member in struct:_EFI_IFR_GUID_BANNER
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Guid/
H A DMdeModuleHii.h83 EFI_STRING_ID Title; ///< The string token for the banner title. member in struct:_EFI_IFR_GUID_BANNER
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c26 @param TitleForeground Foreground color for Title.
27 @param TitleBackground Background color for Title.
28 @param Title Title above progress bar.
40 IN CHAR16 *Title,
185 (SizeOfX - StrLen (Title) * EFI_GLYPH_WIDTH) / 2,
189 Title
37 PlatformBdsShowProgress( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleBackground, IN CHAR16 *Title, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL ProgressColor, IN UINTN Progress, IN UINTN PreviousValue ) argument
H A DBds.h89 @param TitleForeground Foreground color for Title.
90 @param TitleBackground Background color for Title.
91 @param Title Title above progress bar.
103 IN CHAR16 *Title,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserCredential.h280 EFI_CREDENTIAL_TITLE Title; member in struct:_EFI_USER_CREDENTIAL_PROTOCOL
H A DUserCredential2.h301 EFI_CREDENTIAL2_TITLE Title; member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h391 STRING_REF Title; ///< The string token for the banner title. member in struct:__anon10566
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.h244 CHAR16 *Title,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshldisp.idl188 HRESULT Title( [out, retval] BSTR *pbs );
420 [in] BSTR Title,
H A Diads.idl571 HRESULT Title([out, retval] BSTR* retval);
574 HRESULT Title([in] BSTR retval);
H A Dexdisp.idl650 [in, optional] VARIANT* Title);
908 [propget] HRESULT Title([out, retval] BSTR *pbstrTitle);
H A Dwuapi.idl566 HRESULT Title( [out, retval] BSTR *retval );
821 HRESULT Title( [out, retval] BSTR *retval );
H A Dsetupapi.h345 CHAR Title[MAX_TITLE_LEN]; member in struct:_SP_SELECTDEVICE_PARAMS_A
355 WCHAR Title[MAX_TITLE_LEN]; member in struct:_SP_SELECTDEVICE_PARAMS_W
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileModify.c417 UserCredential->Title (
436 UserCredential->Title (
1270 mProviderInfo->Provider[Index]->Title (
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1378 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
1382 YYFPRINTF (stderr, "%s ", Title); \
1519 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexdisp.idl594 [in, optional] VARIANT* Title);
780 [propget] HRESULT Title([out, retval] BSTR *pbstrTitle);
H A Dsetupapi.h344 CHAR Title[MAX_TITLE_LEN]; member in struct:_SP_SELECTDEVICE_PARAMS_A
354 WCHAR Title[MAX_TITLE_LEN]; member in struct:_SP_SELECTDEVICE_PARAMS_W
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py1289 # @param Title The title for the FD subsection
1294 def _GenerateReport(self, File, Title, Type, BaseAddress, Size=0, FvName=None):
1296 FileWrite(File, Title)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g125 #token Title("title") "title"
500 Title "=" "STRING_TOKEN" "\(" S1:Number "\)" ","
1360 Title "=" "STRING_TOKEN" "\(" S2:Number "\)" ";" << FObj.SetFormTitle (_STOSID(S2->getText())); >>
2898 Title "=" "STRING_TOKEN" "\(" S:Number "\)" "," << BObj.SetTitle (_STOSID(S->getText())); >>
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c2183 &((EFI_IFR_GUID_BANNER *) OpCodeData)->Title,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c2020 UserCredential->Title (UserCredential, &HiiHandle, &ProvID);

Completed in 173 milliseconds

12