Home | History | Annotate | Download | only in dhdutil

Lines Matching full:stderr

322 		fprintf(stderr, "Could not determine size of %s: %s\n",
354 fprintf(stderr,
395 fprintf(stderr, "%s\n\t%s\n\n", cmd->name, cmd->help);
397 fprintf(stderr, "%s\t%s\n\n", cmd->name, cmd->help);
422 fprintf(stderr, "Failed to allocate buffer of %d bytes\n", len);
478 fprintf(stderr,
482 fprintf(stderr, "\n");
483 fprintf(stderr, " -h this message\n");
484 fprintf(stderr, " -a, -i adapter name or number\n");
485 fprintf(stderr, " -d display values as signed integer\n");
486 fprintf(stderr
487 fprintf(stderr, " -x display values as hexdecimal\n");
488 fprintf(stderr, "\n");
506 fprintf(stderr, "Version mismatch, please upgrade\n");
583 fprintf(stderr, "pktgen version mismatch (module %d app %d)\n",
598 fprintf(stderr, "pktgen options error\n");
605 fprintf(stderr, "invalid integer %s\n", opts.valstr);
645 fprintf(stderr, "unrecognized dir mode %s\n",
652 fprintf(stderr, "option parsing error (key %s valstr %s)\n",
660 fprintf(stderr, "min/max error (%d/%d)\n", pktgen.minlen, pktgen.maxlen);
942 fprintf(stderr, "membytes options error\n");
957 fprintf(stderr, "membytes command error\n");
968 fprintf(stderr, "required args: address size [<bytes>]\n");
972 fprintf(stderr, "missing <bytes> arg implies by -h\n");
976 fprintf(stderr, "can't have input <bytes> arg with -r or -i\n");
983 fprintf(stderr, "Bad arg: %s\n", argv[0]);
990 fprintf(stderr, "Bad value: %s\n", argv[1]);
996 fprintf(stderr, "Can only write starting at long-aligned addresses.\n");
1025 fprintf(stderr, "Hex (-h) must consist of whole bytes\n");
1036 fprintf(stderr, "invalid hex digit %c\n",
1097 fprintf(stderr, "invalid number %s\n", argv[1]);
1102 fprintf(stderr, "invalid value %s\n", argv[1]);
1146 fprintf(stderr, "invalid number %s\n", argv[1]);
1209 fprintf(stderr, "Command srdump doesn't take args\n");
1222 fprintf(stderr, "Internal error: unaligned word buffer\n");
1227 fprintf(stderr, "Unimplemented sprom command: %s\n", argv[0]);
1247 fprintf(stderr, "Bad file size\n");
1257 fprintf(stderr, "Internal error: unaligned word buffer\n");
1262 fprintf(stderr, "Could not open %s: %s\n",
1268 fprintf(stderr, "Could not read %d bytes from %s\n",
1278 fprintf(stderr, "CRC check failed: 0x%02x, should be 0x%02x.\n",
1288 fprintf(stderr, "offset %s is not an integer\n", *argv);
1298 fprintf(stderr, "Internal error: unaligned word buffer\n");
1305 fprintf(stderr, "value %s is not an integer\n", *argv);
1309 fprintf(stderr, "max of %d words\n", SPROM_WORDS);
1365 fprintf(stderr, "Cannot open NVRAM file %s: %s\n",
1398 fprintf(stderr, "Invalid line %d in NVRAM file %s\n", line_no, fname);
1404 fprintf(stderr, "NVRAM file %s too long\n", fname);
1507 fprintf(stderr, "%s: error reading file\n", __FUNCTION__);
1525 fprintf(stderr, "%s: error %d on writing %d membytes at 0x%08x\n",
1602 fprintf(stderr, "download options error\n");
1610 fprintf(stderr, "invalid address %s\n", opts.valstr);
1617 fprintf(stderr, "extra positional arg, %s\n",
1632 fprintf(stderr, "unrecognized option %s\n", opts.valstr);
1637 fprintf(stderr, "unrecognized option %c\n", opts.opt);
1645 fprintf(stderr, "filename required\n");
1657 fprintf(stderr, "%s: unable to open %s: %s\n",
1671 fprintf(stderr, "Image contains overlays but overlays "
1686 fprintf(stderr, "%s: error obtaining memsize\n", __FUNCTION__);
1695 fprintf(stderr, "%s: file %s too large (%d > %d)\n",
1705 fprintf(stderr, "%s: failed to put dongle in download mode\n",
1716 fprintf(stderr, "%s: error loading the ramimage at addr 0x%x\n",
1749 fprintf(stderr, "%s: error %d on delivering vars\n",
1758 fprintf(stderr, "%s: failed to take dongle out of download mode\n",
1802 fprintf(stderr, "download options error\n");
1810 fprintf(stderr, "extra positional arg, %s\n",
1818 fprintf(stderr, "unrecognized option %c\n", opts.opt);
1832 fprintf(stderr, "filename required\n");
1846 fprintf(stderr, "%s: file %s too large (%d > %d)\n",
1854 fprintf(stderr, "%s: unable to open %s: %s\n",
1862 fprintf(stderr, "%s: error reading file %s\n", __FUNCTION__, fname);
1869 fprintf(stderr, "%s: error %d on writing %d membytes at 0x%08x\n",
1878 fprintf(stderr, "%s: error reading file %s\n", __FUNCTION__, fname);
1925 fprintf(stderr, "upload options error\n");
1933 fprintf(stderr, "invalid address %s\n", opts.valstr);
1944 fprintf(stderr, "upload options error\n");
1949 fprintf(stderr, "unrecognized option %s\n", opts.valstr);
1953 fprintf(stderr, "unrecognized option %c\n", opts.opt);
1961 fprintf(stderr, "filename required\n");
1967 fprintf(stderr, "%s: error obtaining memsize\n", __FUNCTION__);
1976 fprintf(stderr, "%s: %d bytes at 0x%x exceeds ramsize 0x%x\n",
1983 fprintf(stderr, "%s: Could not open %s: %s\n",
2004 fprintf(stderr, "%s: failed reading %d membytes from 0x%08x\n",
2010 fprintf(stderr, "%s: error writing to file %s\n", __FUNCTION__, fname);
2201 fprintf(stderr, "msg values may be a list of numbers or names from the following set.\n");
2202 fprintf(stderr, "Use a + or - prefix to make an incremental change.");
2206 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
2208 fprintf(stderr, ", %s", dbg_msg[i].string);
2211 fprintf(stderr, "\n");
2384 fprintf(stderr, "%s: \nError getting the last error\n", dhdu_av0);
2386 fprintf(stderr, "%s: %s\n", dhdu_av0, buf);