crypto/libressl/crypto/bn/bn_bpsw.c
104
if (!BN_add(V, V, tmp))
crypto/libressl/crypto/bn/bn_bpsw.c
106
if (!bn_div_by_two_mod_odd_n(V, n, ctx))
crypto/libressl/crypto/bn/bn_bpsw.c
123
bn_lucas(BIGNUM *U, BIGNUM *V, const BIGNUM *k, const BIGNUM *D,
crypto/libressl/crypto/bn/bn_bpsw.c
131
if (!BN_one(V))
crypto/libressl/crypto/bn/bn_bpsw.c
142
if (!bn_lucas_step(U, V, digit, D, n, ctx))
crypto/libressl/crypto/bn/bn_bpsw.c
162
BIGNUM *k, *U, *V;
crypto/libressl/crypto/bn/bn_bpsw.c
172
if ((V = BN_CTX_get(ctx)) == NULL)
crypto/libressl/crypto/bn/bn_bpsw.c
193
if (!bn_lucas(U, V, k, D, n, ctx))
crypto/libressl/crypto/bn/bn_bpsw.c
196
if (BN_is_zero(U) || BN_is_zero(V)) {
crypto/libressl/crypto/bn/bn_bpsw.c
207
if (!bn_lucas_step(U, V, 0, D, n, ctx))
crypto/libressl/crypto/bn/bn_bpsw.c
210
if (BN_is_zero(V)) {
crypto/libressl/crypto/bn/bn_bpsw.c
63
bn_lucas_step(BIGNUM *U, BIGNUM *V, int digit, const BIGNUM *D,
crypto/libressl/crypto/bn/bn_bpsw.c
81
if (!BN_mod_mul(U, U, V, n, ctx))
crypto/libressl/crypto/bn/bn_bpsw.c
85
if (!BN_sqr(V, V, ctx))
crypto/libressl/crypto/bn/bn_bpsw.c
87
if (!BN_add(V, V, tmp))
crypto/libressl/crypto/bn/bn_bpsw.c
89
if (!bn_div_by_two_mod_odd_n(V, n, ctx))
crypto/libressl/crypto/bn/bn_bpsw.c
98
if (!BN_add(U, U, V))
crypto/libressl/crypto/gost/gostr341194.c
135
unsigned char U[32], W[32], V[32], S[32], Key[32];
crypto/libressl/crypto/gost/gostr341194.c
147
circle_xor8(M, V);
crypto/libressl/crypto/gost/gostr341194.c
148
circle_xor8(V, V);
crypto/libressl/crypto/gost/gostr341194.c
149
xor_blocks(W, U, V, 32);
crypto/libressl/crypto/gost/gostr341194.c
173
circle_xor8(V, V);
crypto/libressl/crypto/gost/gostr341194.c
174
circle_xor8(V, V);
crypto/libressl/crypto/gost/gostr341194.c
175
xor_blocks(W, U, V, 32);
crypto/libressl/crypto/gost/gostr341194.c
183
circle_xor8(V, V);
crypto/libressl/crypto/gost/gostr341194.c
184
circle_xor8(V, V);
crypto/libressl/crypto/gost/gostr341194.c
185
xor_blocks(W, U, V, 32);
crypto/libressl/crypto/modes/gcm128.c
124
u128 V;
crypto/libressl/crypto/modes/gcm128.c
128
V.hi = H[0];
crypto/libressl/crypto/modes/gcm128.c
129
V.lo = H[1];
crypto/libressl/crypto/modes/gcm128.c
131
for (Htable[128]=V, i=64; i>0; i>>=1) {
crypto/libressl/crypto/modes/gcm128.c
132
REDUCE1BIT(V);
crypto/libressl/crypto/modes/gcm128.c
133
Htable[i] = V;
crypto/libressl/crypto/modes/gcm128.c
257
u128 V;
crypto/libressl/crypto/modes/gcm128.c
264
V.hi = H[0];
crypto/libressl/crypto/modes/gcm128.c
265
V.lo = H[1];
crypto/libressl/crypto/modes/gcm128.c
268
for (Htable[8]=V, i=4; i>0; i>>=1) {
crypto/libressl/crypto/modes/gcm128.c
269
REDUCE1BIT(V);
crypto/libressl/crypto/modes/gcm128.c
270
Htable[i] = V;
crypto/libressl/crypto/modes/gcm128.c
276
for (V=*Hi, j=1; j<i; ++j) {
crypto/libressl/crypto/modes/gcm128.c
277
Hi[j].hi = V.hi^Htable[j].hi;
crypto/libressl/crypto/modes/gcm128.c
278
Hi[j].lo = V.lo^Htable[j].lo;
crypto/libressl/crypto/modes/gcm128.c
282
Htable[8] = V;
crypto/libressl/crypto/modes/gcm128.c
283
REDUCE1BIT(V);
crypto/libressl/crypto/modes/gcm128.c
284
Htable[4] = V;
crypto/libressl/crypto/modes/gcm128.c
285
REDUCE1BIT(V);
crypto/libressl/crypto/modes/gcm128.c
286
Htable[2] = V;
crypto/libressl/crypto/modes/gcm128.c
287
REDUCE1BIT(V);
crypto/libressl/crypto/modes/gcm128.c
288
Htable[1] = V;
crypto/libressl/crypto/modes/gcm128.c
289
Htable[3].hi = V.hi^Htable[2].hi, Htable[3].lo = V.lo^Htable[2].lo;
crypto/libressl/crypto/modes/gcm128.c
290
V=Htable[4];
crypto/libressl/crypto/modes/gcm128.c
291
Htable[5].hi = V.hi^Htable[1].hi, Htable[5].lo = V.lo^Htable[1].lo;
crypto/libressl/crypto/modes/gcm128.c
292
Htable[6].hi = V.hi^Htable[2].hi, Htable[6].lo = V.lo^Htable[2].lo;
crypto/libressl/crypto/modes/gcm128.c
293
Htable[7].hi = V.hi^Htable[3].hi, Htable[7].lo = V.lo^Htable[3].lo;
crypto/libressl/crypto/modes/gcm128.c
294
V=Htable[8];
crypto/libressl/crypto/modes/gcm128.c
295
Htable[9].hi = V.hi^Htable[1].hi, Htable[9].lo = V.lo^Htable[1].lo;
crypto/libressl/crypto/modes/gcm128.c
296
Htable[10].hi = V.hi^Htable[2].hi, Htable[10].lo = V.lo^Htable[2].lo;
crypto/libressl/crypto/modes/gcm128.c
297
Htable[11].hi = V.hi^Htable[3].hi, Htable[11].lo = V.lo^Htable[3].lo;
crypto/libressl/crypto/modes/gcm128.c
298
Htable[12].hi = V.hi^Htable[4].hi, Htable[12].lo = V.lo^Htable[4].lo;
crypto/libressl/crypto/modes/gcm128.c
299
Htable[13].hi = V.hi^Htable[5].hi, Htable[13].lo = V.lo^Htable[5].lo;
crypto/libressl/crypto/modes/gcm128.c
300
Htable[14].hi = V.hi^Htable[6].hi, Htable[14].lo = V.lo^Htable[6].lo;
crypto/libressl/crypto/modes/gcm128.c
301
Htable[15].hi = V.hi^Htable[7].hi, Htable[15].lo = V.lo^Htable[7].lo;
crypto/libressl/crypto/modes/gcm128.c
311
V = Htable[j];
crypto/libressl/crypto/modes/gcm128.c
312
Htable[j].hi = V.lo;
crypto/libressl/crypto/modes/gcm128.c
313
Htable[j].lo = V.hi;
crypto/libressl/crypto/modes/gcm128.c
317
V = Htable[j];
crypto/libressl/crypto/modes/gcm128.c
318
Htable[j].hi = V.lo<<32|V.lo>>32;
crypto/libressl/crypto/modes/gcm128.c
319
Htable[j].lo = V.hi<<32|V.hi>>32;
crypto/libressl/crypto/modes/gcm128.c
581
u128 V,Z = { 0,0 };
crypto/libressl/crypto/modes/gcm128.c
586
V.hi = H[0]; /* H is in host byte order, no byte swapping */
crypto/libressl/crypto/modes/gcm128.c
587
V.lo = H[1];
crypto/libressl/crypto/modes/gcm128.c
608
Z.hi ^= V.hi&M;
crypto/libressl/crypto/modes/gcm128.c
609
Z.lo ^= V.lo&M;
crypto/libressl/crypto/modes/gcm128.c
611
REDUCE1BIT(V);
crypto/libressl/crypto/modes/gcm128.c
72
#define REDUCE1BIT(V) \
crypto/libressl/crypto/modes/gcm128.c
75
u64 T = U64(0xe100000000000000) & (0-(V.lo&1)); \
crypto/libressl/crypto/modes/gcm128.c
76
V.lo = (V.hi<<63)|(V.lo>>1); \
crypto/libressl/crypto/modes/gcm128.c
77
V.hi = (V.hi>>1 )^T; \
crypto/libressl/crypto/modes/gcm128.c
79
u32 T = 0xe1000000U & (0-(u32)(V.lo&1)); \
crypto/libressl/crypto/modes/gcm128.c
80
V.lo = (V.hi<<63)|(V.lo>>1); \
crypto/libressl/crypto/modes/gcm128.c
81
V.hi = (V.hi>>1 )^((u64)T<<32); \
games/pom/pom.c
109
double A4, lprime, V, ldprime, D, Nm;
games/pom/pom.c
131
V = 0.6583 * sin(dtor(2 * (lprime - LambdaSol))); /* sec 61 #13 */
games/pom/pom.c
132
ldprime = lprime + V; /* sec 61 #14 */
lib/libexecinfo/private_libelf.h
136
#define _ELF_DEFINE_EI(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
1378
#define ROUNDUP2(V,N) (V) = ((((V) + (N) - 1)) & ~((N) - 1))
lib/libexecinfo/private_libelf.h
151
#define _ELF_DEFINE_EC(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
167
#define _ELF_DEFINE_ED(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
183
#define _ELF_DEFINE_EMAG(N, V) N = V ,
lib/libexecinfo/private_libelf.h
198
#define _ELF_DEFINE_EM(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
243
#define _ELF_DEFINE_SHN(N, V, DESCR) N = V ,
lib/libexecinfo/private_libelf.h
398
#define _ELF_DEFINE_SHT(N, V, DESCR) N = V ,
sbin/ipfw/ipfw2.c
1468
printf(" V %20ju\n", (uintmax_t)p->V >> MY_M);
sbin/ipfw3/ipfw3dummynet.c
543
printf(" V %20ju\n", (uintmax_t)p->V >> MY_M);
sbin/iscontrol/fsm.c
632
| | V / / |
sbin/iscontrol/fsm.c
638
| | V / | T18
sbin/iscontrol/fsm.c
647
| | | / +->\ /<-+ V V
sbin/iscontrol/fsm.c
650
| | V / / V +----+ \ /
sys/bus/cam/scsi/scsi_all.c
130
#define ALL (D | T | L | P | W | R | O | M | A | E | B | K | V | F | S | C)
sys/bus/cam/scsi/scsi_all.c
251
{ 0x16, ALL & ~(R | B | V | F | C), "RESERVE(6)" },
sys/bus/cam/scsi/scsi_all.c
255
{ 0x17, ALL & ~(R | B | V | F | C), "RELEASE(6)" },
sys/bus/cam/scsi/scsi_all.c
267
{ 0x1B, T | V, "LOAD UNLOAD" },
sys/bus/cam/scsi/scsi_all.c
375
{ 0x44, T | V, "REPORT DENSITY SUPPORT" },
sys/bus/cam/scsi/scsi_all.c
413
{ 0x56, ALL & ~(R | B | K | V | F | C), "RESERVE(10)" },
sys/bus/cam/scsi/scsi_all.c
417
{ 0x57, ALL & ~(R | B | K | V | F | C), "RELEASE(10)" },
sys/bus/cam/scsi/scsi_all.c
432
{ 0x5E, ALL & ~(R | B | K | V | C), "PERSISTENT RESERVE IN" },
sys/bus/cam/scsi/scsi_all.c
434
{ 0x5F, ALL & ~(R | B | K | V | C), "PERSISTENT RESERVE OUT" },
sys/bus/cam/scsi/scsi_all.c
436
{ 0x7E, D | T | R | M | A | E | B | V, "extended CDB" },
sys/bus/cam/scsi/scsi_all.c
450
{ 0x83, D | T | L | P | W | O | K | V, "EXTENDED COPY" },
sys/bus/cam/scsi/scsi_all.c
452
{ 0x84, D | T | L | P | W | O | K | V, "RECEIVE COPY RESULTS" },
sys/bus/cam/scsi/scsi_all.c
471
{ 0x8C, D | T | W | O | M | B | V, "READ ATTRIBUTE" },
sys/bus/cam/scsi/scsi_all.c
473
{ 0x8D, D | T | W | O | M | B | V, "WRITE ATTRIBUTE" },
sys/bus/cam/scsi/scsi_all.c
515
{ 0xA2, D | T | R | V, "SECURITY PROTOCOL IN" },
sys/bus/cam/scsi/scsi_all.c
541
{ 0xA9, V, "SERVICE ACTION OUT(12)" },
sys/bus/cam/scsi/scsi_all.c
547
{ 0xAB, R | V, "SERVICE ACTION IN(12)" },
sys/bus/cam/scsi/scsi_all.c
569
{ 0xB5, D | T | R | V, "SECURITY PROTOCOL OUT" },
sys/cpu/x86_64/include/atomic.h
100
: CONS (V)); \
sys/cpu/x86_64/include/atomic.h
107
: CONS (V)); \
sys/cpu/x86_64/include/atomic.h
114
: CONS (V)); \
sys/cpu/x86_64/include/atomic.h
87
#define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \
sys/cpu/x86_64/include/atomic.h
93
: CONS (V)); \
sys/dev/drm/i915/i915_vma.h
427
#define for_each_ggtt_vma(V, OBJ) \
sys/dev/drm/i915/i915_vma.h
428
list_for_each_entry(V, &(OBJ)->vma_list, obj_link) \
sys/dev/drm/i915/i915_vma.h
429
for_each_until(!i915_vma_is_ggtt(V))
sys/dev/misc/dcons/dcons.h
51
V u_int32_t version;
sys/dev/misc/dcons/dcons.h
52
V u_int32_t ooffset[DCONS_NPORT];
sys/dev/misc/dcons/dcons.h
53
V u_int32_t ioffset[DCONS_NPORT];
sys/dev/misc/dcons/dcons.h
54
V u_int32_t osize[DCONS_NPORT];
sys/dev/misc/dcons/dcons.h
55
V u_int32_t isize[DCONS_NPORT];
sys/dev/misc/dcons/dcons.h
57
V u_int32_t magic;
sys/dev/misc/dcons/dcons.h
61
V u_int32_t optr[DCONS_NPORT];
sys/dev/misc/dcons/dcons.h
62
V u_int32_t iptr[DCONS_NPORT];
sys/dev/misc/dcons/dcons.h
63
V char buf[0];
sys/dev/misc/dcons/dcons.h
79
V u_int32_t *ptr;
sys/dev/misc/dcons/dcons.h
80
V char *buf;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
83
uint32_t reg = V(r, 0);
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
87
OS_REG_WRITE(ah, reg, V(r, 1));
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
67
uint32_t reg = V(i, 0);
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c
71
OS_REG_WRITE(ah, reg, V(i, 1));
sys/net/dummynet/ip_dummynet.c
1130
q->S = pipe->V;
sys/net/dummynet/ip_dummynet.c
1134
q->S = MAX64(q->F, pipe->V);
sys/net/dummynet/ip_dummynet.c
1140
pipe->V = MAX64(q->S, pipe->V);
sys/net/dummynet/ip_dummynet.c
1157
if (DN_KEY_GT(q->S, pipe->V)) { /* Not eligible */
sys/net/dummynet/ip_dummynet.c
1834
ioc_pipe->V = pipe->V;
sys/net/dummynet/ip_dummynet.c
555
p->V += (len << MY_M) / p->sum; /* Update V */
sys/net/dummynet/ip_dummynet.c
568
if (DN_KEY_LEQ(q->S, p->V))
sys/net/dummynet/ip_dummynet.c
582
p->V = MAX64(p->V, neh->p[0].key);
sys/net/dummynet/ip_dummynet.c
587
while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) {
sys/net/dummynet/ip_dummynet.c
609
p->V = 0;
sys/net/dummynet/ip_dummynet.c
645
DN_KEY_LT(pipe->idle_heap.p[0].key, pipe->V)) {
sys/net/dummynet/ip_dummynet.h
329
dn_key V; /* virtual time */
sys/net/dummynet/ip_dummynet.h
426
dn_key V; /* virtual time */
sys/net/dummynet3/ip_dummynet3.c
1149
q->S = pipe->V;
sys/net/dummynet3/ip_dummynet3.c
1153
q->S = MAX64(q->F, pipe->V);
sys/net/dummynet3/ip_dummynet3.c
1159
pipe->V = MAX64(q->S, pipe->V);
sys/net/dummynet3/ip_dummynet3.c
1176
if (DN_KEY_GT(q->S, pipe->V)) { /* Not eligible */
sys/net/dummynet3/ip_dummynet3.c
1813
ioc_pipe->V = pipe->V;
sys/net/dummynet3/ip_dummynet3.c
574
p->V += (len << MY_M) / p->sum; /* Update V */
sys/net/dummynet3/ip_dummynet3.c
587
if (DN_KEY_LEQ(q->S, p->V))
sys/net/dummynet3/ip_dummynet3.c
601
p->V = MAX64(p->V, neh->p[0].key);
sys/net/dummynet3/ip_dummynet3.c
606
while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) {
sys/net/dummynet3/ip_dummynet3.c
628
p->V = 0;
sys/net/dummynet3/ip_dummynet3.c
664
DN_KEY_LT(pipe->idle_heap.p[0].key, pipe->V)) {
sys/net/dummynet3/ip_dummynet3.h
344
dn_key V; /* virtual time */
sys/net/dummynet3/ip_dummynet3.h
441
dn_key V; /* virtual time */
tools/tools/net80211/wlanwatch/wlanwatch.c
325
ether_sprintf(V(ieee80211_join_event)->iev_addr));
tools/tools/net80211/wlanwatch/wlanwatch.c
329
ether_sprintf(V(ieee80211_join_event)->iev_addr));
tools/tools/net80211/wlanwatch/wlanwatch.c
337
ether_sprintf(V(ieee80211_join_event)->iev_addr),
tools/tools/net80211/wlanwatch/wlanwatch.c
343
ether_sprintf(V(ieee80211_leave_event)->iev_addr));
tools/tools/net80211/wlanwatch/wlanwatch.c
350
, ether_sprintf(V(ieee80211_replay_event)->iev_src)
tools/tools/net80211/wlanwatch/wlanwatch.c
353
, ether_sprintf(V(ieee80211_replay_event)->iev_dst)
tools/tools/net80211/wlanwatch/wlanwatch.c
354
, V(ieee80211_replay_event)->iev_cipher
tools/tools/net80211/wlanwatch/wlanwatch.c
355
, V(ieee80211_replay_event)->iev_keyix
tools/tools/net80211/wlanwatch/wlanwatch.c
356
, V(ieee80211_replay_event)->iev_keyrsc
tools/tools/net80211/wlanwatch/wlanwatch.c
357
, V(ieee80211_replay_event)->iev_rsc
tools/tools/net80211/wlanwatch/wlanwatch.c
362
, ether_sprintf(V(ieee80211_michael_event)->iev_src)
tools/tools/net80211/wlanwatch/wlanwatch.c
365
, ether_sprintf(V(ieee80211_michael_event)->iev_dst)
tools/tools/net80211/wlanwatch/wlanwatch.c
366
, V(ieee80211_michael_event)->iev_cipher
tools/tools/net80211/wlanwatch/wlanwatch.c
367
, V(ieee80211_michael_event)->iev_keyix
tools/tools/net80211/wlanwatch/wlanwatch.c
372
ether_sprintf(V(ieee80211_wds_event)->iev_addr));
tools/tools/net80211/wlanwatch/wlanwatch.c
376
, V(ieee80211_csa_event)->iev_ieee
tools/tools/net80211/wlanwatch/wlanwatch.c
377
, V(ieee80211_csa_event)->iev_freq
tools/tools/net80211/wlanwatch/wlanwatch.c
378
, V(ieee80211_csa_event)->iev_flags
tools/tools/net80211/wlanwatch/wlanwatch.c
379
, V(ieee80211_csa_event)->iev_mode
tools/tools/net80211/wlanwatch/wlanwatch.c
380
, V(ieee80211_csa_event)->iev_count
tools/tools/net80211/wlanwatch/wlanwatch.c
386
, V(ieee80211_cac_event)->iev_ieee
tools/tools/net80211/wlanwatch/wlanwatch.c
387
, V(ieee80211_cac_event)->iev_freq
tools/tools/net80211/wlanwatch/wlanwatch.c
388
, V(ieee80211_cac_event)->iev_flags
tools/tools/net80211/wlanwatch/wlanwatch.c
390
switch (V(ieee80211_cac_event)->iev_type) {
tools/tools/net80211/wlanwatch/wlanwatch.c
405
V(ieee80211_cac_event)->iev_type);
tools/tools/net80211/wlanwatch/wlanwatch.c
411
ether_sprintf(V(ieee80211_deauth_event)->iev_addr));
tools/tools/net80211/wlanwatch/wlanwatch.c
415
ether_sprintf(V(ieee80211_auth_event)->iev_addr));
tools/tools/net80211/wlanwatch/wlanwatch.c
419
ether_sprintf(V(ieee80211_country_event)->iev_addr),
tools/tools/net80211/wlanwatch/wlanwatch.c
420
V(ieee80211_country_event)->iev_cc[0],
tools/tools/net80211/wlanwatch/wlanwatch.c
421
V(ieee80211_country_event)->iev_cc[1]);
tools/tools/net80211/wlanwatch/wlanwatch.c
425
V(ieee80211_radio_event)->iev_state ? "ON" : "OFF");
tools/tools/net80211/wlanwds/wlanwds.c
337
ether_sprintf(V(ieee80211_leave_event)->iev_addr));
tools/tools/net80211/wlanwds/wlanwds.c
338
wds_leave(V(ieee80211_leave_event)->iev_addr);
tools/tools/net80211/wlanwds/wlanwds.c
349
ether_sprintf(V(ieee80211_wds_event)->iev_addr));
tools/tools/net80211/wlanwds/wlanwds.c
353
V(ieee80211_wds_event)->iev_addr);
usr.sbin/slstat/slstat.c
193
V(sc_if.if_ibytes),
usr.sbin/slstat/slstat.c
194
V(sc_if.if_ipackets),
usr.sbin/slstat/slstat.c
195
V(sc_comp.sls_compressedin),
usr.sbin/slstat/slstat.c
196
V(sc_comp.sls_uncompressedin),
usr.sbin/slstat/slstat.c
197
V(sc_comp.sls_errorin));
usr.sbin/slstat/slstat.c
200
V(sc_comp.sls_tossed),
usr.sbin/slstat/slstat.c
201
V(sc_if.if_ipackets) -
usr.sbin/slstat/slstat.c
202
V(sc_comp.sls_compressedin) -
usr.sbin/slstat/slstat.c
203
V(sc_comp.sls_uncompressedin) -
usr.sbin/slstat/slstat.c
204
V(sc_comp.sls_errorin),
usr.sbin/slstat/slstat.c
205
V(sc_if.if_ierrors));
usr.sbin/slstat/slstat.c
207
V(sc_if.if_obytes) / (rflag ? interval : 1),
usr.sbin/slstat/slstat.c
208
V(sc_if.if_opackets),
usr.sbin/slstat/slstat.c
209
V(sc_comp.sls_compressed),
usr.sbin/slstat/slstat.c
210
V(sc_comp.sls_packets) - V(sc_comp.sls_compressed),
usr.sbin/slstat/slstat.c
211
V(sc_if.if_opackets) - V(sc_comp.sls_packets));
usr.sbin/slstat/slstat.c
214
V(sc_comp.sls_searches),
usr.sbin/slstat/slstat.c
215
V(sc_comp.sls_misses),
usr.sbin/slstat/slstat.c
216
V(sc_if.if_oerrors),
usr.sbin/slstat/slstat.c
217
V(sc_if.if_collisions));