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

Defined functions

mcttstart defined in line 23; never used
mpxchan defined in line 28; used 4 times
Last modified: 1983-08-06
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 693
Valid CSS Valid XHTML 1.0 Strict