HomeSort by relevance Sort by last modified time
    Searched full:nobuf (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
tty.c 982 int nibuf, nobuf; local
1067 nibuf = nobuf = 0;
1091 while (nibuf != 0 || nobuf != 0 || pty_readable || stdin_readable) {
1104 if (nobuf != 0) {
1156 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
1157 if (nobuf < 0 && errno == EIO)
1158 nobuf = 0;
1159 if (nobuf < 0) {
1164 nobuf = 0;
1165 } else if (nobuf == 0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 540 vminfop->Type = NOBUF;
580 if (vminfop->Type == NOBUF)

Completed in 41 milliseconds