Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dprint.c120 _IPrint (
631 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args); in Print()
657 return _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args); in VPrint()
691 back = _IPrint (Column, Row, ST->ConOut, fmt, NULL, args); in PrintAt()
725 back = _IPrint ((UINTN) -1, (UINTN) -1, Out, fmt, NULL, args); in IPrint()
764 back = _IPrint (Column, Row, Out, fmt, NULL, args); in IPrintAt()
771 _IPrint ( in _IPrint() function
841 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, NULL, fmt, args); in AsciiPrint()