Home | History | Annotate | Download | only in toolbox

Lines Matching full:stderr

20             fprintf(stderr, "ioctl( vcfd, VT_ACTIVATE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), activate_thread_switch_vc);
52 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
59 fprintf(stderr, "%s: cannot specify both -g and -t\n", argv[0]);
80 fprintf(stderr, "%s [-d <dev>] [-v <vc>] [-gtncpoh]\n"
92 fprintf(stderr, "%s: invalid option -%c\n",
98 fprintf(stderr,"%s [-d <dev>] [-v <vc>] [-gtncpoh]\n", argv[0]);
104 fprintf(stderr, "cannot open %s\n", ttydev);
113 fprintf(stderr, "ioctl(vcfd, VT_GETSTATE, &vs) failed, %d\n", res);
122 fprintf(stderr, "ioctl(vcfd, VT_OPENQRY, &vtnum) failed, res %d, vtnum %d\n", res, vtnum);
139 fprintf(stderr, "ioctl( vcfd, VT_WAITACTIVE, vtnum) failed, %d %d %s for %d\n", res, errno, strerror(errno), switch_vc);
147 fprintf(stderr, "cannot open %s\n", ttydev);
154 fprintf(stderr, "ioctl(vcfd, VT_DISALLOCATE, 0) failed, %d\n", res);
159 fprintf(stderr, "KDSETMODE %d failed\n", mode);