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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
CommonLib.c 425 PrintGuidToBuffer (
453 printf ("ERROR: PrintGuidToBuffer() called with a NULL value\n");
458 printf ("ERORR: PrintGuidToBuffer() called with invalid buffer size\n");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.c 467 Error (NULL, 0, 2000, "Invalid parameter", "PrintGuidToBuffer() called with a NULL value");
489 PrintGuidToBuffer (
517 Error (NULL, 0, 2000, "Invalid parameter", "PrintGuidToBuffer() called with a NULL value");
522 Error (NULL, 0, 2000, "Invalid parameter", "PrintGuidToBuffer() called with invalid buffer size");

Completed in 563 milliseconds