Lines Matching refs:errx

411 		errx(EXIT_FAILURE, "failed to parse processor id \"%s\"", fsr);  in cpcgen_parse_model()
416 errx(EXIT_FAILURE, "brand string \"%s\" did not match \"%s\"", in cpcgen_parse_model()
423 errx(EXIT_FAILURE, "failed to parse family \"%s\"", fam); in cpcgen_parse_model()
429 errx(EXIT_FAILURE, "failed to parse model \"%s\"", mod); in cpcgen_parse_model()
439 errx(EXIT_FAILURE, "failed to parse stepping \"%s\": missing " in cpcgen_parse_model()
446 errx(EXIT_FAILURE, "failed to parse stepping: invalid " in cpcgen_parse_model()
451 errx(EXIT_FAILURE, "failed to parse stepping: " in cpcgen_parse_model()
511 errx(EXIT_FAILURE, "encountered non-hex stepping " in cpcgen_parse_model()
551 errx(EXIT_FAILURE, "failed to parse file %s at pos %ld: %s", in cpcgen_read_datafile()
578 errx(EXIT_FAILURE, "invalid path in mapfile: \"%s\": missing " in cpcgen_use_arch()
582 errx(EXIT_FAILURE, "invalid path in mapfile: \"%s\": missing " in cpcgen_use_arch()
653 errx(EXIT_FAILURE, "ran out of memory duplicating " in cpcgen_read_amd()
677 errx(EXIT_FAILURE, "unexpected AMD JSON file name: %s", in cpcgen_read_amd()
750 errx(EXIT_FAILURE, "failed to parse mapfile line " in cpcgen_read_intel()
767 errx(EXIT_FAILURE, "unknown file type \"%s\" on line " in cpcgen_read_intel()
1211 errx(EXIT_FAILURE, "failed to write header to temporary file " in cpcgen_common_intel_files()
1226 errx(EXIT_FAILURE, "failed to write header to " in cpcgen_common_intel_files()
1234 errx(EXIT_FAILURE, "failed to write entry to " in cpcgen_common_intel_files()
1246 errx(EXIT_FAILURE, "failed to write header to " in cpcgen_common_intel_files()
1280 errx(EXIT_FAILURE, "failed to write header to temporary file " in cpcgen_common_intel_files()
1292 errx(EXIT_FAILURE, "failed to write header to " in cpcgen_common_intel_files()
1299 errx(EXIT_FAILURE, "failed to write to temporary " in cpcgen_common_intel_files()
1309 errx(EXIT_FAILURE, "failed to write header to " in cpcgen_common_intel_files()
1352 errx(EXIT_FAILURE, "Found event without 'EventName' property " in cpcgen_skip_intel_entry()
1783 errx(EXIT_FAILURE, "no platforms found or matched"); in cpcgen_gen()
1821 errx(EXIT_FAILURE, "failed to look up length property " in cpcgen_gen()
1834 errx(EXIT_FAILURE, "failed to look up array " in cpcgen_gen()
2031 errx(EXIT_FAILURE, "failed to determine if operating on AMD or " in main()