Searched defs:ParserError (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c145 ParserError ( function
847 ParserError (0, NULL, NULL);
892 ParserError (1234, NULL, NULL);
894 ParserError (1234, "Text1", NULL);
896 ParserError (1234, NULL, "Text2");
898 ParserError (1234, "Text1", "Text2");
900 ParserError (1234, "Text1", "Text2 %s 0x%X", ArgStr, ArgInt);

Completed in 32 milliseconds