Symbol: INT
bin/ps/keyword.c
132
LVAR("holdcnt", "HOLDCNT", 0, l_holdcnt, INT, "d"),
bin/ps/print.c
1284
case INT:
bin/ps/print.c
1390
case INT:
bin/ps/ps.c
695
case INT:
sys/arch/hpcmips/tx/txcom.c
256
#define TXCOMINTR(i, s) MAKEINTR(2, TX39_INTRSTATUS2_UART##i##INT(s))
tests/lib/libm/t_fe_round.c
59
{ FE_DOWNWARD, -INT-0.0625, -INT-1},
tests/lib/libm/t_fe_round.c
60
{ FE_DOWNWARD, +INT-0.0625, INT-1},
tests/lib/libm/t_fe_round.c
61
{ FE_DOWNWARD, -INT+0.0625, -INT},
tests/lib/libm/t_fe_round.c
62
{ FE_DOWNWARD, +INT+0.0625, INT},
tests/lib/libm/t_fe_round.c
68
{ FE_UPWARD, -INT-0.0625, -INT},
tests/lib/libm/t_fe_round.c
69
{ FE_UPWARD, +INT-0.0625, INT},
tests/lib/libm/t_fe_round.c
70
{ FE_UPWARD, -INT+0.0625, -INT+1},
tests/lib/libm/t_fe_round.c
71
{ FE_UPWARD, +INT+0.0625, INT+1},
tests/lib/libm/t_fe_round.c
76
{ FE_TOWARDZERO, INT+0.0625, INT},
tests/lib/libm/t_fe_round.c
77
{ FE_TOWARDZERO, INT-0.0625, INT - 1},
tests/lib/libm/t_fe_round.c
78
{ FE_TOWARDZERO, -INT+0.0625, -INT + 1},
tests/lib/libm/t_fe_round.c
82
{ FE_TONEAREST, -INT-0.0625, -INT},
tests/lib/libm/t_fe_round.c
83
{ FE_TONEAREST, +INT-0.0625, INT},
tests/lib/libm/t_fe_round.c
84
{ FE_TONEAREST, -INT+0.0625, -INT},
tests/lib/libm/t_fe_round.c
85
{ FE_TONEAREST, +INT+0.0625, INT},
tests/lib/libm/t_fe_round.c
86
{ FE_TONEAREST, -INT-0.53125, -INT-1},
tests/lib/libm/t_fe_round.c
87
{ FE_TONEAREST, +INT-0.53125, INT-1},
tests/lib/libm/t_fe_round.c
88
{ FE_TONEAREST, -INT+0.53125, -INT+1},
tests/lib/libm/t_fe_round.c
89
{ FE_TONEAREST, +INT+0.53125, INT+1},
usr.bin/audio/ctl/ctl.c
140
{ "record.errors", &rerror, INT, READONLY },
usr.bin/audio/ctl/ctl.c
177
case INT:
usr.bin/xlint/arch/coldfire/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/coldfire/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/i386/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/i386/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/m68000/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/m68000/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/m68k/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/m68k/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/mips/targparam.h
50
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/mips/targparam.h
52
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/or1k/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/or1k/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/powerpc/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/powerpc/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/riscv32/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/riscv32/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/arch/sh3/targparam.h
45
#define PTRDIFF_TSPEC INT
usr.bin/xlint/arch/sh3/targparam.h
47
#define INTPTR_TSPEC INT
usr.bin/xlint/common/inittyp.c
92
typeinfo("int", INT, UINT, INT_SIZE, INT_RANK, 's'),
usr.bin/xlint/common/inittyp.c
93
typeinfo("unsigned int", INT, UINT, INT_SIZE, INT_RANK, 'u'),
usr.bin/xlint/common/param.h
42
#define WCHAR_TSPEC INT
usr.bin/xlint/common/tyname.c
258
if ((t = tp->t_tspec) == INT && tp->t_is_enum)
usr.bin/xlint/lint1/cgram.y
1195
$$ = $3 != NULL ? block_dup_type($3->tn_type) : gettyp(INT);
usr.bin/xlint/lint1/cgram.y
1233
$$ = gettyp(INT);
usr.bin/xlint/lint1/cgram.y
1395
$$ = gettyp(INT);
usr.bin/xlint/lint1/cgram.y
1550
lint_assert(t == INT || t == UINT);
usr.bin/xlint/lint1/cgram.y
1553
$2.bit_width == 128 ? (t == INT ? INT128 : UINT128) :
usr.bin/xlint/lint1/cgram.y
1554
t == INT ? LLONG : ULLONG;
usr.bin/xlint/lint1/cgram.y
564
zero->tn_type = gettyp(INT);
usr.bin/xlint/lint1/cgram.y
565
zero->u.value.v_tspec = INT;
usr.bin/xlint/lint1/ckbool.c
56
return t == INT && tn->tn_op == CON && tn->u.value.u.integer == 0;
usr.bin/xlint/lint1/ckctype.c
115
if (cn->tn_type->t_tspec != UCHAR && cn->tn_type->t_tspec != INT) {
usr.bin/xlint/lint1/ckgetopt.c
92
&& tn->u.ops.right->u.value.v_tspec == INT
usr.bin/xlint/lint1/decl.c
1011
} else if (t == INT && dcs->d_sign_mod == NO_TSPEC) {
usr.bin/xlint/lint1/decl.c
1016
} else if (!(t == INT || t == UINT || t == BOOL
usr.bin/xlint/lint1/decl.c
1025
dsym->s_type = tp = block_dup_type(gettyp(t = INT));
usr.bin/xlint/lint1/decl.c
1360
arg->s_type = gettyp(INT);
usr.bin/xlint/lint1/decl.c
1584
sym->s_type = gettyp(INT);
usr.bin/xlint/lint1/decl.c
1749
return gettyp(INT);
usr.bin/xlint/lint1/decl.c
2273
t = INT;
usr.bin/xlint/lint1/decl.c
2275
t = allow_c90 ? INT : UINT;
usr.bin/xlint/lint1/decl.c
2277
t = INT;
usr.bin/xlint/lint1/decl.c
2280
? UINT : INT;
usr.bin/xlint/lint1/decl.c
232
: t == INT ? UINT
usr.bin/xlint/lint1/decl.c
249
(t2 == CHAR || t2 == SHORT || t2 == INT ||
usr.bin/xlint/lint1/decl.c
259
if (t == SHORT && (t2 == INT || t2 == UINT)) {
usr.bin/xlint/lint1/decl.c
262
td = block_dup_type(gettyp(t2 == INT ? SHORT : USHORT));
usr.bin/xlint/lint1/decl.c
271
if (t2 == INT)
usr.bin/xlint/lint1/decl.c
705
t = INT;
usr.bin/xlint/lint1/decl.c
706
if (s == NO_TSPEC && t == INT)
usr.bin/xlint/lint1/decl.c
742
if (t != INT && t != CHAR && (s != NO_TSPEC || l != NO_TSPEC)) {
usr.bin/xlint/lint1/decl.c
933
*tpp = gettyp(INT);
usr.bin/xlint/lint1/decl.c
944
*tpp = gettyp(INT);
usr.bin/xlint/lint1/decl.c
956
*tpp = gettyp(INT);
usr.bin/xlint/lint1/decl.c
963
*tpp = gettyp(INT);
usr.bin/xlint/lint1/emit1.c
99
if ((ts = tp->t_tspec) == INT && tp->t_is_enum)
usr.bin/xlint/lint1/func.c
641
tp->t_tspec = INT;
usr.bin/xlint/lint1/lex.c
1487
sym->s_type = gettyp(INT);
usr.bin/xlint/lint1/lex.c
164
kwdef_type( "int", INT, 78),
usr.bin/xlint/lint1/lex.c
496
return INT;
usr.bin/xlint/lint1/lex.c
970
yylval.y_val->v_tspec = INT;
usr.bin/xlint/lint1/tree.c
1109
UINT, INT,
usr.bin/xlint/lint1/tree.c
1118
for (i = 0; arith_rank[i] != INT; i++)
usr.bin/xlint/lint1/tree.c
1155
for (i = 3; arith_rank[i] != INT; i++)
usr.bin/xlint/lint1/tree.c
1572
: build_integer_constant(INT, 1);
usr.bin/xlint/lint1/tree.c
1689
if (!allow_c90 && rn->tn_type->t_tspec != INT)
usr.bin/xlint/lint1/tree.c
1693
rn = convert(NOOP, 0, gettyp(INT), rn);
usr.bin/xlint/lint1/tree.c
2011
lint_assert(v->v_tspec == INT || (Tflag && v->v_tspec == BOOL));
usr.bin/xlint/lint1/tree.c
2313
? gettyp(Tflag ? BOOL : INT) : ln->tn_type;
usr.bin/xlint/lint1/tree.c
3428
tn->tn_type->t_tspec == INT &&
usr.bin/xlint/lint1/tree.c
3681
return INT;
usr.bin/xlint/lint1/tree.c
3685
return INT;
usr.bin/xlint/lint1/tree.c
3700
unsigned int int_width = size_in_bits(INT);
usr.bin/xlint/lint1/tree.c
3703
return INT;
usr.bin/xlint/lint1/tree.c
3705
return is_uinteger(t) ? UINT : INT;
usr.bin/xlint/lint1/tree.c
3710
return INT;
usr.bin/xlint/lint1/tree.c
3712
return size_in_bits(CHAR) < size_in_bits(INT) ? INT : UINT;
usr.bin/xlint/lint1/tree.c
3714
return INT;
usr.bin/xlint/lint1/tree.c
3716
return size_in_bits(SHORT) < size_in_bits(INT) ? INT : UINT;
usr.bin/xlint/lint1/tree.c
3718
return INT;
usr.bin/xlint/lint1/tree.c
3794
if (nt == ENUM && ot == INT)
usr.bin/xlint/lint1/tree.c
3806
return portable_rank_cmp(ot, INT) > 0;
usr.bin/xlint/lint1/tree.c
4182
case INT:
usr.bin/xlint/lint1/tree.c
4699
arg = build_integer_constant(INT, 0);
usr.bin/xlint/lint1/tree.c
4872
v->v_tspec = INT;
usr.bin/xlint/lint1/tree.c
4899
v->v_tspec = INT;
usr.bin/xlint/lint1/tree.c
965
n->u.value.v_tspec = INT; /* ENUM is in n->tn_type */
usr.bin/xlint/lint2/chk.c
1219
t = INT;
usr.bin/xlint/lint2/chk.c
1221
t = tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
1223
t = INT;
usr.bin/xlint/lint2/chk.c
1225
t = INT_MAX < USHRT_MAX || tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
511
t1 = INT;
usr.bin/xlint/lint2/chk.c
513
t1 = tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
515
t1 = INT;
usr.bin/xlint/lint2/chk.c
517
t1 = INT_MAX < USHRT_MAX || tflag ? UINT : INT;
usr.bin/xlint/lint2/chk.c
666
if ((t1 = tp->t_tspec) != INT && (hflag || t1 != UINT))
usr.bin/xlint/lint2/chk.c
685
if (tp->t_tspec != INT)
usr.bin/xlint/lint2/chk.c
744
if (t1 != INT && (hflag || t1 != UINT))
usr.bin/xlint/lint2/chk.c
759
if (t1 != UINT && t1 != INT)
usr.bin/xlint/lint2/chk.c
762
if (t1 != UINT && (hflag || t1 != INT))
usr.bin/xlint/lint2/chk.c
785
if (t1 != INT)
usr.bin/xlint/lint2/chk.c
811
if (t2 != INT && t2 != UINT)
usr.bin/xlint/lint2/chk.c
898
sz = INT;
usr.bin/xlint/lint2/emit2.c
53
if (ts == INT && tp->t_is_enum)
usr.bin/xlint/lint2/read.c
612
return s == 'u' ? UINT : INT;
usr.bin/xlint/lint2/read.c
710
tp->t_tspec = INT;
usr.bin/xlint/lint2/read.c
802
t = INT;
usr.sbin/ipwctl/ipwctl.c
165
{ 1, "Number of frames submitted for transfer", INT },
usr.sbin/ipwctl/ipwctl.c
166
{ 2, "Number of frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
167
{ 3, "Number of unicast frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
168
{ 4, "Number of unicast frames transmitted at 1Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
169
{ 5, "Number of unicast frames transmitted at 2Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
170
{ 6, "Number of unicast frames transmitted at 5.5Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
171
{ 7, "Number of unicast frames transmitted at 11Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
173
{ 13, "Number of multicast frames transmitted at 1Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
174
{ 14, "Number of multicast frames transmitted at 2Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
175
{ 15, "Number of multicast frames transmitted at 5.5Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
176
{ 16, "Number of multicast frames transmitted at 11Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
178
{ 21, "Number of null frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
179
{ 22, "Number of RTS frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
180
{ 23, "Number of CTS frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
181
{ 24, "Number of ACK frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
182
{ 25, "Number of association requests transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
183
{ 26, "Number of association responses transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
184
{ 27, "Number of reassociation requests transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
185
{ 28, "Number of reassociation responses transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
186
{ 29, "Number of probe requests transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
187
{ 30, "Number of probe responses transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
188
{ 31, "Number of beacons transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
189
{ 32, "Number of ATIM frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
190
{ 33, "Number of disassociation requests transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
191
{ 34, "Number of authentification requests transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
192
{ 35, "Number of deauthentification requests transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
194
{ 41, "Number of bytes transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
195
{ 42, "Number of transmission retries", INT },
usr.sbin/ipwctl/ipwctl.c
196
{ 43, "Number of transmission retries at 1Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
197
{ 44, "Number of transmission retries at 2Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
198
{ 45, "Number of transmission retries at 5.5Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
199
{ 46, "Number of transmission retries at 11Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
201
{ 51, "Number of transmission failures", INT },
usr.sbin/ipwctl/ipwctl.c
203
{ 54, "Number of transmission aborted due to DMA", INT },
usr.sbin/ipwctl/ipwctl.c
205
{ 56, "Number of disassociation failures", INT },
usr.sbin/ipwctl/ipwctl.c
207
{ 58, "Number of spanning tree frames transmitted", INT },
usr.sbin/ipwctl/ipwctl.c
208
{ 59, "Number of transmission errors due to missing ACK", INT },
usr.sbin/ipwctl/ipwctl.c
210
{ 61, "Number of frames received", INT },
usr.sbin/ipwctl/ipwctl.c
211
{ 62, "Number of unicast frames received", INT },
usr.sbin/ipwctl/ipwctl.c
212
{ 63, "Number of unicast frames received at 1Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
213
{ 64, "Number of unicast frames received at 2Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
214
{ 65, "Number of unicast frames received at 5.5Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
215
{ 66, "Number of unicast frames received at 11Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
217
{ 71, "Number of multicast frames received", INT },
usr.sbin/ipwctl/ipwctl.c
218
{ 72, "Number of multicast frames received at 1Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
219
{ 73, "Number of multicast frames received at 2Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
220
{ 74, "Number of multicast frames received at 5.5Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
221
{ 75, "Number of multicast frames received at 11Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
223
{ 80, "Number of null frames received", INT },
usr.sbin/ipwctl/ipwctl.c
224
{ 81, "Number of poll frames received", INT },
usr.sbin/ipwctl/ipwctl.c
225
{ 82, "Number of RTS frames received", INT },
usr.sbin/ipwctl/ipwctl.c
226
{ 83, "Number of CTS frames received", INT },
usr.sbin/ipwctl/ipwctl.c
227
{ 84, "Number of ACK frames received", INT },
usr.sbin/ipwctl/ipwctl.c
228
{ 85, "Number of CF-End frames received", INT },
usr.sbin/ipwctl/ipwctl.c
229
{ 86, "Number of CF-End + CF-Ack frames received", INT },
usr.sbin/ipwctl/ipwctl.c
230
{ 87, "Number of association requests received", INT },
usr.sbin/ipwctl/ipwctl.c
231
{ 88, "Number of association responses received", INT },
usr.sbin/ipwctl/ipwctl.c
232
{ 89, "Number of reassociation requests received", INT },
usr.sbin/ipwctl/ipwctl.c
233
{ 90, "Number of reassociation responses received", INT },
usr.sbin/ipwctl/ipwctl.c
234
{ 91, "Number of probe requests received", INT },
usr.sbin/ipwctl/ipwctl.c
235
{ 92, "Number of probe responses received", INT },
usr.sbin/ipwctl/ipwctl.c
236
{ 93, "Number of beacons received", INT },
usr.sbin/ipwctl/ipwctl.c
237
{ 94, "Number of ATIM frames received", INT },
usr.sbin/ipwctl/ipwctl.c
238
{ 95, "Number of disassociation requests received", INT },
usr.sbin/ipwctl/ipwctl.c
239
{ 96, "Number of authentification requests received", INT },
usr.sbin/ipwctl/ipwctl.c
240
{ 97, "Number of deauthentification requests received", INT },
usr.sbin/ipwctl/ipwctl.c
242
{ 101, "Number of bytes received", INT },
usr.sbin/ipwctl/ipwctl.c
243
{ 102, "Number of frames with a bad CRC received", INT },
usr.sbin/ipwctl/ipwctl.c
244
{ 103, "Number of frames with a bad CRC received at 1Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
245
{ 104, "Number of frames with a bad CRC received at 2Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
246
{ 105, "Number of frames with a bad CRC received at 5.5Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
247
{ 106, "Number of frames with a bad CRC received at 11Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
249
{ 112, "Number of duplicated frames received at 1Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
250
{ 113, "Number of duplicated frames received at 2Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
251
{ 114, "Number of duplicated frames received at 5.5Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
252
{ 115, "Number of duplicated frames received at 11Mb/s", INT },
usr.sbin/ipwctl/ipwctl.c
254
{ 119, "Number of duplicated frames received", INT },
usr.sbin/ipwctl/ipwctl.c
256
{ 123, "Number of frames with a bad protocol received", INT },
usr.sbin/ipwctl/ipwctl.c
257
{ 124, "Boot time", INT },
usr.sbin/ipwctl/ipwctl.c
258
{ 125, "Number of frames dropped due to missing buffer", INT },
usr.sbin/ipwctl/ipwctl.c
259
{ 126, "Number of frames dropped due to DMA", INT },
usr.sbin/ipwctl/ipwctl.c
261
{ 128, "Number of frames dropped due to missing fragment", INT },
usr.sbin/ipwctl/ipwctl.c
262
{ 129, "Number of frames dropped due to non-seq fragment", INT },
usr.sbin/ipwctl/ipwctl.c
263
{ 130, "Number of frames dropped due to missing first frame", INT },
usr.sbin/ipwctl/ipwctl.c
264
{ 131, "Number of frames dropped due to uncompleted frame", INT },
usr.sbin/ipwctl/ipwctl.c
266
{ 137, "Number of times adapter suspended", INT },
usr.sbin/ipwctl/ipwctl.c
267
{ 138, "Beacon timeout", INT },
usr.sbin/ipwctl/ipwctl.c
268
{ 139, "Number of poll response timeouts", INT },
usr.sbin/ipwctl/ipwctl.c
270
{ 141, "Number of PSP DTIM frames received", INT },
usr.sbin/ipwctl/ipwctl.c
271
{ 142, "Number of PSP TIM frames received", INT },
usr.sbin/ipwctl/ipwctl.c
272
{ 143, "PSP station Id", INT },
usr.sbin/ipwctl/ipwctl.c
274
{ 147, "RTC time of last association", INT },
usr.sbin/ipwctl/ipwctl.c
278
{ 151, "Number of access points in access points table", INT },
usr.sbin/ipwctl/ipwctl.c
280
{ 153, "Number of associations", INT },
usr.sbin/ipwctl/ipwctl.c
281
{ 154, "Number of association failures", INT },
usr.sbin/ipwctl/ipwctl.c
282
{ 156, "Number of full scans", INT },
usr.sbin/ipwctl/ipwctl.c
285
{ 160, "RSSI at time of association", INT },
usr.sbin/ipwctl/ipwctl.c
286
{ 161, "Number of reassociations due to no probe response", INT },
usr.sbin/ipwctl/ipwctl.c
287
{ 162, "Number of reassociations due to poor line quality", INT },
usr.sbin/ipwctl/ipwctl.c
288
{ 163, "Number of reassociations due to load", INT },
usr.sbin/ipwctl/ipwctl.c
289
{ 164, "Number of reassociations due to access point RSSI level", INT },
usr.sbin/ipwctl/ipwctl.c
290
{ 165, "Number of reassociations due to load leveling", INT },
usr.sbin/ipwctl/ipwctl.c
292
{ 170, "Number of times authentification failed", INT },
usr.sbin/ipwctl/ipwctl.c
293
{ 171, "Number of times authentification response failed", INT },
usr.sbin/ipwctl/ipwctl.c
294
{ 172, "Number of entries in association table", INT },
usr.sbin/ipwctl/ipwctl.c
295
{ 173, "Average RSSI", INT },
usr.sbin/ipwctl/ipwctl.c
297
{ 176, "Self test status", INT },
usr.sbin/ipwctl/ipwctl.c
298
{ 177, "Power mode", INT },
usr.sbin/ipwctl/ipwctl.c
299
{ 178, "Power index", INT },
usr.sbin/ipwctl/ipwctl.c
302
{ 181, "Number of adapter warm resets", INT },
usr.sbin/ipwctl/ipwctl.c
303
{ 182, "Beacon interval", INT },
usr.sbin/ipwctl/ipwctl.c
305
{ 184, "Princeton version", INT },
usr.sbin/ipwctl/ipwctl.c
307
{ 186, "CCA RSSI", INT },
usr.sbin/ipwctl/ipwctl.c
308
{ 187, "Number of times EEPROM updated", INT },
usr.sbin/ipwctl/ipwctl.c
309
{ 188, "Beacon intervals between DTIM", INT },
usr.sbin/ipwctl/ipwctl.c
310
{ 189, "Current channel", INT },
usr.sbin/ipwctl/ipwctl.c
311
{ 190, "RTC time", INT },
usr.sbin/ipwctl/ipwctl.c
312
{ 191, "Operating mode", INT },
usr.sbin/ipwctl/ipwctl.c
315
{ 194, "ATIM window", INT },
usr.sbin/ipwctl/ipwctl.c
320
{ 199, "Type of authentification", INT },
usr.sbin/ipwctl/ipwctl.c
321
{ 200, "Adapter card platform type", INT },
usr.sbin/ipwctl/ipwctl.c
322
{ 201, "RTS threshold", INT },
usr.sbin/ipwctl/ipwctl.c
324
{ 203, "Fragmentation threshold", INT },
usr.sbin/ipwctl/ipwctl.c
326
{ 213, "Microcode version", INT },
usr.sbin/ipwctl/ipwctl.c
348
case INT:
usr.sbin/sysinst/txtwalk.c
140
case INT:
usr.sbin/sysinst/txtwalk.c
164
case INT:
usr.sbin/sysinst/txtwalk.c
236
found[*numfound].what = INT;