HomeSort by relevance Sort by last modified time
    Searched defs:VSPrint (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Protocol/
Print.h 77 UNI_VSPRINT VSPrint;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
Print.c 18 Basic Ascii AvSPrintf() function named VSPrint(). VSPrint() enables very
24 VSPrint, Print, SPrint format specification has the follwoing form
97 Return = VSPrint (Buffer, BufferSize, Format, Marker);
105 VSPrint (
115 VSPrint function to process format and place the results in Buffer. Since a
147 return PrintProtocol->VSPrint (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Print/
Print.h 41 EFI_VSPRINT VSPrint;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
Print.c 18 Basic Ascii AvSPrintf() function named VSPrint(). VSPrint() enables very
24 VSPrint, Print, SPrint format specification has the follwoing form
121 Return = VSPrint (Buffer, BufferSize, Format, Marker);
130 VSPrint (
140 VSPrint function to process format and place the results in Buffer. Since a
395 VSPrint worker function that prints an EFI_GUID.
448 VSPrint worker function that prints EFI_TIME.
494 VSPrint worker function that prints EFI_STATUS as a string. If string is
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 18 Basic Ascii AvSPrintf() function named VSPrint(). VSPrint() enables very
24 VSPrint, Print, SPrint format specification has the follwoing form
194 VSPrint (Buffer, 0x10000, fmt, args);
471 Return = VSPrint (Buffer, BufferSize, Format, Marker);
479 VSPrint (
489 VSPrint function to process format and place the results in Buffer. Since a
521 return PrintProtocol->VSPrint (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 18 Basic Ascii AvSPrintf() function named VSPrint(). VSPrint() enables very
24 VSPrint, Print, SPrint format specification has the follwoing form
219 VSPrint (Buffer, 0x10000, fmt, args);
497 Return = VSPrint (Buffer, BufferSize, Format, Marker);
505 VSPrint (
515 VSPrint function to process format and place the results in Buffer. Since a
791 VSPrint worker function that prints an EFI_GUID.
844 VSPrint worker function that prints EFI_TIME.
890 VSPrint worker function that prints EFI_STATUS as a string. If string is
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 424 VSPrint (
497 len = VSPrint(Str, StrSize, fmt, args);

Completed in 244 milliseconds