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:  *	@(#)kernel.h	1.3 (2.11BSD GTE) 1997/2/14
   7:  */
   8: 
   9: /*
  10:  * Global variables for the kernel
  11:  */
  12: 
  13: #ifdef SUPERVISOR
  14: long    startnet;           /* start of network data space */
  15: #else
  16: memaddr malloc();
  17: 
  18: /* 1.1 */
  19: long    hostid;
  20: char    hostname[MAXHOSTNAMELEN];
  21: int hostnamelen;
  22: 
  23: /* 1.2 */
  24: #include <sys/time.h>
  25: 
  26: struct  timeval boottime;
  27: struct  timeval time;
  28: struct  timezone tz;            /* XXX */
  29: int adjdelta;
  30: int hz;
  31: int mshz;               /* # milliseconds per hz */
  32: int lbolt;              /* awoken once a second */
  33: int realitexpire();
  34: 
  35: short   avenrun[3];
  36: #endif

Defined variables

adjdelta defined in line 29; used 8 times
avenrun defined in line 35; used 4 times
hostid defined in line 19; used 2 times
hostname defined in line 20; used 2 times
hostnamelen defined in line 21; used 1 times
startnet defined in line 14; used 5 times
tz defined in line 28; used 3 times

Usage of this include

kernel.h used 44 times
Last modified: 1997-02-15
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 3172
Valid CSS Valid XHTML 1.0 Strict