i915 - Add delay after attach to avoid console/X races
[dragonfly.git] / usr.bin / systat / extern.h
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 <fcntl.h>
37 #include <kvm.h>
38
39 extern struct   cmdtab *curcmd;
40 extern struct   cmdtab cmdtab[];
41 extern WINDOW   *wnd;
42 extern char     c, *namp, hostname[];
43 extern double   avenrun[3];
44 extern kvm_t    *kd;
45 extern long     ntext, textp;
46 extern int      CMDLINE;
47 extern int      hz, stathz;
48 extern double   hertz;          /* sampling frequency for cp_time and dk_time */
49 extern double   naptime;
50 extern int      col;
51 extern int      nhosts;
52 extern int      nports;
53 extern int      protos;
54 extern int      verbose;
55
56 struct inpcb;
57
58 extern struct device_selection *dev_select;
59 extern long                     generation;
60 extern int                      num_devices;
61 extern int                      num_selected;
62 extern int                      num_selections;
63 extern long                     select_generation;
64
65 int      checkhost(struct inpcb *);
66 int      checkport(struct inpcb *);
67 void     closeiostat(WINDOW *);
68 void     closeifstat(WINDOW *);
69 void     closealtqs(WINDOW *);
70 void     closeicmp(WINDOW *);
71 void     closeicmp6(WINDOW *);
72 void     closeip(WINDOW *);
73 void     closeip6(WINDOW *);
74 void     closekre(WINDOW *);
75 void     closembufs(WINDOW *);
76 void     closenetstat(WINDOW *);
77 void     closenetbw(WINDOW *);
78 void     closepftop(WINDOW *);
79 void     closepigs(WINDOW *);
80 void     closesensors(WINDOW *);
81 void     closeswap(WINDOW *);
82 void     closetcp(WINDOW *);
83 void     closevmm(WINDOW *);
84 int      cmdiostat(const char *, char *);
85 int      cmdifstat(const char *, char *);
86 int      cmdaltqs(const char *, char *);
87 int      cmdkre(const char *, char *);
88 int      cmdnetstat(const char *, char *);
89 int      cmdnetbw(const char *, char *);
90 int      cmdpftop(const char *, char *);
91 int      cmdsensors(const char *, char *);
92 struct   cmdtab *lookup(const char *);
93 void     command(const char *);
94 void     die(int);
95 void     display(int);
96 int      dkinit(void);
97 int      dkcmd(char *, char *);
98 void     error(const char *fmt, ...) __printflike(1, 2);
99 void     fetchicmp(void);
100 void     fetchicmp6(void);
101 void     fetchifstat(void);
102 void     fetchaltqs(void);
103 void     fetchip(void);
104 void     fetchip6(void);
105 void     fetchiostat(void);
106 void     fetchkre(void);
107 void     fetchmbufs(void);
108 void     fetchnetstat(void);
109 void     fetchnetbw(void);
110 void     fetchpftop(void);
111 void     fetchpigs(void);
112 void     fetchsensors(void);
113 void     fetchswap(void);
114 void     fetchtcp(void);
115 void     fetchvmm(void);
116 int      ifcmd(const char *, const char *);
117 int      initicmp(void);
118 int      initicmp6(void);
119 int      initifstat(void);
120 int      initaltqs(void);
121 int      initip(void);
122 int      initip6(void);
123 int      initiostat(void);
124 int      initkre(void);
125 int      initmbufs(void);
126 int      initnetstat(void);
127 int      initnetbw(void);
128 int      initpftop(void);
129 int      initpigs(void);
130 int      initsensors(void);
131 int      initswap(void);
132 int      inittcp(void);
133 int      initvmm(void);
134 int      keyboard(void);
135 int      kvm_ckread(void *, void *, int);
136 void     labelicmp(void);
137 void     labelicmp6(void);
138 void     labelifstat(void);
139 void     labelaltqs(void);
140 void     labelip(void);
141 void     labelip6(void);
142 void     labeliostat(void);
143 void     labelkre(void);
144 void     labelmbufs(void);
145 void     labelnetstat(void);
146 void     labelnetbw(void);
147 void     labelpftop(void);
148 void     labelpigs(void);
149 void     labels(void);
150 void     labelsensors(void);
151 void     labelswap(void);
152 void     labeltcp(void);
153 void     labelvmm(void);
154 void     load(void);
155 int      netcmd(const char *, char *);
156 void     nlisterr(struct nlist []);
157 WINDOW  *openicmp(void);
158 WINDOW  *openicmp6(void);
159 WINDOW  *openifstat(void);
160 WINDOW  *openaltqs(void);
161 WINDOW  *openip(void);
162 WINDOW  *openip6(void);
163 WINDOW  *openiostat(void);
164 WINDOW  *openkre(void);
165 WINDOW  *openmbufs(void);
166 WINDOW  *opennetstat(void);
167 WINDOW  *opennetbw(void);
168 WINDOW  *openpftop(void);
169 WINDOW  *openpigs(void);
170 WINDOW  *opensensors(void);
171 WINDOW  *openswap(void);
172 WINDOW  *opentcp(void);
173 WINDOW  *openvmm(void);
174 int      prefix(const char *, const char *);
175 void     reseticmp(void);
176 void     reseticmp6(void);
177 void     resetip(void);
178 void     resetip6(void);
179 void     resettcp(void);
180 void     showicmp(void);
181 void     showicmp6(void);
182 void     showifstat(void);
183 void     showaltqs(void);
184 void     showip(void);
185 void     showip6(void);
186 void     showiostat(void);
187 void     showkre(void);
188 void     showmbufs(void);
189 void     shownetstat(void);
190 void     shownetbw(void);
191 void     showpftop(void);
192 void     showpigs(void);
193 void     showsensors(void);
194 void     showswap(void);
195 void     showtcp(void);
196 void     showvmm(void);
197 void     status(void);
198 void     suspend(int);