Home
last modified time | relevance | path

Searched refs:_IPrint (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dprint.c118 _IPrint (
603 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args); in Print()
629 return _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args); in VPrint()
663 back = _IPrint (Column, Row, ST->ConOut, fmt, NULL, args); in PrintAt()
697 back = _IPrint ((UINTN) -1, (UINTN) -1, Out, fmt, NULL, args); in IPrint()
736 back = _IPrint (Column, Row, ST->ConOut, fmt, NULL, args); in IPrintAt()
743 _IPrint ( in _IPrint() function
813 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, NULL, fmt, args); in APrint()