Home
last modified time | relevance | path

Searched refs:Title (Results 1 – 25 of 63) sorted by relevance

123

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditTitleBar.c19 CHAR16 *Title = NULL; variable
34 SHELL_FREE_NON_NULL (Title); in MainTitleBarInit()
36 Title = CatSPrint (NULL, L""); in MainTitleBarInit()
41 Title = CatSPrint (NULL, L"%s", Prompt); in MainTitleBarInit()
43 if (Title == NULL) { in MainTitleBarInit()
58 SHELL_FREE_NON_NULL (Title); in MainTitleBarCleanup()
59 Title = NULL; in MainTitleBarCleanup()
119 if (Title != NULL) { in MainTitleBarRefresh()
127 Title in MainTitleBarRefresh()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDebug.h27 #define IPSEC_DUMP_BUF(Title, Data, DataSize) IpSecDumpBuf (Title, Data, DataSize) argument
102 IN CHAR8 *Title,
DIpSecDebug.c307 IN CHAR8 *Title, in IpSecDumpBuf() argument
320 DEBUG ((DEBUG_INFO, "==%a %d bytes==\n", Title, DataSize)); in IpSecDumpBuf()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DBootLogoLib.h64 IN CHAR16 *Title,
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformBootManager.h121 IN CHAR16 *Title,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBds.h107 IN CHAR16 *Title,
DMemoryTest.c40 IN CHAR16 *Title, in PlatformBdsShowProgress() argument
185 (SizeOfX - StrLen (Title) * EFI_GLYPH_WIDTH) / 2, in PlatformBdsShowProgress()
189 Title in PlatformBdsShowProgress()
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.h144 IN CHAR16 *Title,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DTianoHii.h82 EFI_STRING_ID Title; // The string token for the banner title member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrOpCodeCreation.c577 IN UINT16 Title, in CreateBannerOpCode() argument
608 EfiCopyMem (&Banner.Title, &Title, sizeof (UINT16)); in CreateBannerOpCode()
DIfrLibrary.h958 IN UINT16 Title,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.c381 IN CHAR16 *Title, in BootLogoUpdateProgress() argument
521 (SizeOfX - StrLen (Title) * EFI_GLYPH_WIDTH) / 2, in BootLogoUpdateProgress()
525 Title in BootLogoUpdateProgress()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMdeModuleHii.h81 EFI_STRING_ID Title; ///< The string token for the banner title. member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DMdeModuleHii.h82 EFI_STRING_ID Title; ///< The string token for the banner title. member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DSetupBrowser.c64 IN CHAR16 *Title, in PlatformBdsShowProgress() argument
203 (SizeOfX - StrLen (Title) * EFI_GLYPH_WIDTH) / 2, in PlatformBdsShowProgress()
207 Title in PlatformBdsShowProgress()
DOpcodeCreation.c833 UOpcode->Title = FwOpcode->Title; in F2UCreateBannerOpCode()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUserCredential.h280 EFI_CREDENTIAL_TITLE Title; member
DUserCredential2.h301 EFI_CREDENTIAL2_TITLE Title; member
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.h234 CHAR16 *Title,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrOpCodeCreation.c607 IN EFI_STRING_ID Title, in CreateBannerOpCode() argument
627 Banner.Title = Title; in CreateBannerOpCode()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DX11GraphicsWindow.c60 char *Title; member
965 Drv->Title = malloc (StrSize (This->ConfigString)); in X11GraphicsWindowOpen()
966 UnicodeStrToAsciiStr (This->ConfigString, Drv->Title); in X11GraphicsWindowOpen()
967 XStoreName (Drv->display, Drv->win, Drv->Title); in X11GraphicsWindowOpen()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.h357 CHAR16 *Title,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DFrameworkInternalFormRepresentation.h391 STRING_REF Title; ///< The string token for the banner title. member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiInternalFormRepresentation.h412 STRING_REF Title; // The string token for the banner title member
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileModify.c417 UserCredential->Title ( in ResolveIdentityPolicy()
436 UserCredential->Title ( in ResolveIdentityPolicy()
1270 mProviderInfo->Provider[Index]->Title ( in ModifyIdentityPolicy()

123