Searched refs:repdes (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/usr.bin/tip/ |
| HD | tipout.c | 52 write(repdes[1],&ccc,1); in intIOT() 87 write(repdes[1], &reply, 1); in intEMT()
|
| HD | cmds.c | 178 read(repdes[0], (char *)&ccc, 1); /* Wait until read process stops */ in xfer() 263 read(repdes[0], (char *)&ccc, 1); /* Wait until read process stops */ in transfer() 406 read(repdes[0], (char *)&ccc, 1); in transmit() 589 read(repdes[0], (char *)&ccc, 1); in pipeout() 631 read(repdes[0], (char *)&ccc, 1); in tiplink() 739 read(repdes[0], &c, 1); in setscript()
|
| HD | tip.h | 259 EXTERN int repdes[2]; /* read process sychronization channel */ variable
|
| HD | tip.c | 206 pipe(fildes); pipe(repdes); in main()
|