1: /*
   2:  * Copyright (c) 1986 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)dk.h	5.1 (Berkeley) 12/13/86
   7:  */
   8: 
   9: /*
  10:  * switch commands
  11:  */
  12: #define RAM_ON  0226
  13: #define ROM_ON  0322
  14: #define R_CNTL  0264
  15: #define W_CNTL  0170
  16: 
  17: /*
  18:  * library routine declarations
  19:  */
  20: extern long cmread();
  21: extern long ocmread();
  22: 
  23: /*
  24:  * call setup struct
  25:  */
  26: 
  27: struct  dialout {
  28:     char    srv;
  29:     char    area;
  30:     char    sw;
  31:     char    mch;
  32:     char    chan;
  33:     char    other;
  34:     short   check;
  35: };
  36: 
  37: struct  indial {
  38:     char    i_lchan;
  39:     char    i_rhost;
  40:     char    i_rchan;
  41:     char    i_srv;
  42:     char    i_area;
  43:     char    i_sw;
  44:     char    i_mch;
  45:     char    i_chan;
  46:     char    i_other;
  47:     short   i_check;
  48: };
  49: #define D_SH    1
  50: #define D_FS    2
  51: #define D_LSTNR 3
  52: 
  53: struct  ring {
  54:     char    r_lchan;
  55:     char    r_srv;
  56: };

Defined struct's

dialout defined in line 27; never used
indial defined in line 37; never used
ring defined in line 53; never used

Defined macros

D_FS defined in line 50; never used
D_LSTNR defined in line 51; never used
D_SH defined in line 49; never used
RAM_ON defined in line 12; never used
ROM_ON defined in line 13; never used
R_CNTL defined in line 14; never used
W_CNTL defined in line 15; never used
Last modified: 1986-12-15
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1609
Valid CSS Valid XHTML 1.0 Strict