Home | History | Annotate | Download | only in brcm_patchram_plus

Lines Matching full:stderr

125 		fprintf(stderr, "file %s not an HCD file\n", optarg);
132 fprintf(stderr, "file %s not an HCD file\n", optarg);
137 fprintf(stderr, "file %s could not be opened, error %d\n", optarg, errno);
148 fprintf(stderr, "Baudrate not supported!");
312 fprintf(stderr, "port %s could not be opened, error %d\n", argv[2], errno);
357 fprintf(stderr, "\n");
360 fprintf(stderr, "%02x ", out[i]);
363 fprintf(stderr, "\n");
389 fprintf(stderr, "received %d\n", count);
398 fprintf(stderr, "writing\n");
467 fprintf(stderr, "Done setting baudrate\n");
496 fprintf(stderr, "Can't set line discipline\n");
501 fprintf(stderr, "Can't set hci protocol\n");
504 fprintf(stderr, "Done setting line discpline\n");
522 fprintf(stderr, "open(%s) failed: %s (%d)", path, strerror(errno),
529 fprintf(stderr, "read(%s) failed: %s (%d)", path, strerror(errno),
534 fprintf(stderr, "read(%s) unexpected size %d", path, sz);