Home | History | Annotate | Download | only in toolbox

Lines Matching full:stderr

45                 fprintf(stderr, "failed to allocate buffer of size %d\n", bits_size);
135 fprintf(stderr, "could not open %s, %s\n", device, strerror(errno));
141 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
146 fprintf(stderr, "could not get driver id for %s, %s\n", device, strerror(errno));
153 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
157 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
161 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
167 fprintf(stderr, "out of memory\n");
173 fprintf(stderr, "out of memory\n");
223 fprintf(stderr, "remote device: %s not found\n", device);
241 fprintf(stderr, "could not get event, %s\n", strerror(errno));
295 fprintf(stderr, "Usage: %s [-t] [-n] [-s switchmask] [-S] [-v [mask]] [-p] [-q] [-c count] [-r] [device]\n", argv[0]);
296 fprintf(stderr, " -t: show time stamps\n");
297 fprintf(stderr, " -n: don't print newlines\n");
298 fprintf(stderr, " -s: print switch states for given bits\n");
299 fprintf(stderr, " -S: print all switch states\n");
300 fprintf(stderr, " -v: verbosity mask (errs=1, dev=2, name=4, info=8, vers=16, pos. events=32)\n");
301 fprintf(stderr, " -p: show possible events (errs, dev, name, pos. events)\n");
302 fprintf(stderr, " -q: quiet (clear verbosity mask)\n");
303 fprintf(stderr, " -c: print given number of events then exit\n");
304 fprintf(stderr, " -r: print rate events are received\n");
375 fprintf(stderr, "%s: invalid option -%c\n",
409 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
414 fprintf(stderr, "scan dir failed for %s\n", device_path);
424 fprintf(stderr, "could not get switch state, %s\n", strerror(errno));
446 fprintf(stderr, "could not get event\n");