extern.h revision 29839
1/*-
2 * Copyright (c) 1991, 1993
3 *	The Regents of the University of California.  All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 *    notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 *    notice, this list of conditions and the following disclaimer in the
12 *    documentation and/or other materials provided with the distribution.
13 * 3. All advertising materials mentioning features or use of this software
14 *    must display the following acknowledgement:
15 *	This product includes software developed by the University of
16 *	California, Berkeley and its contributors.
17 * 4. Neither the name of the University nor the names of its contributors
18 *    may be used to endorse or promote products derived from this software
19 *    without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 *      @(#)extern.h	8.1 (Berkeley) 6/6/93
34 */
35
36#include <sys/cdefs.h>
37#include <fcntl.h>
38#include <kvm.h>
39
40extern struct	cmdtab *curcmd;
41extern struct	cmdtab cmdtab[];
42extern struct	text *xtext;
43extern WINDOW	*wnd;
44extern char	**dr_name;
45extern char	c, *namp, hostname[];
46extern double	avenrun[3];
47extern float	*dk_mspw;
48extern kvm_t	*kd;
49extern long	ntext, textp;
50extern int	*dk_select;
51extern int	CMDLINE;
52extern int	dk_ndrive;
53extern int	hz, stathz;
54extern double	hertz;		/* sampling frequency for cp_time and dk_time */
55extern int	naptime, col;
56extern int	nhosts;
57extern int	nports;
58extern int	protos;
59extern int	verbose;
60
61struct inpcb;
62
63int	 checkhost __P((struct inpcb *));
64int	 checkport __P((struct inpcb *));
65void	 closeiostat __P((WINDOW *));
66void	 closeicmp __P((WINDOW *));
67void	 closeip __P((WINDOW *));
68void	 closekre __P((WINDOW *));
69void	 closembufs __P((WINDOW *));
70void	 closenetstat __P((WINDOW *));
71void	 closepigs __P((WINDOW *));
72void	 closeswap __P((WINDOW *));
73int	 cmdiostat __P((char *, char *));
74int	 cmdkre __P((char *, char *));
75int	 cmdnetstat __P((char *, char *));
76struct	 cmdtab *lookup __P((char *));
77void	 command __P((char *));
78void	 die __P((int));
79void	 display __P((int));
80int	 dkinit __P((void));
81int	 dkcmd __P((char *, char *));
82void	 error __P((const char *fmt, ...));
83void	 fetchicmp __P((void));
84void	 fetchip __P((void));
85void	 fetchiostat __P((void));
86void	 fetchkre __P((void));
87void	 fetchmbufs __P((void));
88void	 fetchnetstat __P((void));
89void	 fetchpigs __P((void));
90void	 fetchswap __P((void));
91int	 initicmp __P((void));
92int	 initip __P((void));
93int	 initiostat __P((void));
94int	 initkre __P((void));
95int	 initmbufs __P((void));
96int	 initnetstat __P((void));
97int	 initpigs __P((void));
98int	 initswap __P((void));
99int	 keyboard __P((void));
100int	 kvm_ckread __P((void *, void *, int));
101void	 labelicmp __P((void));
102void	 labelip __P((void));
103void	 labeliostat __P((void));
104void	 labelkre __P((void));
105void	 labelmbufs __P((void));
106void	 labelnetstat __P((void));
107void	 labelpigs __P((void));
108void	 labels __P((void));
109void	 labelswap __P((void));
110void	 load __P((void));
111int	 netcmd __P((char *, char *));
112void	 nlisterr __P((struct nlist []));
113WINDOW	*openicmp __P((void));
114WINDOW	*openip __P((void));
115WINDOW	*openiostat __P((void));
116WINDOW	*openkre __P((void));
117WINDOW	*openmbufs __P((void));
118WINDOW	*opennetstat __P((void));
119WINDOW	*openpigs __P((void));
120WINDOW	*openswap __P((void));
121int	 prefix __P((char *, char *));
122void	 reseticmp __P((void));
123void	 resetip __P((void));
124void	 showicmp __P((void));
125void	 showip __P((void));
126void	 showiostat __P((void));
127void	 showkre __P((void));
128void	 showmbufs __P((void));
129void	 shownetstat __P((void));
130void	 showpigs __P((void));
131void	 showswap __P((void));
132void	 status __P((void));
133void	 suspend __P((int));
134