Home | History | Annotate | Download | only in exe

Lines Matching full:stderr

285 		fprintf(stderr, "Could not determine size of %s: %s\n",
317 fprintf(stderr,
358 fprintf(stderr, "%s\n\t%s\n\n", cmd->name, cmd->help);
360 fprintf(stderr, "%s\t%s\n\n", cmd->name, cmd->help);
385 fprintf(stderr, "Failed to allocate buffer of %d bytes\n", len);
441 fprintf(stderr,
445 fprintf(stderr, "\n");
446 fprintf(stderr, " -h this message\n");
447 fprintf(stderr, " -a, -i adapter name or number\n");
448 fprintf(stderr, " -d display values as signed integer\n");
449 fprintf(stderr, " -u display values as unsigned integer\n");
450 fprintf(stderr, " -x display values as hexdecimal\n");
451 fprintf(stderr, "\n");
469 fprintf(stderr, "Version mismatch, please upgrade\n");
546 fprintf(stderr, "pktgen version mismatch (module %d app %d)\n",
561 fprintf(stderr, "pktgen options error\n");
568 fprintf(stderr, "invalid integer %s\n", opts.valstr);
608 fprintf(stderr, "unrecognized dir mode %s\n",
615 fprintf(stderr, "option parsing error (key %s valstr %s)\n",
623 fprintf(stderr, "min/max error (%d/%d)\n", pktgen.minlen, pktgen.maxlen);
905 fprintf(stderr, "membytes options error\n");
920 fprintf(stderr, "membytes command error\n");
931 fprintf(stderr, "required args: address size [<bytes>]\n");
935 fprintf(stderr, "missing <bytes> arg implies by -h\n");
939 fprintf(stderr, "can't have input <bytes> arg with -r or -i\n");
946 fprintf(stderr, "Bad arg: %s\n", argv[0]);
953 fprintf(stderr, "Bad value: %s\n", argv[1]);
959 fprintf(stderr, "Can only write starting at long-aligned addresses.\n");
988 fprintf(stderr, "Hex (-h) must consist of whole bytes\n");
999 fprintf(stderr, "invalid hex digit %c\n",
1060 fprintf(stderr, "invalid number %s\n", argv[1]);
1065 fprintf(stderr, "invalid value %s\n", argv[1]);
1109 fprintf(stderr, "invalid number %s\n", argv[1]);
1172 fprintf(stderr, "Command srdump doesn't take args\n");
1185 fprintf(stderr, "Internal error: unaligned word buffer\n");
1190 fprintf(stderr, "Unimplemented sprom command: %s\n", argv[0]);
1210 fprintf(stderr, "Bad file size\n");
1220 fprintf(stderr, "Internal error: unaligned word buffer\n");
1225 fprintf(stderr, "Could not open %s: %s\n",
1231 fprintf(stderr, "Could not read %d bytes from %s\n",
1241 fprintf(stderr, "CRC check failed: 0x%02x, should be 0x%02x.\n",
1251 fprintf(stderr, "offset %s is not an integer\n", *argv);
1261 fprintf(stderr, "Internal error: unaligned word buffer\n");
1268 fprintf(stderr, "value %s is not an integer\n", *argv);
1272 fprintf(stderr, "max of %d words\n", SPROM_WORDS);
1328 fprintf(stderr, "Cannot open NVRAM file %s: %s\n",
1361 fprintf(stderr, "Invalid line %d in NVRAM file %s\n", line_no, fname);
1367 fprintf(stderr, "NVRAM file %s too long\n", fname);
1469 fprintf(stderr, "%s: error reading file\n", __FUNCTION__);
1487 fprintf(stderr, "%s: error %d on writing %d membytes at 0x%08x\n",
1530 fprintf(stderr, "download options error\n");
1538 fprintf(stderr, "invalid address %s\n", opts.valstr);
1545 fprintf(stderr, "extra positional arg, %s\n",
1560 fprintf(stderr, "unrecognized option %s\n", opts.valstr);
1565 fprintf(stderr, "unrecognized option %c\n", opts.opt);
1573 fprintf(stderr, "filename required\n");
1586 fprintf(stderr, "%s: unable to open %s: %s\n",
1598 fprintf(stderr, "TRX file\n");
1601 fprintf(stderr, "dongle RAM Image size %d\n", trx_hdr.offsets[0]);
1602 fprintf(stderr, "dongle ROM Image size %d\n", trx_hdr.offsets[1]);
1603 fprintf(stderr, "dongle ROM Loadaddr 0x%x\n", trx_hdr.offsets[2]);
1605 fprintf(stderr, "filesize is %d\n", fsize);
1615 fprintf(stderr, "%s: error obtaining memsize\n", __FUNCTION__);
1622 fprintf(stderr, "%s: file %s too large (%d > %d)\n",
1631 fprintf(stderr, "%s: failed to put dongle in download mode\n",
1640 fprintf(stderr, "%s: error loading the ramimage at addr 0x%x\n",
1650 fprintf(stderr, "setting the maxsocram value 0x%x \n", start);
1652 fprintf(stderr, "%s: setting the maxram size to %d failed\n",
1658 fprintf(stderr, "%s: error loading the rom library at addr 0x%x\n",
1686 fprintf(stderr, "%s: error %d on delivering vars\n",
1695 fprintf(stderr, "%s: failed to take dongle out of download mode\n",
1738 fprintf(stderr, "upload options error\n");
1746 fprintf(stderr, "invalid address %s\n", opts.valstr);
1757 fprintf(stderr, "upload options error\n");
1762 fprintf(stderr, "unrecognized option %s\n", opts.valstr);
1766 fprintf(stderr, "unrecognized option %c\n", opts.opt);
1774 fprintf(stderr, "filename required\n");
1780 fprintf(stderr, "%s: error obtaining memsize\n", __FUNCTION__);
1789 fprintf(stderr, "%s: %d bytes at 0x%x exceeds ramsize 0x%x\n",
1796 fprintf(stderr, "%s: Could not open %s: %s\n",
1817 fprintf(stderr, "%s: failed reading %d membytes from 0x%08x\n",
1823 fprintf(stderr, "%s: error writing to file %s\n", __FUNCTION__, fname);
2014 fprintf(stderr, "msg values may be a list of numbers or names from the following set.\n");
2015 fprintf(stderr, "Use a + or - prefix to make an incremental change.");
2019 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
2021 fprintf(stderr, ", %s", dbg_msg[i].string);
2024 fprintf(stderr, "\n");
2198 fprintf(stderr, "%s: \nError getting the last error\n", dhdu_av0);
2200 fprintf(stderr, "%s: %s\n", dhdu_av0, buf);