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:  *	@(#)ioconf.c	2.0 (2.11BSD GTE) 12/24/92
   7:  */
   8: 
   9: #include "param.h"
  10: #include "systm.h"
  11: 
  12: dev_t   rootdev = %ROOTDEV%,
  13:     swapdev = %SWAPDEV%,
  14:     pipedev = %PIPEDEV%;
  15: 
  16: dev_t   dumpdev = %DUMPDEV%;
  17: daddr_t dumplo = (daddr_t)%DUMPLO%;
  18: int %DUMPROUTINE%();
  19: int (*dump)() = %DUMPROUTINE%;

Defined variables

DUMPROUTINE defined in line 18; used 1 times
  • in line 19
dumpdev defined in line 16; never used
dumplo defined in line 17; never used
rootdev defined in line 12; never used
Last modified: 1992-12-24
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2423
Valid CSS Valid XHTML 1.0 Strict