Searched refs:rprocfd (Results 1 – 1 of 1) sorted by relevance
420 static int run_rmtfs(int rprocfd) in run_rmtfs() argument444 if (rprocfd >= 0) in run_rmtfs()448 if (rprocfd >= 0 && sig_int_count == 1 && !sig_int_handled) { in run_rmtfs()457 if (rprocfd >= 0) in run_rmtfs()458 FD_SET(rprocfd, &rfds); in run_rmtfs()459 nfds = MAX(rmtfs_fd, rprocfd) + 1; in run_rmtfs()467 if (rprocfd >= 0 && FD_ISSET(rprocfd, &rfds)) { in run_rmtfs()468 ret = read(rprocfd, &done, 1); in run_rmtfs()495 int rprocfd = -1; in main() local523 rprocfd = rproc_init(); in main()[all …]