Home
last modified time | relevance | path

Searched refs:cmdfd (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/disk/kfs/
H A Dmisc.c3 extern int cmdfd;
68 write(cmdfd, buf, (long)(out-buf)); in cprint()
H A Dmain.c10 int cmdfd; variable
98 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()
/plan9/sys/src/cmd/rc/
H A Dexec.h49 struct io *cmdfd; /* file descriptor for Xrdcmd */ member
H A Dlex.c69 c = rchr(runq->cmdfd); in getnext()
71 c = rchr(runq->cmdfd); in getnext()
H A Dhere.c67 while((c = rchr(runq->cmdfd)) != EOF){ in readhere()
H A Dsimple.c307 runq->cmdfd = f; in execcmds()
405 runq->cmdfd = openfd(fd); in execdot()
H A Dexec.c22 p->cmdfd = 0; in start()
913 closeio(p->cmdfd); in Xrdcmds()