Searched refs:cmdfd (Results 1 – 7 of 7) sorted by relevance
3 extern int cmdfd;68 write(cmdfd, buf, (long)(out-buf)); in cprint()
10 int cmdfd; variable98 cmdfd = 2; in main()200 cmdfd = p[1]; in syncproc()208 n = read(cmdfd, buf, sizeof buf - 1); in syncproc()215 fprint(cmdfd, "done"); in syncproc()217 fprint(cmdfd, "unknown command"); in syncproc()
49 struct io *cmdfd; /* file descriptor for Xrdcmd */ member
69 c = rchr(runq->cmdfd); in getnext()71 c = rchr(runq->cmdfd); in getnext()
67 while((c = rchr(runq->cmdfd)) != EOF){ in readhere()
307 runq->cmdfd = f; in execcmds()405 runq->cmdfd = openfd(fd); in execdot()
22 p->cmdfd = 0; in start()913 closeio(p->cmdfd); in Xrdcmds()