1: 
   2: /*
   3:  *	SCCS id @(#)endcore.c	2.1 (Berkeley) 8/5/83
   4:  *
   5:  *  endcore.c:  declarations of structures loaded last and allowed to
   6:  *  reside in the 0120000-140000 range (where buffers and clists are
   7:  *  mapped).  These structures must be extern everywhere else,
   8:  *  and the asm output of cc is edited to move these structures
   9:  *  from comm to bss (which is last) (see the script :comm-to-bss).
  10:  */
  11: 
  12: #include "param.h"
  13: #include <sys/proc.h>
  14: #include <sys/text.h>
  15: #include <sys/file.h>
  16: #include <sys/inode.h>
  17: #include <sys/dir.h>
  18: 
  19: int remap_area; /* start of possibly mapped area; must be first */
  20: struct  proc    proc[NPROC];
  21: struct  text    text[NTEXT];
  22: struct  file    file[NFILE];

Defined variables

file defined in line 22; never used
proc defined in line 20; never used
remap_area defined in line 19; never used
text defined in line 21; never used
Last modified: 1983-08-06
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 581
Valid CSS Valid XHTML 1.0 Strict