Symbol: tab
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
266
extern struct tab cmdtab[];
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
267
extern struct tab sitetab[];
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
270
static void help (struct tab *, char *);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
271
static struct tab *
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
272
lookup (struct tab *, char *);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2985
struct tab cmdtab[] = { /* In order defined in RFC 765 */
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3053
struct tab sitetab[] = {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3073
static struct tab *
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3074
lookup(struct tab *p, char *cmd)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3176
struct tab *p;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3421
help(struct tab *ctab, char *s)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3423
struct tab *c;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3477
if (c == (struct tab *)0) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1000
struct tab sitetab[] = {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1020
static struct tab *
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1021
lookup(struct tab *p, char *cmd)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1123
struct tab *p;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1368
help(struct tab *ctab, char *s)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1370
struct tab *c;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1424
if (c == (struct tab *)0) {
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
67
extern struct tab cmdtab[];
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
68
extern struct tab sitetab[];
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
71
static void help (struct tab *, char *);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
72
static struct tab *
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
73
lookup (struct tab *, char *);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
932
struct tab cmdtab[] = { /* In order defined in RFC 765 */
crypto/heimdal/base/dict.c
124
dict->tab = calloc(dict->size, sizeof(dict->tab[0]));
crypto/heimdal/base/dict.c
125
if (dict->tab == NULL) {
crypto/heimdal/base/dict.c
154
for (p = dict->tab[v % dict->size]; p != NULL; p = p->next)
crypto/heimdal/base/dict.c
212
tabptr = &dict->tab[v % dict->size];
crypto/heimdal/base/dict.c
260
for (h = dict->tab; h < &dict->tab[dict->size]; ++h)
crypto/heimdal/base/dict.c
278
for (h = dict->tab; h < &dict->tab[dict->size]; ++h)
crypto/heimdal/base/dict.c
47
struct hashentry **tab;
crypto/heimdal/base/dict.c
56
for (h = dict->tab; h < &dict->tab[dict->size]; ++h) {
crypto/heimdal/base/dict.c
64
free(dict->tab);
crypto/heimdal/lib/asn1/hash.c
115
tabptr = &htab->tab[(*htab->hash) (ptr) % htab->sz];
crypto/heimdal/lib/asn1/hash.c
157
for (h = htab->tab; h < &htab->tab[htab->sz]; ++h)
crypto/heimdal/lib/asn1/hash.c
60
htab->tab[i] = NULL;
crypto/heimdal/lib/asn1/hash.c
77
for (hptr = htab->tab[(*htab->hash) (ptr) % htab->sz];
crypto/heimdal/lib/asn1/hash.h
52
Hashentry *tab[1]; /* The table */
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
728
#define one_table(x,op,tab,vf,rf,c) \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
729
( tab[bval(vf(x,0,c),rf(0,c))] \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
730
^ op(tab[bval(vf(x,1,c),rf(1,c))],1) \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
731
^ op(tab[bval(vf(x,2,c),rf(2,c))],2) \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
732
^ op(tab[bval(vf(x,3,c),rf(3,c))],3))
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
734
#define four_tables(x,tab,vf,rf,c) \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
735
( tab[0][bval(vf(x,0,c),rf(0,c))] \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
736
^ tab[1][bval(vf(x,1,c),rf(1,c))] \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
737
^ tab[2][bval(vf(x,2,c),rf(2,c))] \
crypto/krb5/src/lib/crypto/builtin/aes/aesopt.h
738
^ tab[3][bval(vf(x,3,c),rf(3,c))])
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1259
write_case(FILE *out, _case_t *tab, int num, int first)
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1267
(unsigned long) tab[i].key, (unsigned long) tab[i].other1,
crypto/krb5/src/lib/krb5/unicode/ucdata/ucgendat.c
1268
(unsigned long) tab[i].other2);
crypto/libecc/include/libecc/fp/fp.h
93
ATTRIBUTE_WARN_UNUSED_RET int fp_tabselect(fp_t out, u8 idx, fp_src_t *tab, u8 tabsize);
crypto/libecc/include/libecc/nn/nn.h
94
ATTRIBUTE_WARN_UNUSED_RET int nn_tabselect(nn_t out, u8 idx, nn_src_t *tab, u8 tabsize);
crypto/libecc/src/fp/fp.c
366
int fp_tabselect(fp_t out, u8 idx, fp_src_t *tab, u8 tabsize)
crypto/libecc/src/fp/fp.c
374
MUST_HAVE(((tab != NULL) && (idx < tabsize)), ret, err);
crypto/libecc/src/fp/fp.c
389
ret = fp_check_initialized(tab[k]); EG(ret, err);
crypto/libecc/src/fp/fp.c
391
MUST_HAVE(((&(tab[k]->ctx->p)) == p), ret, err);
crypto/libecc/src/fp/fp.c
396
out->fp_val.val[i] |= (tab[k]->fp_val.val[i] & mask);
crypto/libecc/src/nn/nn.c
577
int nn_tabselect(nn_t out, u8 idx, nn_src_t *tab, u8 tabsize)
crypto/libecc/src/nn/nn.c
584
MUST_HAVE(((tab != NULL) && (idx < tabsize)), ret, err);
crypto/libecc/src/nn/nn.c
595
ret = nn_check_initialized(tab[k]); EG(ret, err);
crypto/libecc/src/nn/nn.c
599
out->wlen = (u8)(out->wlen | ((tab[k]->wlen) & mask));
crypto/libecc/src/nn/nn.c
602
out->val[i] |= (tab[k]->val[i] & mask);
crypto/openssl/crypto/bn/bn_gf2m.c
101
s = tab[b >> 30];
crypto/openssl/crypto/bn/bn_gf2m.c
125
BN_ULONG tab[16], top3b = a >> 61;
crypto/openssl/crypto/bn/bn_gf2m.c
133
tab[0] = 0;
crypto/openssl/crypto/bn/bn_gf2m.c
134
tab[1] = a1;
crypto/openssl/crypto/bn/bn_gf2m.c
135
tab[2] = a2;
crypto/openssl/crypto/bn/bn_gf2m.c
136
tab[3] = a1 ^ a2;
crypto/openssl/crypto/bn/bn_gf2m.c
137
tab[4] = a4;
crypto/openssl/crypto/bn/bn_gf2m.c
138
tab[5] = a1 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
139
tab[6] = a2 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
140
tab[7] = a1 ^ a2 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
141
tab[8] = a8;
crypto/openssl/crypto/bn/bn_gf2m.c
142
tab[9] = a1 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
143
tab[10] = a2 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
144
tab[11] = a1 ^ a2 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
145
tab[12] = a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
146
tab[13] = a1 ^ a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
147
tab[14] = a2 ^ a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
148
tab[15] = a1 ^ a2 ^ a4 ^ a8;
crypto/openssl/crypto/bn/bn_gf2m.c
150
s = tab[b & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
152
s = tab[b >> 4 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
155
s = tab[b >> 8 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
158
s = tab[b >> 12 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
161
s = tab[b >> 16 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
164
s = tab[b >> 20 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
167
s = tab[b >> 24 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
170
s = tab[b >> 28 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
173
s = tab[b >> 32 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
176
s = tab[b >> 36 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
179
s = tab[b >> 40 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
182
s = tab[b >> 44 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
185
s = tab[b >> 48 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
188
s = tab[b >> 52 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
191
s = tab[b >> 56 & 0xF];
crypto/openssl/crypto/bn/bn_gf2m.c
194
s = tab[b >> 60];
crypto/openssl/crypto/bn/bn_gf2m.c
56
BN_ULONG tab[8], top2b = a >> 30;
crypto/openssl/crypto/bn/bn_gf2m.c
63
tab[0] = 0;
crypto/openssl/crypto/bn/bn_gf2m.c
64
tab[1] = a1;
crypto/openssl/crypto/bn/bn_gf2m.c
65
tab[2] = a2;
crypto/openssl/crypto/bn/bn_gf2m.c
66
tab[3] = a1 ^ a2;
crypto/openssl/crypto/bn/bn_gf2m.c
67
tab[4] = a4;
crypto/openssl/crypto/bn/bn_gf2m.c
68
tab[5] = a1 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
69
tab[6] = a2 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
70
tab[7] = a1 ^ a2 ^ a4;
crypto/openssl/crypto/bn/bn_gf2m.c
72
s = tab[b & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
74
s = tab[b >> 3 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
77
s = tab[b >> 6 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
80
s = tab[b >> 9 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
83
s = tab[b >> 12 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
86
s = tab[b >> 15 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
89
s = tab[b >> 18 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
92
s = tab[b >> 21 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
95
s = tab[b >> 24 & 0x7];
crypto/openssl/crypto/bn/bn_gf2m.c
98
s = tab[b >> 27 & 0x7];
crypto/openssl/crypto/bn/bn_kron.c
117
ret = ret * tab[BN_lsw(B) & 7];
crypto/openssl/crypto/bn/bn_kron.c
30
static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 };
crypto/openssl/crypto/bn/bn_kron.c
80
ret = tab[BN_lsw(A) & 7];
crypto/openssl/crypto/ec/curve448/curve448.c
244
int tab = 0;
crypto/openssl/crypto/ec/curve448/curve448.c
251
tab |= (scalar1x->limb[bit / WBITS] >> (bit % WBITS) & 1) << k;
crypto/openssl/crypto/ec/curve448/curve448.c
254
invert = (tab >> (t - 1)) - 1;
crypto/openssl/crypto/ec/curve448/curve448.c
255
tab ^= invert;
crypto/openssl/crypto/ec/curve448/curve448.c
256
tab &= (1 << (t - 1)) - 1;
crypto/openssl/crypto/ec/curve448/curve448.c
259
1 << (t - 1), tab);
lib/libc/locale/collate.c
263
collate_chain_t *tab = table->chain_pri_table;
lib/libc/locale/collate.c
270
p = tab + next;
lib/libc/locale/collate.c
295
collate_large_t *tab = table->large_pri_table;
lib/libc/locale/collate.c
302
p = tab + next;
lib/libc/stdio/vfscanf.c
873
__sccl(char *tab, const u_char *fmt)
lib/libc/stdio/vfscanf.c
888
(void) memset(tab, v, 256);
lib/libc/stdio/vfscanf.c
902
tab[c] = v; /* take character c */
lib/libc/stdio/vfscanf.c
942
tab[++c] = v;
lib/libc/stdio/vfscanf.c
949
tab[i] = v;
lib/libc/stdlib/radixsort.c
68
if (tab == NULL) { \
lib/libc/stdlib/radixsort.c
77
endch = tab[endch]; \
lib/libc/stdlib/radixsort.c
78
tr = tab; \
lib/libc/stdlib/radixsort.c
87
radixsort(const u_char **a, int n, const u_char *tab, u_int endch)
lib/libc/stdlib/radixsort.c
99
sradixsort(const u_char **a, int n, const u_char *tab, u_int endch)
lib/libsysdecode/tests/sysdecode_test.c
45
cap_rights_t *rightsp, const char *tab[])
lib/libsysdecode/tests/sysdecode_test.c
58
for (i = 0; tab[i] != NULL; i++) {
lib/libsysdecode/tests/sysdecode_test.c
59
if (strcmp(tok, tab[i]) == 0)
lib/libsysdecode/tests/sysdecode_test.c
62
ATF_REQUIRE_MSG(tab[i] != NULL,
lib/libsysdecode/tests/sysdecode_test.c
67
for (i = 0; tab[i] != NULL; i++) {
lib/libsysdecode/tests/sysdecode_test.c
71
if (strcmp(tok, tab[i]) == 0)
lib/libsysdecode/tests/sysdecode_test.c
76
"did not find '%s' in output stream", tab[i]);
sbin/ipf/ipmon/ipmon.c
354
char *name, **tab;
sbin/ipf/ipmon/ipmon.c
414
tab = tcp_ports;
sbin/ipf/ipmon/ipmon.c
418
tab = udp_ports;
sbin/ipf/ipmon/ipmon.c
423
if (tab != NULL)
sbin/ipf/ipmon/ipmon.c
424
tab[port] = strdup(name);
sbin/setkey/setkey.c
510
#define STR_OR_ID(x, tab) \
sbin/setkey/setkey.c
511
(((x) < nitems(tab) && tab[(x)]) ? tab[(x)] : numstr(x))
sys/arm/arm/pmap-v6.c
2332
pt2tab_user_is_empty(pt2_entry_t *tab)
sys/arm/arm/pmap-v6.c
2338
if (tab[i] != 0) return (false);
sys/arm/mv/mv_common.c
871
const struct decode_win *tab;
sys/arm/mv/mv_common.c
874
tab = wintab;
sys/arm/mv/mv_common.c
876
for (i = 0; i < win_no; i++, tab++) {
sys/arm/mv/mv_common.c
881
if ((tab->base + tab->size - 1) < (wintab + win)->base)
sys/arm/mv/mv_common.c
885
tab->base)
sys/arm64/arm64/disassem.c
287
arm64_disasm_generate_masks(struct arm64_insn *tab)
sys/arm64/arm64/disassem.c
296
while (tab->name != NULL) {
sys/arm64/arm64/disassem.c
299
format = tab->format;
sys/arm64/arm64/disassem.c
329
memset(tab->tokens[token].name, 0,
sys/arm64/arm64/disassem.c
330
sizeof(tab->tokens[token].name));
sys/arm64/arm64/disassem.c
333
tab->tokens[token].name[i] = *format;
sys/arm64/arm64/disassem.c
339
tab->name);
sys/arm64/arm64/disassem.c
353
tab->name);
sys/arm64/arm64/disassem.c
359
tab->tokens[token].pos = a + 1;
sys/arm64/arm64/disassem.c
360
tab->tokens[token].len = len;
sys/arm64/arm64/disassem.c
371
tab->mask = mask;
sys/arm64/arm64/disassem.c
372
tab->pattern = val;
sys/arm64/arm64/disassem.c
381
tab->mask = 0;
sys/arm64/arm64/disassem.c
382
tab->pattern = 0xffffffff;
sys/arm64/arm64/disassem.c
384
tab->name);
sys/arm64/arm64/disassem.c
387
tab++;
sys/dev/iwm/if_iwm.c
4283
int i, ridx, tab = 0;
sys/dev/iwm/if_iwm.c
4363
tab = iwm_rates[ridx].plcp;
sys/dev/iwm/if_iwm.c
4364
tab |= nextant << IWM_RATE_MCS_ANT_POS;
sys/dev/iwm/if_iwm.c
4366
tab |= IWM_RATE_MCS_CCK_MSK;
sys/dev/iwm/if_iwm.c
4369
i, iwm_rates[ridx].rate, tab);
sys/dev/iwm/if_iwm.c
4370
lq->rs_table[i] = htole32(tab);
sys/dev/iwm/if_iwm.c
4374
KASSERT(tab != 0, ("invalid tab"));
sys/dev/iwm/if_iwm.c
4375
lq->rs_table[i] = htole32(tab);
sys/dev/mge/if_mge.c
142
static void mge_free_desc(struct mge_softc *sc, struct mge_desc_wrapper* tab,
sys/dev/mge/if_mge.c
537
mge_alloc_desc_dma(struct mge_softc *sc, struct mge_desc_wrapper* tab,
sys/dev/mge/if_mge.c
546
dw = &(tab[i]);
sys/dev/mge/if_mge.c
574
tab[size - 1].mge_desc->next_desc = desc_paddr;
sys/dev/mge/if_mge.c
593
dw = &(tab[i]);
sys/dev/mge/if_mge.c
643
mge_free_desc(struct mge_softc *sc, struct mge_desc_wrapper* tab,
sys/dev/mge/if_mge.c
651
dw = &(tab[i]);
sys/dev/pccard/pccardvar.h
116
pccard_product_lookup(device_t dev, const struct pccard_product *tab,
sys/dev/pccard/pccardvar.h
120
tab, ent_size, matchfn);
sys/dev/sec/sec.h
235
#define SEC_GET_GENERIC(sc, tab, cnt, wrap) \
sys/dev/sec/sec.h
236
((sc)->tab[SEC_INC(sc, cnt, wrap)])
sys/dev/sec/sec.h
237
#define SEC_PUT_GENERIC(sc, tab, cnt, wrap, val) \
sys/dev/sec/sec.h
238
((sc)->tab[SEC_INC(sc, cnt, wrap)] = val)
sys/dev/tsec/if_tsec.h
136
#define TSEC_GET_GENERIC(hand, tab, count, wrap) \
sys/dev/tsec/if_tsec.h
137
((hand)->tab[TSEC_INC((hand)->count, wrap)])
sys/dev/tsec/if_tsec.h
139
#define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \
sys/dev/tsec/if_tsec.h
140
((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)
sys/fs/cd9660/cd9660_rrip.c
605
RRIP_TABLE *tab;
sys/fs/cd9660/cd9660_rrip.c
618
tab = rrip_table_getname;
sys/fs/cd9660/cd9660_rrip.c
623
tab++;
sys/fs/cd9660/cd9660_rrip.c
626
return (cd9660_rrip_loop(isodir, &analyze, tab));
sys/kern/kern_thread.c
298
lwpid_t tab[16];
sys/kern/kern_thread.c
313
KASSERT(tb->n < nitems(tb->tab),
sys/kern/kern_thread.c
315
tb->tab[tb->n] = td->td_tid;
sys/kern/kern_thread.c
323
KASSERT(tb->n <= nitems(tb->tab),
sys/kern/kern_thread.c
325
if (tb->n == nitems(tb->tab)) {
sys/kern/kern_thread.c
326
tid_free_batch(tb->tab, tb->n);
sys/kern/kern_thread.c
335
KASSERT(tb->n <= nitems(tb->tab),
sys/kern/kern_thread.c
338
tid_free_batch(tb->tab, tb->n);
sys/kern/subr_blist.c
1026
blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix, int tab)
sys/kern/subr_blist.c
1035
tab, tab, "",
sys/kern/subr_blist.c
1046
tab, tab, "",
sys/kern/subr_blist.c
1055
tab += 4;
sys/kern/subr_blist.c
1062
radix / BLIST_RADIX, tab);
sys/kern/subr_blist.c
1064
tab -= 4;
sys/kern/subr_blist.c
1068
tab, tab, ""
sys/kern/subr_blist.c
144
int tab);
sys/kern/subr_prf.c
155
tablefull(const char *tab)
sys/kern/subr_prf.c
158
log(LOG_ERR, "%s: table is full\n", tab);
sys/kern/subr_scanf.c
571
__sccl(char *tab, const u_char *fmt)
sys/kern/subr_scanf.c
585
tab[n] = v; /* memset(tab, v, 256) */
sys/kern/subr_scanf.c
599
tab[c] = v; /* take character c */
sys/kern/subr_scanf.c
633
tab[++c] = v;
sys/kern/vfs_subr.c
315
struct vnode *tab[VDBATCH_SIZE];
sys/kern/vfs_subr.c
3874
vp = vd->tab[i];
sys/kern/vfs_subr.c
3875
vd->tab[i] = NULL;
sys/kern/vfs_subr.c
3892
vp = vd->tab[i];
sys/kern/vfs_subr.c
3893
vd->tab[i] = NULL;
sys/kern/vfs_subr.c
3921
MPASS(vd->tab[vd->index] == NULL);
sys/kern/vfs_subr.c
3927
vd->tab[vd->index] = vp;
sys/kern/vfs_subr.c
3957
if (vd->tab[i] != vp)
sys/kern/vfs_subr.c
3961
vd->tab[i] = vd->tab[vd->index];
sys/kern/vfs_subr.c
3962
vd->tab[vd->index] = NULL;
sys/netgraph/ng_bridge.c
1014
SLIST_FOREACH(host, &priv->tab[bucket], next) {
sys/netgraph/ng_bridge.c
1072
SLIST_INSERT_HEAD(&priv->tab[bucket], host, next);
sys/netgraph/ng_bridge.c
1114
struct ng_bridge_bucket *const oldList = &priv->tab[oldBucket];
sys/netgraph/ng_bridge.c
1132
free(priv->tab, M_NETGRAPH_BRIDGE);
sys/netgraph/ng_bridge.c
1135
priv->tab = newTab;
sys/netgraph/ng_bridge.c
1166
struct ng_bridge_host **hptr = &SLIST_FIRST(&priv->tab[bucket]);
sys/netgraph/ng_bridge.c
117
struct ng_bridge_bucket *tab; /* hash table bucket array */
sys/netgraph/ng_bridge.c
1216
struct ng_bridge_host **hptr = &SLIST_FIRST(&priv->tab[bucket]);
sys/netgraph/ng_bridge.c
358
priv->tab = malloc(MIN_BUCKETS * sizeof(*priv->tab),
sys/netgraph/ng_bridge.c
649
SLIST_FOREACH(host, &priv->tab[bucket], next) {
sys/netgraph/ng_bridge.c
958
free(priv->tab, M_NETGRAPH_BRIDGE);
sys/netpfil/ipfilter/netinet/fil.c
8997
ipf_settimeout_tcp(ipftuneable_t *t, ipftuneval_t *p, ipftq_t *tab)
sys/netpfil/ipfilter/netinet/fil.c
9001
ipf_apply_timeout(&tab[IPF_TCPS_ESTABLISHED], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9003
ipf_apply_timeout(&tab[IPF_TCPS_CLOSE_WAIT], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9005
ipf_apply_timeout(&tab[IPF_TCPS_LAST_ACK], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9007
ipf_apply_timeout(&tab[IPF_TCPS_LISTEN], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9008
ipf_apply_timeout(&tab[IPF_TCPS_HALF_ESTAB], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9009
ipf_apply_timeout(&tab[IPF_TCPS_CLOSING], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9011
ipf_apply_timeout(&tab[IPF_TCPS_LISTEN], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9013
ipf_apply_timeout(&tab[IPF_TCPS_HALF_ESTAB], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9015
ipf_apply_timeout(&tab[IPF_TCPS_CLOSING], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9017
ipf_apply_timeout(&tab[IPF_TCPS_SYN_RECEIVED], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9019
ipf_apply_timeout(&tab[IPF_TCPS_SYN_SENT], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9021
ipf_apply_timeout(&tab[IPF_TCPS_CLOSED], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9023
ipf_apply_timeout(&tab[IPF_TCPS_CLOSED], p->ipftu_int);
sys/netpfil/ipfilter/netinet/fil.c
9025
ipf_apply_timeout(&tab[IPF_TCPS_TIME_WAIT], p->ipftu_int);
sys/netpfil/ipfilter/netinet/ip_lookup.c
869
void *tab = NULL;
sys/netpfil/ipfilter/netinet/ip_lookup.c
876
tab = ipf_htable_find(softl->ipf_back[i], unit, name);
sys/netpfil/ipfilter/netinet/ip_lookup.c
882
return (tab);
sys/netpfil/ipfilter/netinet/ip_sync.c
1022
switch (tab)
sys/netpfil/ipfilter/netinet/ip_sync.c
1070
sl->sl_table = tab;
sys/netpfil/ipfilter/netinet/ip_sync.c
1072
if (tab == SMC_STATE) {
sys/netpfil/ipfilter/netinet/ip_sync.c
1075
} else if (tab == SMC_NAT) {
sys/netpfil/ipfilter/netinet/ip_sync.c
1096
if (tab == SMC_STATE) {
sys/netpfil/ipfilter/netinet/ip_sync.c
1098
} else if (tab == SMC_NAT) {
sys/netpfil/ipfilter/netinet/ip_sync.c
1120
ipf_sync_update(ipf_main_softc_t *softc, int tab, fr_info_t *fin,
sys/netpfil/ipfilter/netinet/ip_sync.c
1133
if (tab == SMC_STATE) {
sys/netpfil/ipfilter/netinet/ip_sync.c
1151
slu->sup_hdr.sm_table = tab;
sys/netpfil/ipfilter/netinet/ip_sync.c
1170
if (tab == SMC_STATE) {
sys/netpfil/ipfilter/netinet/ip_sync.c
1181
} else if (tab == SMC_NAT) {
sys/netpfil/ipfilter/netinet/ip_sync.c
989
ipf_sync_new(ipf_main_softc_t *softc, int tab, fr_info_t *fin, void *ptr)
sys/netpfil/ipfilter/netinet/radix_ipf.c
1142
tabe_t *tab;
sys/netpfil/ipfilter/netinet/radix_ipf.c
1155
tab = malloc(sizeof(*tab) * 2);
sys/netpfil/ipfilter/netinet/radix_ipf.c
1157
tab = realloc(tab, (lines + 1) * sizeof(*tab));
sys/netpfil/ipfilter/netinet/radix_ipf.c
1158
tab[lines - 1].host = strdup(line);
sys/netpfil/ipfilter/netinet/radix_ipf.c
1159
s = strchr(tab[lines - 1].host, '/');
sys/netpfil/ipfilter/netinet/radix_ipf.c
1161
tab[lines - 1].mask = s;
sys/netpfil/ipfilter/netinet/radix_ipf.c
1162
tab[lines - 1].what = "d";
sys/netpfil/ipfilter/netinet/radix_ipf.c
1166
tab[lines].host = NULL;
sys/netpfil/ipfilter/netinet/radix_ipf.c
1167
tab[lines].mask = NULL;
sys/netpfil/ipfilter/netinet/radix_ipf.c
1168
tab[lines].what = NULL;
sys/netpfil/ipfilter/netinet/radix_ipf.c
1169
ttable = tab;
sys/x86/cpufreq/est.c
95
#define INTEL(tab, zhi, vhi, zlo, vlo, bus_clk) \
sys/x86/cpufreq/est.c
96
{ CPU_VENDOR_INTEL, ID32(zhi, vhi, zlo, vlo, bus_clk), tab, nitems(tab) }
sys/x86/cpufreq/est.c
97
#define CENTAUR(tab, zhi, vhi, zlo, vlo, bus_clk) \
sys/x86/cpufreq/est.c
98
{ CPU_VENDOR_CENTAUR, ID32(zhi, vhi, zlo, vlo, bus_clk), tab, nitems(tab) }
tools/regression/p1003_1b/main.c
17
} tab[] = {
tools/regression/p1003_1b/main.c
32
for (i = 0; i < (sizeof(tab) / sizeof(tab[0])); i++)
tools/regression/p1003_1b/main.c
33
fprintf(stderr, "%s%s", (i)? " | " : "", tab[i].t);
tools/regression/p1003_1b/main.c
50
for (i = 0; i < nitems(tab); i++)
tools/regression/p1003_1b/main.c
51
if (tab[i].works)
tools/regression/p1003_1b/main.c
52
fprintf(stderr, "p1003_1b %s\n", tab[i].t);
tools/regression/p1003_1b/main.c
57
for (i = 0; i < nitems(tab); i++) {
tools/regression/p1003_1b/main.c
58
if (tab[i].works) {
tools/regression/p1003_1b/main.c
60
(*tab[i].f)(argc - 1, argv + 1)) ) {
tools/regression/p1003_1b/main.c
62
"%s failed\n", tab[i].t);
tools/regression/p1003_1b/main.c
73
for (i = 0; i < nitems(tab); i++)
tools/regression/p1003_1b/main.c
74
if (strcmp(tab[i].t, argv[1]) == 0)
tools/regression/p1003_1b/main.c
75
return (*tab[i].f)(argc - 1, argv + 1);
usr.bin/mail/cmd2.c
451
ignore1(char **list, struct ignoretab *tab, const char *which)
usr.bin/mail/cmd2.c
459
return (igshow(tab, which));
usr.bin/mail/cmd2.c
462
if (member(field, tab))
usr.bin/mail/cmd2.c
469
igp->i_link = tab->i_head[h];
usr.bin/mail/cmd2.c
470
tab->i_head[h] = igp;
usr.bin/mail/cmd2.c
471
tab->i_count++;
usr.bin/mail/cmd2.c
480
igshow(struct ignoretab *tab, const char *which)
usr.bin/mail/cmd2.c
486
if (tab->i_count == 0) {
usr.bin/mail/cmd2.c
490
ring = (char **)salloc((tab->i_count + 1) * sizeof(char *));
usr.bin/mail/cmd2.c
493
for (igp = tab->i_head[h]; igp != NULL; igp = igp->i_link)
usr.bin/mail/cmd2.c
496
qsort(ring, tab->i_count, sizeof(char *), igcomp);
usr.bin/paste/paste.c
107
delim = tab;
usr.bin/paste/paste.c
62
static wchar_t tab[] = L"\t";
usr.bin/patch/util.c
356
int sleading, tab;
usr.bin/patch/util.c
374
tab = strchr(t, '\t') != NULL;
usr.bin/patch/util.c
376
for (sleading = strip_leading; *t != '\0' && ((tab && *t != '\t') ||
usr.bin/rpcgen/rpc_hout.c
442
pdeclaration(const char *name, declaration *dec, int tab, const char *separator)
usr.bin/rpcgen/rpc_hout.c
451
tabify(fout, tab);
usr.bin/rpcgen/rpc_hout.c
483
tabify(fout, tab);
usr.bin/rpcgen/rpc_hout.c
485
tabify(fout, tab);
usr.bin/rpcgen/rpc_hout.c
488
tabify(fout, tab);
usr.bin/rpcgen/rpc_util.c
316
tabify(FILE *f, int tab)
usr.bin/rpcgen/rpc_util.c
318
while (tab--) {
usr.bin/rpcgen/rpc_util.h
178
void tabify(FILE *f, int tab);
usr.bin/rpcgen/rpc_util.h
190
void pdeclaration(const char *name, declaration *dec, int tab, const char *separator);
usr.sbin/moused/msconvd/msconvd.c
2340
gettoken(symtab_t *tab, const char *s, int len)
usr.sbin/moused/msconvd/msconvd.c
2344
for (i = 0; tab[i].name != NULL; ++i) {
usr.sbin/moused/msconvd/msconvd.c
2345
if (strncmp(tab[i].name, s, len) == 0)
usr.sbin/moused/msconvd/msconvd.c
2348
return (&tab[i]);
usr.sbin/moused/msconvd/msconvd.c
2352
gettokenname(symtab_t *tab, int val)
usr.sbin/moused/msconvd/msconvd.c
2357
for (i = 0; tab[i].name != NULL; ++i) {
usr.sbin/moused/msconvd/msconvd.c
2358
if (tab[i].val == val)
usr.sbin/moused/msconvd/msconvd.c
2359
return (tab[i].name);
usr.sbin/moused/msconvd/msconvd.c
2365
gettokenval2(symtab_t *tab, int val)
usr.sbin/moused/msconvd/msconvd.c
2369
for (i = 0; tab[i].name != NULL; ++i) {
usr.sbin/moused/msconvd/msconvd.c
2370
if (tab[i].val == val)
usr.sbin/moused/msconvd/msconvd.c
2371
return (tab[i].val2);
usr.sbin/moused/msconvd/msconvd.c
414
static symtab_t *gettoken(symtab_t *tab, const char *s, int len);
usr.sbin/moused/msconvd/msconvd.c
415
static const char *gettokenname(symtab_t *tab, int val);
usr.sbin/moused/msconvd/msconvd.c
416
static int gettokenval2(symtab_t *tab, int val);