1: /*
   2:  * Fake multiplexor routines to satisfy references
   3:  * if you don't want it.
   4:  */
   5: 
   6: #include "../h/param.h"
   7: #include "../h/dir.h"
   8: #include "../h/user.h"
   9: #include "../h/tty.h"
  10: #include "../h/inode.h"
  11: #include "../h/mx.h"
  12: 
  13: sdata(cp)
  14: struct chan *cp;
  15: {
  16: }
  17: 
  18: mcttstart(tp)
  19: struct tty *tp;
  20: {
  21: }
  22: 
  23: mpxchan()
  24: {
  25:     u.u_error = EINVAL;
  26: }
  27: 
  28: mcstart(p, q)
  29: struct chan *p;
  30: caddr_t q;
  31: {
  32: }
  33: 
  34: scontrol(chan, s, c)
  35: struct chan *chan;
  36: {
  37: }

Defined functions

mcstart defined in line 28; used 2 times
mcttstart defined in line 18; never used
mpxchan defined in line 23; used 4 times
scontrol defined in line 34; used 2 times
sdata defined in line 13; used 4 times
Last modified: 1979-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 542
Valid CSS Valid XHTML 1.0 Strict