Lines Matching defs:remote
221 static Proc_t* remote;
226 if (remote)
228 kill(remote->pid, SIGKILL);
229 procclose(remote);
270 if (remote && remove(flush)) close(open(flush, O_WRONLY|O_CREAT|O_TRUNC, 0));
325 * start remote status daemon
343 * loop until remote status daemon starts
357 if (!(remote = procopen(av[0], av, NiL, NiL, PROC_UID|PROC_GID)))
359 while (!kill(remote->pid, 0))
361 procclose(remote);
362 remote = 0;