HomeSort by relevance Sort by last modified time
    Searched refs:pipeinput_cons_fd (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
linuxfb.c 278 if (pipeinput_cons_fd < 0) {
361 if (ioctl(pipeinput_cons_fd, TIOCSTI, &keysym) != -1) {
365 close(pipeinput_cons_fd);
366 pipeinput_cons_fd = -1;
370 pipeinput_cons_fd = open(pipeinput_cons_dev, O_WRONLY);
371 if (pipeinput_cons_fd < 0) {
377 if (ioctl(pipeinput_cons_fd, TIOCSTI, &keysym) == -1) {
379 close(pipeinput_cons_fd);
380 pipeinput_cons_fd = -1;
options.c 210 int pipeinput_cons_fd = -1; variable
options.h 177 extern int pipeinput_cons_fd;
pointer.c 1025 pipeinput_cons_fd = open(dev, O_WRONLY);
1026 if (pipeinput_cons_fd >= 0) {

Completed in 54 milliseconds