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

  /external/openssh/
serverloop.h 24 void server_loop(pid_t, int, int, int);
session.c 444 * will call do_child from the child, and server_loop from the parent after
613 server_loop(pid, pin[1], pout[0], perr[0]);
614 /* server_loop has closed pin[1], pout[0], and perr[0]. */
622 * Enter the interactive session. Note: server_loop must be able to
629 server_loop(pid, inout[1], inout[1], err[1]);
630 /* server_loop has closed inout[1] and err[1]. */
638 * will call do_child from the child, and server_loop from the parent after
656 * simplifies code in server_loop. The descriptor is bidirectional.
752 server_loop(pid, ptyfd, fdout, -1);
753 /* server_loop _has_ closed ptyfd and fdout. *
    [all...]
serverloop.c 552 server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg) function
    [all...]
  /external/e2fsprogs/misc/
uuidd.c 228 static void server_loop(const char *socket_path, const char *pidfile_path, function
590 server_loop(socket_path, pidfile_path, debug, timeout, quiet);
  /external/iproute2/misc/
rtacct.c 364 void server_loop(int fd) function
533 server_loop(fd);
ifstat.c 485 void server_loop(int fd) function
668 server_loop(fd);
nstat.c 370 void server_loop(int fd) function
522 server_loop(fd);

Completed in 2471 milliseconds