Symbol: top
bin/ed/main.c
100
top:
bin/ed/main.c
123
goto top;
bin/sh/main.c
188
cmdloop(int top)
bin/sh/main.c
195
TRACE(("cmdloop(%d) called\n", top));
bin/sh/main.c
201
if (iflag && top) {
bin/sh/main.c
210
if (!top || numeof >= 50)
bin/sh/main.c
232
if (top && iflag) {
bin/sh/parser.c
828
top:
bin/sh/parser.c
860
goto top;
crypto/heimdal/appl/ftp/ftp/main.c
158
top = 1;
crypto/heimdal/appl/ftp/ftp/main.c
160
top = 0;
crypto/heimdal/appl/ftp/ftp/main.c
161
if (top) {
crypto/heimdal/appl/ftp/ftp/main.c
166
cmdscanner(top);
crypto/heimdal/appl/ftp/ftp/main.c
167
top = 1;
crypto/heimdal/appl/ftp/ftp/main.c
272
cmdscanner(int top)
crypto/heimdal/appl/ftp/ftp/main.c
277
if (!top)
crypto/heimdal/appl/ftp/ftp/main.c
90
int top;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1140
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1143
yy_stack_print (bottom, top)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1145
yytype_int16 *top;
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1149
for (; bottom <= top; ++bottom)
crypto/heimdal/appl/telnet/telnet/commands.c
2360
command(int top, char *tbuf, int cnt)
crypto/heimdal/appl/telnet/telnet/commands.c
2365
if (!top) {
crypto/heimdal/appl/telnet/telnet/commands.c
2420
if (!top) {
crypto/heimdal/appl/telnet/telnet/externs.h
238
void command(int top, char *tbuf, int cnt);
crypto/heimdal/appl/telnet/telnet/ring.c
163
else if (ring->consume + count > ring->top &&
crypto/heimdal/appl/telnet/telnet/ring.c
165
ring->bottom + ((ring->consume + count) - ring->top))
crypto/heimdal/appl/telnet/telnet/ring.c
203
return ring_subtract(ring, ring->top, ring->supply);
crypto/heimdal/appl/telnet/telnet/ring.c
239
return ring_subtract(ring, ring->top, ring->consume);
crypto/heimdal/appl/telnet/telnet/ring.c
245
return ring_subtract(ring, ring->top, ring->consume);
crypto/heimdal/appl/telnet/telnet/ring.c
304
(*encryptor)(c, ring->top - c);
crypto/heimdal/appl/telnet/telnet/ring.c
54
#define ring_increment(d,a,c) (((a)+(c) < (d)->top)? \
crypto/heimdal/appl/telnet/telnet/ring.c
91
ring->top = ring->bottom+ring->size;
crypto/heimdal/appl/telnet/telnet/ring.h
52
*top, /* highest address+1 in buffer */
crypto/heimdal/lib/asn1/asn1parse.c
1147
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
crypto/heimdal/lib/asn1/asn1parse.c
1150
yy_stack_print (bottom, top)
crypto/heimdal/lib/asn1/asn1parse.c
1152
yytype_int16 *top;
crypto/heimdal/lib/asn1/asn1parse.c
1156
for (; bottom <= top; ++bottom)
crypto/heimdal/lib/com_err/parse.c
755
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
crypto/heimdal/lib/com_err/parse.c
758
yy_stack_print (bottom, top)
crypto/heimdal/lib/com_err/parse.c
760
yytype_int16 *top;
crypto/heimdal/lib/com_err/parse.c
764
for (; bottom <= top; ++bottom)
crypto/heimdal/lib/krb5/verify_krb5_conf.c
622
dumpconfig(int level, krb5_config_section *top)
crypto/heimdal/lib/krb5/verify_krb5_conf.c
625
for(x = top; x; x = x->next) {
crypto/heimdal/lib/sl/slc-gram.c
729
yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
crypto/heimdal/lib/sl/slc-gram.c
732
yy_stack_print (bottom, top)
crypto/heimdal/lib/sl/slc-gram.c
734
yytype_int16 *top;
crypto/heimdal/lib/sl/slc-gram.c
738
for (; bottom <= top; ++bottom)
crypto/krb5/src/lib/krb5/os/read_pwd.c
105
dlgheight = r.bottom - r.top ;
crypto/krb5/src/lib/krb5/os/read_pwd.c
111
r.top = (scrheight - dlgheight) / 2;
crypto/krb5/src/lib/krb5/os/read_pwd.c
112
MoveWindow(hwnd, r.left, r.top, dlgwidth, dlgheight, TRUE);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
102
for (i = 0; i < top; i++) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
131
indx_t i, top;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
144
top = NEXTINDEX(h);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
146
for (i = 0; i < top; i++) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
161
for (i = 0; i < top; i++) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
65
indx_t i, top;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
85
top = NEXTINDEX(h);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_conv.c
87
for (i = 0; i < top; i++) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
201
indx_t cur, top, lim;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
233
top = NEXTINDEX(h);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
234
lim = top > lim ? lim : top;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_debug.c
236
h->lower, h->upper, top);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
611
indx_t full, half, nxt, off, skip, top, used;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
627
for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
664
|| nxt == top - 1) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
724
for (off = 0; nxt < top; ++off) {
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
756
if (skip == top)
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
807
indx_t nxt, top;
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_split.c
809
for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
118
__rec_fpipe(BTREE *t, recno_t top)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
137
for (nrec = t->bt_nrecs; nrec < top;) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
154
if (nrec < top) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
172
__rec_vpipe(BTREE *t, recno_t top)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
182
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
209
if (nrec < top) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
227
__rec_fmap(BTREE *t, recno_t top)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
247
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
275
__rec_vmap(BTREE *t, recno_t top)
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_get.c
286
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_search.c
71
indx_t top;
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_search.c
84
for (idx = 0, top = NEXTINDEX(h);;) {
crypto/krb5/src/plugins/kdb/db2/libdb2/recno/rec_search.c
86
if (++idx == top || total + r->nrecs > recno)
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
276
pOK->SetWindowPos(0, okRect.left, okRect.top - hideDiff,
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
283
dlgRect.bottom-dlgRect.top - hideDiff,
crypto/krb5/src/windows/leash/LeashFrame.cpp
89
wndpl.rcNormalPosition.top,
crypto/krb5/src/windows/leash/LeashView.cpp
2465
(drawRect.bottom - drawRect.top);
crypto/krb5/src/windows/leash/MainFrm.cpp
217
rect.top = atoi((const char*) strText + 5);
crypto/krb5/src/windows/leash/MainFrm.cpp
222
cs.y = rect.top;
crypto/krb5/src/windows/leash/MainFrm.cpp
224
cs.cy = rect.bottom - rect.top;
crypto/krb5/src/windows/leash/MainFrm.cpp
328
m_winRectTop = pRect->top;
crypto/krb5/src/windows/leash/MainFrm.cpp
347
border.top = (leashUI != NULL) ? leashUI->GetRibbonHeight() : 0;
crypto/krb5/src/windows/leash/MainFrm.cpp
376
wndpl.rcNormalPosition.top = wndpl.rcNormalPosition.bottom - height;
crypto/krb5/src/windows/leash/MainFrm.cpp
379
wndpl.rcNormalPosition.bottom = wndpl.rcNormalPosition.top + height;
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1201
diff = dlgRect.top + GetSystemMetrics(SM_CYCAPTION)
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1206
SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_NOZORDER|SWP_NOSIZE);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1209
SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_NOZORDER|SWP_NOSIZE);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1212
SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_NOZORDER|SWP_NOSIZE);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1215
SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_NOZORDER|SWP_NOSIZE);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1218
SetWindowPos(hwnd,0,rect.left-dlgRect.left-GetSystemMetrics(SM_CXDLGFRAME),rect.top-diff,0,0,SWP_NOZORDER|SWP_NOSIZE);
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1221
dlgRect.bottom-dlgRect.top+(show ? 1 : - 1) * hideDiff,
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1390
hideDiff = okRect.top - staticRect.top;
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1411
(GetSystemMetrics(SM_CYSCREEN) - dlgRect.bottom + dlgRect.top)/2,
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1477
GetSystemMetrics(SM_CYSCREEN) - dlgRect.bottom + dlgRect.top,
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1742
(GetSystemMetrics(SM_CYSCREEN) - dlgRect.bottom + dlgRect.top)/2,
crypto/krb5/src/windows/leashdll/lsh_pwd.c
593
psz.y = r.bottom - r.top;
crypto/krb5/src/windows/leashdll/lsh_pwd.c
595
pxy.x = r.left; pxy.y = r.top;
crypto/krb5/src/windows/leashdll/lsh_pwd.c
721
p.x = rbtn.left; p.y = redit.top;
crypto/openssh/bitmap.c
109
if (offset > b->top)
crypto/openssh/bitmap.c
110
b->top = offset;
crypto/openssh/bitmap.c
119
if (b->top >= b->len)
crypto/openssh/bitmap.c
121
while (b->top > 0 && b->d[b->top] == 0)
crypto/openssh/bitmap.c
122
b->top--;
crypto/openssh/bitmap.c
130
if (b->top >= b->len || n > BITMAP_MAX)
crypto/openssh/bitmap.c
133
if (offset > b->top)
crypto/openssh/bitmap.c
147
if (b->top >= b->len)
crypto/openssh/bitmap.c
149
if (b->len == 0 || (b->top == 0 && b->d[0] == 0))
crypto/openssh/bitmap.c
152
w = b->d[b->top];
crypto/openssh/bitmap.c
153
bits = (b->top + 1) * BITMAP_BITS;
crypto/openssh/bitmap.c
173
if (l < need || b->top >= b->len)
crypto/openssh/bitmap.c
178
for (i = k = 0; i < b->top + 1; i++) {
crypto/openssh/bitmap.c
202
b->top = offset = ((l + (BITMAP_BYTES - 1)) / BITMAP_BYTES) - 1;
crypto/openssh/bitmap.c
34
size_t top; /* index of top word allocated */
crypto/openssh/bitmap.c
49
ret->top = 0;
crypto/openssh/bitmap.c
68
b->top = 0;
crypto/openssh/bitmap.c
74
if (b->top >= b->len)
crypto/openssh/bitmap.c
76
if (b->len == 0 || (n / BITMAP_BITS) > b->top)
crypto/openssh/bitmap.c
87
if (b->top >= b->len || n > BITMAP_MAX)
crypto/openssh/sntrup761.c
1622
long long top,p,q,r,i,j;
crypto/openssh/sntrup761.c
1626
top = 1;
crypto/openssh/sntrup761.c
1627
while (top < n - top) top += top;
crypto/openssh/sntrup761.c
1629
for (p = top;p >= 1;p >>= 1) {
crypto/openssh/sntrup761.c
1641
for (q = top;q > p;q >>= 1) {
crypto/openssl/crypto/bn/bn_add.c
117
r->top += carry;
crypto/openssl/crypto/bn/bn_add.c
134
max = a->top;
crypto/openssl/crypto/bn/bn_add.c
135
min = b->top;
crypto/openssl/crypto/bn/bn_add.c
165
r->top = max;
crypto/openssl/crypto/bn/bn_add.c
85
if (a->top < b->top) {
crypto/openssl/crypto/bn/bn_add.c
92
max = a->top;
crypto/openssl/crypto/bn/bn_add.c
93
min = b->top;
crypto/openssl/crypto/bn/bn_add.c
99
r->top = max;
crypto/openssl/crypto/bn/bn_blind.c
178
if (n->dmax >= r->top) {
crypto/openssl/crypto/bn/bn_blind.c
179
size_t i, rtop = r->top, ntop = n->top;
crypto/openssl/crypto/bn/bn_blind.c
188
n->top = (int)(rtop & ~mask) | (ntop & mask);
crypto/openssl/crypto/bn/bn_conv.c
181
ret->top = h;
crypto/openssl/crypto/bn/bn_conv.c
187
if (ret->top != 0)
crypto/openssl/crypto/bn/bn_conv.c
23
buf = OPENSSL_malloc(a->top * BN_BYTES * 2 + 2);
crypto/openssl/crypto/bn/bn_conv.c
257
if (ret->top != 0)
crypto/openssl/crypto/bn/bn_conv.c
281
if (*a == '-' && (*bn)->top != 0)
crypto/openssl/crypto/bn/bn_conv.c
29
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_div.c
144
int top = num->top;
crypto/openssl/crypto/bn/bn_div.c
145
int rshift = BN_num_bits_word(d[top - 1]), lshift, i;
crypto/openssl/crypto/bn/bn_div.c
152
for (i = 0, m = 0; i < top; i++) {
crypto/openssl/crypto/bn/bn_div.c
226
if (divisor->d[divisor->top - 1] == 0) {
crypto/openssl/crypto/bn/bn_div.c
275
assert(divisor->top > 0 && divisor->d[divisor->top - 1] != 0);
crypto/openssl/crypto/bn/bn_div.c
305
div_n = sdiv->top;
crypto/openssl/crypto/bn/bn_div.c
306
num_n = snum->top;
crypto/openssl/crypto/bn/bn_div.c
313
snum->top = num_n = div_n + 1;
crypto/openssl/crypto/bn/bn_div.c
333
res->top = loop;
crypto/openssl/crypto/bn/bn_div.c
449
snum->top = div_n;
crypto/openssl/crypto/bn/bn_div.c
64
dv->top = 1;
crypto/openssl/crypto/bn/bn_exp.c
1000
bn_gather5(tmp.d, top, powerbuf, wvalue);
crypto/openssl/crypto/bn/bn_exp.c
1006
if (top & 7) {
crypto/openssl/crypto/bn/bn_exp.c
1008
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
1009
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
1010
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
1011
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
1012
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
1013
bn_mul_mont_gather5(tmp.d, tmp.d, powerbuf, np, n0, top,
crypto/openssl/crypto/bn/bn_exp.c
1018
bn_power5(tmp.d, tmp.d, powerbuf, np, n0, top,
crypto/openssl/crypto/bn/bn_exp.c
1023
tmp.top = top;
crypto/openssl/crypto/bn/bn_exp.c
1039
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 0, window))
crypto/openssl/crypto/bn/bn_exp.c
1041
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&am, top, powerbuf, 1, window))
crypto/openssl/crypto/bn/bn_exp.c
1053
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 2,
crypto/openssl/crypto/bn/bn_exp.c
1060
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, i,
crypto/openssl/crypto/bn/bn_exp.c
1076
if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&tmp, top, powerbuf, wvalue,
crypto/openssl/crypto/bn/bn_exp.c
1107
if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&am, top, powerbuf, wvalue,
crypto/openssl/crypto/bn/bn_exp.c
1125
for (i = 1; i < top; i++)
crypto/openssl/crypto/bn/bn_exp.c
1197
if (m->top == 1)
crypto/openssl/crypto/bn/bn_exp.c
144
if (a->top == 1 && !a->neg
crypto/openssl/crypto/bn/bn_exp.c
1455
if ((ossl_rsaz_avx512ifma_eligible() || ossl_rsaz_avxifma_eligible()) && (((a1->top == 16) && (p1->top == 16) && (BN_num_bits(m1) == 1024) && (a2->top == 16) && (p2->top == 16) && (BN_num_bits(m2) == 1024)) || ((a1->top == 24) && (p1->top == 24) && (BN_num_bits(m1) == 1536) && (a2->top == 24) && (p2->top == 24) && (BN_num_bits(m2) == 1536)) || ((a1->top == 32) && (p1->top == 32) && (BN_num_bits(m1) == 2048) && (a2->top == 32) && (p2->top == 32) && (BN_num_bits(m2) == 2048)))) {
crypto/openssl/crypto/bn/bn_exp.c
1457
int topn = a1->top;
crypto/openssl/crypto/bn/bn_exp.c
1490
rr1->top = topn;
crypto/openssl/crypto/bn/bn_exp.c
1495
rr2->top = topn;
crypto/openssl/crypto/bn/bn_exp.c
331
if (m->top <= BN_CONSTTIME_SIZE_LIMIT
crypto/openssl/crypto/bn/bn_exp.c
397
j = m->top; /* borrow j */
crypto/openssl/crypto/bn/bn_exp.c
405
r->top = j;
crypto/openssl/crypto/bn/bn_exp.c
467
j = mont->N.top; /* borrow j */
crypto/openssl/crypto/bn/bn_exp.c
471
val[0]->top = j;
crypto/openssl/crypto/bn/bn_exp.c
494
if (wordpos >= 0 && wordpos < a->top) {
crypto/openssl/crypto/bn/bn_exp.c
498
if (++wordpos < a->top)
crypto/openssl/crypto/bn/bn_exp.c
513
static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top,
crypto/openssl/crypto/bn/bn_exp.c
521
if (top > b->top)
crypto/openssl/crypto/bn/bn_exp.c
522
top = b->top; /* this works because 'buf' is explicitly
crypto/openssl/crypto/bn/bn_exp.c
524
for (i = 0, j = idx; i < top; i++, j += width) {
crypto/openssl/crypto/bn/bn_exp.c
531
static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top,
crypto/openssl/crypto/bn/bn_exp.c
547
if (bn_wexpand(b, top) == NULL)
crypto/openssl/crypto/bn/bn_exp.c
551
for (i = 0; i < top; i++, table += width) {
crypto/openssl/crypto/bn/bn_exp.c
572
for (i = 0; i < top; i++, table += width) {
crypto/openssl/crypto/bn/bn_exp.c
584
b->top = top;
crypto/openssl/crypto/bn/bn_exp.c
608
int top;
crypto/openssl/crypto/bn/bn_exp.c
625
top = m->top;
crypto/openssl/crypto/bn/bn_exp.c
627
if (top > BN_CONSTTIME_SIZE_LIMIT) {
crypto/openssl/crypto/bn/bn_exp.c
636
bits = p->top * BN_BITS2;
crypto/openssl/crypto/bn/bn_exp.c
678
if ((16 == a->top) && (16 == p->top) && (BN_num_bits(m) == 1024)
crypto/openssl/crypto/bn/bn_exp.c
684
rr->top = 16;
crypto/openssl/crypto/bn/bn_exp.c
689
} else if ((8 == a->top) && (8 == p->top) && (BN_num_bits(m) == 512)) {
crypto/openssl/crypto/bn/bn_exp.c
693
rr->top = 8;
crypto/openssl/crypto/bn/bn_exp.c
704
if (window >= 5 && (top & 15) == 0 && top <= 64 && (OPENSSL_sparcv9cap_P[1] & (CFR_MONTMUL | CFR_MONTSQR)) == (CFR_MONTMUL | CFR_MONTSQR) && (t4 = OPENSSL_sparcv9cap_P[0]))
crypto/openssl/crypto/bn/bn_exp.c
709
if (window >= 5 && top <= BN_SOFT_LIMIT) {
crypto/openssl/crypto/bn/bn_exp.c
713
powerbufLen += top * sizeof(mont->N.d[0]);
crypto/openssl/crypto/bn/bn_exp.c
723
powerbufLen += sizeof(m->d[0]) * (top * numPowers + ((2 * top) > numPowers ? (2 * top) : numPowers));
crypto/openssl/crypto/bn/bn_exp.c
742
tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers);
crypto/openssl/crypto/bn/bn_exp.c
743
am.d = tmp.d + top;
crypto/openssl/crypto/bn/bn_exp.c
744
tmp.top = am.top = 0;
crypto/openssl/crypto/bn/bn_exp.c
745
tmp.dmax = am.dmax = top;
crypto/openssl/crypto/bn/bn_exp.c
751
if (m->d[top - 1] & (((BN_ULONG)1) << (BN_BITS2 - 1))) {
crypto/openssl/crypto/bn/bn_exp.c
754
for (i = 1; i < top; i++)
crypto/openssl/crypto/bn/bn_exp.c
756
tmp.top = top;
crypto/openssl/crypto/bn/bn_exp.c
766
if (top > BN_SOFT_LIMIT)
crypto/openssl/crypto/bn/bn_exp.c
790
bn_pwr5_mont_f pwr5_worker = pwr5_funcs[top / 16 - 1];
crypto/openssl/crypto/bn/bn_exp.c
810
bn_mul_mont_f mul_worker = mul_funcs[top / 16 - 1];
crypto/openssl/crypto/bn/bn_exp.c
828
int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less
crypto/openssl/crypto/bn/bn_exp.c
835
for (i = am.top; i < top; i++)
crypto/openssl/crypto/bn/bn_exp.c
837
for (i = tmp.top; i < top; i++)
crypto/openssl/crypto/bn/bn_exp.c
840
bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 0);
crypto/openssl/crypto/bn/bn_exp.c
841
bn_flip_n_scatter5_t4(am.d, top, powerbuf, 1);
crypto/openssl/crypto/bn/bn_exp.c
843
bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
844
bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, 2);
crypto/openssl/crypto/bn/bn_exp.c
849
bn_mul_mont_vis3(tmp.d, tmp.d, am.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
850
bn_flip_n_scatter5_t4(tmp.d, top, powerbuf, i);
crypto/openssl/crypto/bn/bn_exp.c
854
np = alloca(top * sizeof(BN_ULONG));
crypto/openssl/crypto/bn/bn_exp.c
855
top /= 2;
crypto/openssl/crypto/bn/bn_exp.c
856
bn_flip_t4(np, mont->N.d, top);
crypto/openssl/crypto/bn/bn_exp.c
868
bn_gather5_t4(tmp.d, top, powerbuf, wvalue);
crypto/openssl/crypto/bn/bn_exp.c
889
bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
890
bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
891
bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
892
bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
893
bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
894
bn_mul_mont_gather5_t4(tmp.d, tmp.d, powerbuf, np, n0, top,
crypto/openssl/crypto/bn/bn_exp.c
898
bn_flip_t4(tmp.d, tmp.d, top);
crypto/openssl/crypto/bn/bn_exp.c
899
top *= 2;
crypto/openssl/crypto/bn/bn_exp.c
901
tmp.top = top;
crypto/openssl/crypto/bn/bn_exp.c
903
OPENSSL_cleanse(np, top * sizeof(BN_ULONG));
crypto/openssl/crypto/bn/bn_exp.c
907
if (window == 5 && top > 1) {
crypto/openssl/crypto/bn/bn_exp.c
942
for (i = am.top; i < top; i++)
crypto/openssl/crypto/bn/bn_exp.c
944
for (i = tmp.top; i < top; i++)
crypto/openssl/crypto/bn/bn_exp.c
950
for (np = am.d + top, i = 0; i < top; i++)
crypto/openssl/crypto/bn/bn_exp.c
953
bn_scatter5(tmp.d, top, powerbuf, 0);
crypto/openssl/crypto/bn/bn_exp.c
954
bn_scatter5(am.d, am.top, powerbuf, 1);
crypto/openssl/crypto/bn/bn_exp.c
955
bn_mul_mont(tmp.d, am.d, am.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
956
bn_scatter5(tmp.d, top, powerbuf, 2);
crypto/openssl/crypto/bn/bn_exp.c
961
bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
crypto/openssl/crypto/bn/bn_exp.c
962
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/openssl/crypto/bn/bn_exp.c
967
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
968
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/openssl/crypto/bn/bn_exp.c
972
bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
crypto/openssl/crypto/bn/bn_exp.c
973
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/openssl/crypto/bn/bn_exp.c
975
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
976
bn_scatter5(tmp.d, top, powerbuf, j);
crypto/openssl/crypto/bn/bn_exp.c
980
bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
crypto/openssl/crypto/bn/bn_exp.c
981
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/openssl/crypto/bn/bn_exp.c
982
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/openssl/crypto/bn/bn_exp.c
983
bn_scatter5(tmp.d, top, powerbuf, 2 * i);
crypto/openssl/crypto/bn/bn_exp.c
986
bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1);
crypto/openssl/crypto/bn/bn_exp.c
987
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/openssl/crypto/bn/bn_gcd.c
458
} else if (D->top == 1) {
crypto/openssl/crypto/bn/bn_gcd.c
584
int i, j, top, rlen, glen, m, delta = 1, cond = 0, pow2_shifts, ret = 0;
crypto/openssl/crypto/bn/bn_gcd.c
640
top = 1 + ((r->top >= g->top) ? r->top : g->top);
crypto/openssl/crypto/bn/bn_gcd.c
641
if (bn_wexpand(r, top) == NULL
crypto/openssl/crypto/bn/bn_gcd.c
642
|| bn_wexpand(g, top) == NULL
crypto/openssl/crypto/bn/bn_gcd.c
643
|| bn_wexpand(temp, top) == NULL)
crypto/openssl/crypto/bn/bn_gcd.c
647
BN_consttime_swap((~r->d[0]) & 1, r, g, top);
crypto/openssl/crypto/bn/bn_gcd.c
658
& (~((unsigned int)(g->top - 1) >> (sizeof(g->top) * 8 - 1)));
crypto/openssl/crypto/bn/bn_gcd.c
662
BN_consttime_swap(cond, r, g, top);
crypto/openssl/crypto/bn/bn_gcd.c
670
& (~((unsigned int)(g->top - 1) >> (sizeof(g->top) * 8 - 1))),
crypto/openssl/crypto/bn/bn_gcd.c
671
g, temp, top);
crypto/openssl/crypto/bn/bn_gf2m.c
1146
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_gf2m.c
252
if (a->top < b->top) {
crypto/openssl/crypto/bn/bn_gf2m.c
260
if (bn_wexpand(r, at->top) == NULL)
crypto/openssl/crypto/bn/bn_gf2m.c
263
for (i = 0; i < bt->top; i++) {
crypto/openssl/crypto/bn/bn_gf2m.c
266
for (; i < at->top; i++) {
crypto/openssl/crypto/bn/bn_gf2m.c
270
r->top = at->top;
crypto/openssl/crypto/bn/bn_gf2m.c
303
if (!bn_wexpand(r, a->top))
crypto/openssl/crypto/bn/bn_gf2m.c
305
for (j = 0; j < a->top; j++) {
crypto/openssl/crypto/bn/bn_gf2m.c
308
r->top = a->top;
crypto/openssl/crypto/bn/bn_gf2m.c
314
for (j = r->top - 1; j > dN;) {
crypto/openssl/crypto/bn/bn_gf2m.c
419
zlen = a->top + b->top + 4;
crypto/openssl/crypto/bn/bn_gf2m.c
422
s->top = zlen;
crypto/openssl/crypto/bn/bn_gf2m.c
427
for (j = 0; j < b->top; j += 2) {
crypto/openssl/crypto/bn/bn_gf2m.c
429
y1 = ((j + 1) == b->top) ? 0 : b->d[j + 1];
crypto/openssl/crypto/bn/bn_gf2m.c
430
for (i = 0; i < a->top; i += 2) {
crypto/openssl/crypto/bn/bn_gf2m.c
432
x1 = ((i + 1) == a->top) ? 0 : a->d[i + 1];
crypto/openssl/crypto/bn/bn_gf2m.c
493
if (!bn_wexpand(s, 2 * a->top))
crypto/openssl/crypto/bn/bn_gf2m.c
496
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_gf2m.c
501
s->top = 2 * a->top;
crypto/openssl/crypto/bn/bn_gf2m.c
613
int top = p->top;
crypto/openssl/crypto/bn/bn_gf2m.c
616
if (!bn_wexpand(u, top))
crypto/openssl/crypto/bn/bn_gf2m.c
619
for (i = u->top; i < top; i++)
crypto/openssl/crypto/bn/bn_gf2m.c
621
u->top = top;
crypto/openssl/crypto/bn/bn_gf2m.c
622
if (!bn_wexpand(b, top))
crypto/openssl/crypto/bn/bn_gf2m.c
626
for (i = 1; i < top; i++)
crypto/openssl/crypto/bn/bn_gf2m.c
628
b->top = top;
crypto/openssl/crypto/bn/bn_gf2m.c
629
if (!bn_wexpand(c, top))
crypto/openssl/crypto/bn/bn_gf2m.c
632
for (i = 0; i < top; i++)
crypto/openssl/crypto/bn/bn_gf2m.c
634
c->top = top;
crypto/openssl/crypto/bn/bn_gf2m.c
647
for (i = 0; i < top - 1; i++) {
crypto/openssl/crypto/bn/bn_gf2m.c
682
for (i = 0; i < top; i++) {
crypto/openssl/crypto/bn/bn_intern.c
139
return a->top;
crypto/openssl/crypto/bn/bn_intern.c
151
for (i = a->top; i < a->dmax; i++)
crypto/openssl/crypto/bn/bn_intern.c
157
if (in->top > size)
crypto/openssl/crypto/bn/bn_intern.c
162
memcpy(out, in->d, sizeof(*out) * in->top);
crypto/openssl/crypto/bn/bn_intern.c
178
a->dmax = a->top = size;
crypto/openssl/crypto/bn/bn_intern.c
192
a->top = num_words;
crypto/openssl/crypto/bn/bn_intern.c
52
if (scalar->d == NULL || scalar->top == 0) {
crypto/openssl/crypto/bn/bn_kron.c
14
#define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG)0 : (n)->d[0])
crypto/openssl/crypto/bn/bn_lib.c
1025
a->top = 0;
crypto/openssl/crypto/bn/bn_lib.c
1031
return ((a->top == 1) && (a->d[0] == w)) || ((w == 0) && (a->top == 0));
crypto/openssl/crypto/bn/bn_lib.c
1036
return a->top == 0;
crypto/openssl/crypto/bn/bn_lib.c
1054
if (a->neg || a->top == 0)
crypto/openssl/crypto/bn/bn_lib.c
1059
for (i = 1; i < a->top; i++)
crypto/openssl/crypto/bn/bn_lib.c
1067
return (a->top > 0) && (a->d[0] & 1);
crypto/openssl/crypto/bn/bn_lib.c
1084
dest->top = b->top;
crypto/openssl/crypto/bn/bn_lib.c
1161
mask &= constant_time_msb(j - a->top);
crypto/openssl/crypto/bn/bn_lib.c
1166
a->top = atop;
crypto/openssl/crypto/bn/bn_lib.c
1174
int tmp_top = a->top;
crypto/openssl/crypto/bn/bn_lib.c
1182
a->top = tmp_top;
crypto/openssl/crypto/bn/bn_lib.c
1184
if (a->top == 0)
crypto/openssl/crypto/bn/bn_lib.c
157
int i = a->top - 1;
crypto/openssl/crypto/bn/bn_lib.c
180
int i = a->top - 1;
crypto/openssl/crypto/bn/bn_lib.c
283
assert(b->top <= words);
crypto/openssl/crypto/bn/bn_lib.c
284
if (b->top > 0)
crypto/openssl/crypto/bn/bn_lib.c
285
memcpy(a, b->d, sizeof(*a) * b->top);
crypto/openssl/crypto/bn/bn_lib.c
338
bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top;
crypto/openssl/crypto/bn/bn_lib.c
345
if (b->top > 0)
crypto/openssl/crypto/bn/bn_lib.c
349
a->top = b->top;
crypto/openssl/crypto/bn/bn_lib.c
371
tmp_top = a->top;
crypto/openssl/crypto/bn/bn_lib.c
376
a->top = b->top;
crypto/openssl/crypto/bn/bn_lib.c
381
b->top = tmp_top;
crypto/openssl/crypto/bn/bn_lib.c
399
a->top = 0;
crypto/openssl/crypto/bn/bn_lib.c
405
if (a->top > 1)
crypto/openssl/crypto/bn/bn_lib.c
407
else if (a->top == 1)
crypto/openssl/crypto/bn/bn_lib.c
420
a->top = (w ? 1 : 0);
crypto/openssl/crypto/bn/bn_lib.c
502
ret->top = 0;
crypto/openssl/crypto/bn/bn_lib.c
510
ret->top = n;
crypto/openssl/crypto/bn/bn_lib.c
609
atop = a->top * BN_BYTES;
crypto/openssl/crypto/bn/bn_lib.c
714
&& a->top == b->top) {
crypto/openssl/crypto/bn/bn_lib.c
717
for (i = 0; i < b->top; i++) {
crypto/openssl/crypto/bn/bn_lib.c
729
i = a->top - b->top;
crypto/openssl/crypto/bn/bn_lib.c
733
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_lib.c
774
if (a->top > b->top)
crypto/openssl/crypto/bn/bn_lib.c
776
if (a->top < b->top)
crypto/openssl/crypto/bn/bn_lib.c
778
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_lib.c
798
if (a->top <= i) {
crypto/openssl/crypto/bn/bn_lib.c
801
for (k = a->top; k < i + 1; k++)
crypto/openssl/crypto/bn/bn_lib.c
803
a->top = i + 1;
crypto/openssl/crypto/bn/bn_lib.c
822
if (a->top <= i)
crypto/openssl/crypto/bn/bn_lib.c
839
if (a->top <= i)
crypto/openssl/crypto/bn/bn_lib.c
853
if (w >= a->top)
crypto/openssl/crypto/bn/bn_lib.c
856
a->top = w;
crypto/openssl/crypto/bn/bn_lib.c
858
a->top = w + 1;
crypto/openssl/crypto/bn/bn_lib.c
951
t = (a->top ^ b->top) & condition;
crypto/openssl/crypto/bn/bn_lib.c
952
a->top ^= t;
crypto/openssl/crypto/bn/bn_lib.c
953
b->top ^= t;
crypto/openssl/crypto/bn/bn_local.h
183
if (_bnum1->top < _bnum1->dmax) { \
crypto/openssl/crypto/bn/bn_local.h
191
memset(_not_const + _bnum1->top, _tmp_char, \
crypto/openssl/crypto/bn/bn_local.h
192
sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \
crypto/openssl/crypto/bn/bn_local.h
202
int _top = _bnum2->top; \
crypto/openssl/crypto/bn/bn_local.h
214
assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \
crypto/openssl/crypto/bn/bn_local.h
246
int top; /* Index of last used d +1. */
crypto/openssl/crypto/bn/bn_local.h
460
int ind = (a)->dmax - (a)->top; \
crypto/openssl/crypto/bn/bn_local.h
461
BN_ULONG *ftl = &(a)->d[(a)->top - 1]; \
crypto/openssl/crypto/bn/bn_mod.c
139
size_t i, ai, bi, mtop = m->top;
crypto/openssl/crypto/bn/bn_mod.c
151
mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1));
crypto/openssl/crypto/bn/bn_mod.c
154
mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1));
crypto/openssl/crypto/bn/bn_mod.c
179
r->top = mtop;
crypto/openssl/crypto/bn/bn_mod.c
57
size_t i, ai, bi, mtop = m->top;
crypto/openssl/crypto/bn/bn_mod.c
75
mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1));
crypto/openssl/crypto/bn/bn_mod.c
79
mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1));
crypto/openssl/crypto/bn/bn_mod.c
93
r->top = mtop;
crypto/openssl/crypto/bn/bn_mont.c
110
for (rtop = r->top, i = 0; i < max; i++) {
crypto/openssl/crypto/bn/bn_mont.c
115
r->top = max;
crypto/openssl/crypto/bn/bn_mont.c
134
ret->top = nl;
crypto/openssl/crypto/bn/bn_mont.c
305
tmod.top = 0;
crypto/openssl/crypto/bn/bn_mont.c
307
tmod.top = 1;
crypto/openssl/crypto/bn/bn_mont.c
308
if ((buf[1] = mod->top > 1 ? mod->d[1] : 0))
crypto/openssl/crypto/bn/bn_mont.c
309
tmod.top = 2;
crypto/openssl/crypto/bn/bn_mont.c
328
Ri->top = 2;
crypto/openssl/crypto/bn/bn_mont.c
335
mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
crypto/openssl/crypto/bn/bn_mont.c
336
mont->n0[1] = (Ri->top > 1) ? Ri->d[1] : 0;
crypto/openssl/crypto/bn/bn_mont.c
344
tmod.top = buf[0] != 0 ? 1 : 0;
crypto/openssl/crypto/bn/bn_mont.c
365
mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
crypto/openssl/crypto/bn/bn_mont.c
397
for (i = mont->RR.top, ret = mont->N.top; i < ret; i++)
crypto/openssl/crypto/bn/bn_mont.c
399
mont->RR.top = ret;
crypto/openssl/crypto/bn/bn_mont.c
41
int num = mont->N.top;
crypto/openssl/crypto/bn/bn_mont.c
44
if (num > 1 && num <= BN_SOFT_LIMIT && a->top == num && b->top == num) {
crypto/openssl/crypto/bn/bn_mont.c
49
r->top = num;
crypto/openssl/crypto/bn/bn_mont.c
56
if ((a->top + b->top) > 2 * num)
crypto/openssl/crypto/bn/bn_mont.c
95
nl = n->top;
crypto/openssl/crypto/bn/bn_mont.c
97
ret->top = 0;
crypto/openssl/crypto/bn/bn_mpi.c
68
a->top = 0;
crypto/openssl/crypto/bn/bn_mul.c
510
int top, al, bl;
crypto/openssl/crypto/bn/bn_mul.c
524
al = a->top;
crypto/openssl/crypto/bn/bn_mul.c
525
bl = b->top;
crypto/openssl/crypto/bn/bn_mul.c
531
top = al + bl;
crypto/openssl/crypto/bn/bn_mul.c
549
rr->top = 8;
crypto/openssl/crypto/bn/bn_mul.c
557
rr->top = 16;
crypto/openssl/crypto/bn/bn_mul.c
597
rr->top = top;
crypto/openssl/crypto/bn/bn_mul.c
602
if (bn_wexpand(rr, top) == NULL)
crypto/openssl/crypto/bn/bn_mul.c
604
rr->top = top;
crypto/openssl/crypto/bn/bn_nist.c
1132
r->top = BN_NIST_384_TOP;
crypto/openssl/crypto/bn/bn_nist.c
1145
int top = a->top, i;
crypto/openssl/crypto/bn/bn_nist.c
1176
top - (BN_NIST_521_TOP - 1), BN_NIST_521_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1203
r->top = BN_NIST_521_TOP;
crypto/openssl/crypto/bn/bn_nist.c
264
#define nist_cp_bn_0(dst, src_in, top, max) \
crypto/openssl/crypto/bn/bn_nist.c
269
for (ii = 0; ii < top; ii++) \
crypto/openssl/crypto/bn/bn_nist.c
275
static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top)
crypto/openssl/crypto/bn/bn_nist.c
279
for (i = 0; i < top; i++)
crypto/openssl/crypto/bn/bn_nist.c
353
int top = a->top, i;
crypto/openssl/crypto/bn/bn_nist.c
388
nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
crypto/openssl/crypto/bn/bn_nist.c
465
r->top = BN_NIST_192_TOP;
crypto/openssl/crypto/bn/bn_nist.c
488
int top = a->top, i;
crypto/openssl/crypto/bn/bn_nist.c
527
top - (BN_NIST_224_TOP - 1), BN_NIST_224_TOP);
crypto/openssl/crypto/bn/bn_nist.c
533
nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP,
crypto/openssl/crypto/bn/bn_nist.c
636
r->top = BN_NIST_224_TOP;
crypto/openssl/crypto/bn/bn_nist.c
657
int i, top = a->top;
crypto/openssl/crypto/bn/bn_nist.c
693
nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP,
crypto/openssl/crypto/bn/bn_nist.c
865
r->top = BN_NIST_256_TOP;
crypto/openssl/crypto/bn/bn_nist.c
890
int i, top = a->top;
crypto/openssl/crypto/bn/bn_nist.c
926
nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP,
crypto/openssl/crypto/bn/bn_print.c
40
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_rand.c
102
int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
crypto/openssl/crypto/bn/bn_rand.c
105
return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx);
crypto/openssl/crypto/bn/bn_rand.c
108
int BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
crypto/openssl/crypto/bn/bn_rand.c
110
return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL);
crypto/openssl/crypto/bn/bn_rand.c
113
int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom)
crypto/openssl/crypto/bn/bn_rand.c
115
return bnrand(TESTING, rnd, bits, top, bottom, 0, NULL);
crypto/openssl/crypto/bn/bn_rand.c
119
int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
crypto/openssl/crypto/bn/bn_rand.c
122
return bnrand(PRIVATE, rnd, bits, top, bottom, strength, ctx);
crypto/openssl/crypto/bn/bn_rand.c
126
int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom)
crypto/openssl/crypto/bn/bn_rand.c
128
return bnrand(PRIVATE, rnd, bits, top, bottom, 0, NULL);
crypto/openssl/crypto/bn/bn_rand.c
229
int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
crypto/openssl/crypto/bn/bn_rand.c
231
return BN_rand(rnd, bits, top, bottom);
crypto/openssl/crypto/bn/bn_rand.c
25
static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom,
crypto/openssl/crypto/bn/bn_rand.c
33
if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY)
crypto/openssl/crypto/bn/bn_rand.c
38
if (bits < 0 || (bits == 1 && top > 0))
crypto/openssl/crypto/bn/bn_rand.c
74
if (top >= 0) {
crypto/openssl/crypto/bn/bn_rand.c
75
if (top) {
crypto/openssl/crypto/bn/bn_shift.c
117
if (bn_wexpand(r, a->top + nw + 1) == NULL)
crypto/openssl/crypto/bn/bn_shift.c
120
if (a->top != 0) {
crypto/openssl/crypto/bn/bn_shift.c
128
l = f[a->top - 1];
crypto/openssl/crypto/bn/bn_shift.c
129
t[a->top] = (l >> rb) & rmask;
crypto/openssl/crypto/bn/bn_shift.c
130
for (i = a->top - 1; i > 0; i--) {
crypto/openssl/crypto/bn/bn_shift.c
144
r->top = a->top + nw + 1;
crypto/openssl/crypto/bn/bn_shift.c
178
int i, top, nw;
crypto/openssl/crypto/bn/bn_shift.c
186
if (nw >= a->top) {
crypto/openssl/crypto/bn/bn_shift.c
197
top = a->top - nw;
crypto/openssl/crypto/bn/bn_shift.c
198
if (r != a && bn_wexpand(r, top) == NULL)
crypto/openssl/crypto/bn/bn_shift.c
204
for (i = 0; i < top - 1; i++) {
crypto/openssl/crypto/bn/bn_shift.c
212
r->top = top;
crypto/openssl/crypto/bn/bn_shift.c
24
if (bn_wexpand(r, a->top + 1) == NULL)
crypto/openssl/crypto/bn/bn_shift.c
26
r->top = a->top;
crypto/openssl/crypto/bn/bn_shift.c
28
if (bn_wexpand(r, a->top + 1) == NULL)
crypto/openssl/crypto/bn/bn_shift.c
34
for (i = 0; i < a->top; i++) {
crypto/openssl/crypto/bn/bn_shift.c
40
r->top += c;
crypto/openssl/crypto/bn/bn_shift.c
57
i = a->top;
crypto/openssl/crypto/bn/bn_shift.c
65
r->top = i;
crypto/openssl/crypto/bn/bn_shift.c
69
r->top -= (t == 1);
crypto/openssl/crypto/bn/bn_shift.c
75
if (!r->top)
crypto/openssl/crypto/bn/bn_sqr.c
35
al = a->top;
crypto/openssl/crypto/bn/bn_sqr.c
37
r->top = 0;
crypto/openssl/crypto/bn/bn_sqr.c
95
rr->top = max;
crypto/openssl/crypto/bn/bn_word.c
119
for (i = 0; w != 0 && i < a->top; i++) {
crypto/openssl/crypto/bn/bn_word.c
123
if (w && i == a->top) {
crypto/openssl/crypto/bn/bn_word.c
124
if (bn_wexpand(a, a->top + 1) == NULL)
crypto/openssl/crypto/bn/bn_word.c
126
a->top++;
crypto/openssl/crypto/bn/bn_word.c
158
if ((a->top == 1) && (a->d[0] < w)) {
crypto/openssl/crypto/bn/bn_word.c
174
if ((a->d[i] == 0) && (i == (a->top - 1)))
crypto/openssl/crypto/bn/bn_word.c
175
a->top--;
crypto/openssl/crypto/bn/bn_word.c
186
if (a->top) {
crypto/openssl/crypto/bn/bn_word.c
190
ll = bn_mul_words(a->d, a->d, a->top, w);
crypto/openssl/crypto/bn/bn_word.c
192
if (bn_wexpand(a, a->top + 1) == NULL)
crypto/openssl/crypto/bn/bn_word.c
194
a->d[a->top++] = ll;
crypto/openssl/crypto/bn/bn_word.c
44
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_word.c
71
if (a->top == 0)
crypto/openssl/crypto/bn/bn_word.c
80
for (i = a->top - 1; i >= 0; i--) {
crypto/openssl/crypto/bn/bn_word.c
88
if ((a->top > 0) && (a->d[a->top - 1] == 0))
crypto/openssl/crypto/bn/bn_word.c
89
a->top--;
crypto/openssl/crypto/bn/bn_word.c
91
if (!a->top)
crypto/openssl/crypto/encode_decode/encoder_lib.c
428
int top = 0;
crypto/openssl/crypto/encode_decode/encoder_lib.c
434
top = 1;
crypto/openssl/crypto/encode_decode/encoder_lib.c
443
if (!top)
crypto/openssl/crypto/encode_decode/encoder_lib.c
474
if (top) {
crypto/openssl/crypto/encode_decode/encoder_lib.c
653
if (top)
crypto/openssl/crypto/err/err.c
348
es->top = es->bottom = 0;
crypto/openssl/crypto/err/err.c
463
while (es->bottom != es->top) {
crypto/openssl/crypto/err/err.c
464
if (es->err_flags[es->top] & ERR_FLAG_CLEAR) {
crypto/openssl/crypto/err/err.c
465
err_clear(es, es->top, 0);
crypto/openssl/crypto/err/err.c
466
es->top = es->top > 0 ? es->top - 1 : ERR_NUM_ERRORS - 1;
crypto/openssl/crypto/err/err.c
479
if (es->bottom == es->top)
crypto/openssl/crypto/err/err.c
484
i = es->top;
crypto/openssl/crypto/err/err.c
787
err_clear_data(es, es->top, deallocate);
crypto/openssl/crypto/err/err.c
788
err_set_data(es, es->top, data, size, flags);
crypto/openssl/crypto/err/err.c
831
i = es->top;
crypto/openssl/crypto/err/err.c
883
int top;
crypto/openssl/crypto/err/err.c
889
top = es->top;
crypto/openssl/crypto/err/err.c
897
es->err_flags[top] |= clear;
crypto/openssl/crypto/err/err_blocks.c
113
err_clear_data(es, es->top, 0);
crypto/openssl/crypto/err/err_blocks.c
114
err_set_error(es, es->top, lib, reason);
crypto/openssl/crypto/err/err_blocks.c
116
err_set_data(es, es->top, buf, buf_size, flags);
crypto/openssl/crypto/err/err_blocks.c
26
err_clear(es, es->top, 0);
crypto/openssl/crypto/err/err_blocks.c
37
err_set_debug(es, es->top, file, line, func);
crypto/openssl/crypto/err/err_blocks.c
60
i = es->top;
crypto/openssl/crypto/err/err_local.h
16
es->top = (es->top + 1) % ERR_NUM_ERRORS;
crypto/openssl/crypto/err/err_local.h
17
if (es->top == es->bottom)
crypto/openssl/crypto/err/err_mark.c
23
if (es->bottom == es->top)
crypto/openssl/crypto/err/err_mark.c
25
es->err_marks[es->top]++;
crypto/openssl/crypto/err/err_mark.c
34
if (es == NULL || es->bottom == es->top)
crypto/openssl/crypto/err/err_mark.c
37
err_clear(es, es->top, 0);
crypto/openssl/crypto/err/err_mark.c
38
es->top = es->top > 0 ? es->top - 1 : ERR_NUM_ERRORS - 1;
crypto/openssl/crypto/err/err_mark.c
50
while (es->bottom != es->top
crypto/openssl/crypto/err/err_mark.c
51
&& es->err_marks[es->top] == 0) {
crypto/openssl/crypto/err/err_mark.c
52
err_clear(es, es->top, 0);
crypto/openssl/crypto/err/err_mark.c
53
es->top = es->top > 0 ? es->top - 1 : ERR_NUM_ERRORS - 1;
crypto/openssl/crypto/err/err_mark.c
56
if (es->bottom == es->top)
crypto/openssl/crypto/err/err_mark.c
58
es->err_marks[es->top]--;
crypto/openssl/crypto/err/err_mark.c
65
int count = 0, top;
crypto/openssl/crypto/err/err_mark.c
71
top = es->top;
crypto/openssl/crypto/err/err_mark.c
72
while (es->bottom != top
crypto/openssl/crypto/err/err_mark.c
73
&& es->err_marks[top] == 0) {
crypto/openssl/crypto/err/err_mark.c
75
top = top > 0 ? top - 1 : ERR_NUM_ERRORS - 1;
crypto/openssl/crypto/err/err_mark.c
84
int top;
crypto/openssl/crypto/err/err_mark.c
90
top = es->top;
crypto/openssl/crypto/err/err_mark.c
91
while (es->bottom != top
crypto/openssl/crypto/err/err_mark.c
92
&& es->err_marks[top] == 0) {
crypto/openssl/crypto/err/err_mark.c
93
top = top > 0 ? top - 1 : ERR_NUM_ERRORS - 1;
crypto/openssl/crypto/err/err_mark.c
96
if (es->bottom == top)
crypto/openssl/crypto/err/err_mark.c
98
es->err_marks[top]--;
crypto/openssl/crypto/err/err_save.c
101
es->top = i - 1;
crypto/openssl/crypto/err/err_save.c
105
es->top = es->bottom = 0;
crypto/openssl/crypto/err/err_save.c
118
if (es == NULL || es->bottom == es->top)
crypto/openssl/crypto/err/err_save.c
125
for (i = (size_t)es->bottom; i != (size_t)es->top;) {
crypto/openssl/crypto/err/err_save.c
126
size_t top;
crypto/openssl/crypto/err/err_save.c
133
top = thread_es->top;
crypto/openssl/crypto/err/err_save.c
134
err_clear(thread_es, top, 0);
crypto/openssl/crypto/err/err_save.c
136
thread_es->err_flags[top] = es->err_flags[i];
crypto/openssl/crypto/err/err_save.c
137
thread_es->err_buffer[top] = es->err_buffer[i];
crypto/openssl/crypto/err/err_save.c
139
err_set_debug(thread_es, top, es->err_file[i], es->err_line[i],
crypto/openssl/crypto/err/err_save.c
149
err_set_data(thread_es, top, data, data_sz,
crypto/openssl/crypto/err/err_save.c
153
err_clear_data(thread_es, top, 0);
crypto/openssl/crypto/err/err_save.c
49
int top;
crypto/openssl/crypto/err/err_save.c
60
es->top = es->bottom = 0;
crypto/openssl/crypto/err/err_save.c
65
for (count = 0, top = thread_es->top;
crypto/openssl/crypto/err/err_save.c
66
thread_es->bottom != top
crypto/openssl/crypto/err/err_save.c
67
&& thread_es->err_marks[top] == 0;
crypto/openssl/crypto/err/err_save.c
69
top = top > 0 ? top - 1 : ERR_NUM_ERRORS - 1;
crypto/openssl/crypto/err/err_save.c
72
for (i = 0, j = top; i < count; ++i) {
crypto/openssl/crypto/err/err_save.c
99
thread_es->top = top;
crypto/openssl/crypto/modes/ocb128.c
340
size_t max_idx = 0, top = (size_t)all_num_blocks, processed_bytes = 0;
crypto/openssl/crypto/modes/ocb128.c
346
while (top >>= 1)
crypto/openssl/crypto/modes/ocb128.c
435
size_t max_idx = 0, top = (size_t)all_num_blocks, processed_bytes = 0;
crypto/openssl/crypto/modes/ocb128.c
441
while (top >>= 1)
crypto/openssl/crypto/sparse_array.c
164
if (n <= sa->top) {
crypto/openssl/crypto/sparse_array.c
199
if (sa->top < posn)
crypto/openssl/crypto/sparse_array.c
200
sa->top = posn;
crypto/openssl/crypto/sparse_array.c
53
ossl_uintmax_t top;
crypto/openssl/include/openssl/bn.h
216
int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
crypto/openssl/include/openssl/bn.h
218
int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/openssl/include/openssl/bn.h
219
int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
crypto/openssl/include/openssl/bn.h
221
int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/openssl/include/openssl/bn.h
230
int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/openssl/include/openssl/bn.h
583
int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/openssl/include/openssl/err.h
68
int top, bottom;
crypto/openssl/test/bntest.c
154
int top, cond, st = 0;
crypto/openssl/test/bntest.c
167
top = BN_num_bits(a) / BN_BITS2;
crypto/openssl/test/bntest.c
182
BN_consttime_swap(cond, a, b, top);
crypto/openssl/test/bntest.c
188
BN_consttime_swap(cond, a, a, top);
crypto/openssl/test/bntest.c
194
BN_consttime_swap(cond, a, b, top);
crypto/openssl/test/bntest.c
200
BN_consttime_swap(cond, a, a, top);
crypto/openssl/test/bntest.c
215
BN_consttime_swap(cond, a, b, top);
crypto/openssl/test/bntest.c
223
BN_consttime_swap(cond, a, b, top);
crypto/openssl/test/evp_test.c
5123
top:
crypto/openssl/test/evp_test.c
5254
goto top;
lib/clang/liblldb/LLDBWrapLua.cpp
2713
int ok,top;
lib/clang/liblldb/LLDBWrapLua.cpp
2715
top=lua_gettop(L); /* save stack */
lib/clang/liblldb/LLDBWrapLua.cpp
2724
lua_settop(L,top); /* restore the stack */
lib/libc/db/btree/bt_conv.c
123
indx_t i, top;
lib/libc/db/btree/bt_conv.c
135
top = NEXTINDEX(h);
lib/libc/db/btree/bt_conv.c
137
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
152
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
58
indx_t i, top;
lib/libc/db/btree/bt_conv.c
77
top = NEXTINDEX(h);
lib/libc/db/btree/bt_conv.c
79
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
94
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_debug.c
150
indx_t cur, top;
lib/libc/db/btree/bt_debug.c
174
top = NEXTINDEX(h);
lib/libc/db/btree/bt_debug.c
176
h->lower, h->upper, top);
lib/libc/db/btree/bt_debug.c
177
for (cur = 0; cur < top; cur++) {
lib/libc/db/btree/bt_split.c
598
indx_t full, half, nxt, off, skip, top, used;
lib/libc/db/btree/bt_split.c
613
for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
lib/libc/db/btree/bt_split.c
650
nxt == top - 1) {
lib/libc/db/btree/bt_split.c
710
for (off = 0; nxt < top; ++off) {
lib/libc/db/btree/bt_split.c
742
if (skip == top)
lib/libc/db/btree/bt_split.c
793
indx_t nxt, top;
lib/libc/db/btree/bt_split.c
795
for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
lib/libc/db/recno/rec_get.c
112
__rec_fpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
129
for (nrec = t->bt_nrecs; nrec < top;) {
lib/libc/db/recno/rec_get.c
146
if (nrec < top) {
lib/libc/db/recno/rec_get.c
164
__rec_vpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
174
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_get.c
199
if (nrec < top) {
lib/libc/db/recno/rec_get.c
217
__rec_fmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
235
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_get.c
263
__rec_vmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
274
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_search.c
65
indx_t top;
lib/libc/db/recno/rec_search.c
78
for (idx = 0, top = NEXTINDEX(h);;) {
lib/libc/db/recno/rec_search.c
80
if (++idx == top || total + r->nrecs > recno)
lib/libc/gmon/mcount.c
194
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
195
top->selfpc = selfpc;
lib/libc/gmon/mcount.c
196
top->count = 1;
lib/libc/gmon/mcount.c
197
top->link = 0;
lib/libc/gmon/mcount.c
200
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
201
if (top->selfpc == selfpc) {
lib/libc/gmon/mcount.c
205
top->count++;
lib/libc/gmon/mcount.c
215
if (top->link == 0) {
lib/libc/gmon/mcount.c
226
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
227
top->selfpc = selfpc;
lib/libc/gmon/mcount.c
228
top->count = 1;
lib/libc/gmon/mcount.c
229
top->link = *frompcindex;
lib/libc/gmon/mcount.c
236
prevtop = top;
lib/libc/gmon/mcount.c
237
top = &p->tos[top->link];
lib/libc/gmon/mcount.c
238
if (top->selfpc == selfpc) {
lib/libc/gmon/mcount.c
244
top->count++;
lib/libc/gmon/mcount.c
246
prevtop->link = top->link;
lib/libc/gmon/mcount.c
247
top->link = *frompcindex;
lib/libc/gmon/mcount.c
69
struct tostruct *top, *prevtop;
lib/libc/regex/regcomp.c
1589
cset *top = &p->g->sets[p->g->ncsets];
lib/libc/regex/regcomp.c
1595
if (cs == top-1) /* recover only the easy case */
lib/libc/stdlib/merge.c
248
#define reverse(bot, top) { \
lib/libc/stdlib/merge.c
249
s = top; \
lib/libc/stdlib/radixsort.c
131
const u_char **an, *t, **aj, **top[256];
lib/libc/stdlib/radixsort.c
182
top[0] = ak = a + count[0];
lib/libc/stdlib/radixsort.c
185
top[255] = an;
lib/libc/stdlib/radixsort.c
197
top[cp-count] = ak += *cp;
lib/libc/stdlib/radixsort.c
215
for (r = *aj; aj < (ak = --top[c = tr[r[i]]]);)
lib/libc/stdlib/radixsort.c
229
const u_char **top[256];
lib/libc/stdlib/radixsort.c
260
top[0] = ak = a + count[0];
lib/libc/stdlib/radixsort.c
264
top[255] = a + n;
lib/libc/stdlib/radixsort.c
277
top[cp-count] = ak += c;
lib/libc/stdlib/radixsort.c
286
*--top[tr[(*ak)[i]]] = *ak;
lib/libc/stdtime/strftime.c
374
int top;
lib/libc/stdtime/strftime.c
389
top = bot -
lib/libc/stdtime/strftime.c
391
if (top < -3)
lib/libc/stdtime/strftime.c
392
top += DAYSPERWEEK;
lib/libc/stdtime/strftime.c
393
top += len;
lib/libc/stdtime/strftime.c
394
if (yday >= top) {
lib/libnetmap/nmport.c
61
struct nmport_cleanup_d *top;
lib/libnetmap/nmport.c
63
top = d->clist;
lib/libnetmap/nmport.c
65
(*top->cleanup)(top, d);
lib/libnetmap/nmport.c
66
nmctx_free(d->ctx, top);
lib/libusbhid/parse.c
225
top:
lib/libusbhid/parse.c
338
goto top;
libexec/bootpd/readfile.c
497
top:
libexec/bootpd/readfile.c
503
goto top; /* Skip over whitespace */
libexec/bootpd/readfile.c
512
goto top; /* Try to read the next line */
libexec/bootpd/readfile.c
594
goto top; /* Backslash-newline continuation */
libexec/flua/libhash/lhash.c
115
int top;
libexec/flua/libhash/lhash.c
118
top = lua_gettop(L); // data -- data
libexec/flua/libhash/lhash.c
119
if (top > 1) {
libexec/flua/libhash/lhash.c
126
if (top == 1) {
sbin/dump/dump.h
116
void startnewtape(int top);
sbin/dump/tape.c
505
startnewtape(int top)
sbin/dump/tape.c
637
if (top)
sbin/ifconfig/ifconfig.c
1135
top:
sbin/ifconfig/ifconfig.c
1173
goto top;
sbin/ipf/common/ipf_y.y
2286
ip_pool_node_t *n, *top;
sbin/ipf/common/ipf_y.y
2293
top = calloc(1, sizeof(*top));
sbin/ipf/common/ipf_y.y
2294
if (top == NULL)
sbin/ipf/common/ipf_y.y
2297
for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) {
sbin/ipf/common/ipf_y.y
2329
pool.ipo_list = top;
sbin/ipf/common/ipf_y.y
2332
while ((n = top) != NULL) {
sbin/ipf/common/ipf_y.y
2333
top = n->ipn_next;
sbin/ipf/common/ipf_y.y
2343
iphtent_t *n, *top;
sbin/ipf/common/ipf_y.y
2350
top = calloc(1, sizeof(*top));
sbin/ipf/common/ipf_y.y
2351
if (top == NULL)
sbin/ipf/common/ipf_y.y
2354
for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) {
sbin/ipf/common/ipf_y.y
2376
if (load_hash(&iph, top, ipfioctls[IPL_LOGLOOKUP]) == 0)
sbin/ipf/common/ipf_y.y
2381
while ((n = top) != NULL) {
sbin/ipf/common/ipf_y.y
2382
top = n->ipe_next;
sbin/ipf/ipf/ipfcomp.c
967
printCgroup(int dir, frentry_t *top, mc_t *m, char *group)
sbin/ipf/ipf/ipfcomp.c
973
for (count = 0, fr1 = top; fr1 != NULL; fr1 = fr1->fr_next) {
sbin/ipf/ipf/ipfcomp.c
989
for (fr1 = top, rn = 0; fr1 != NULL; fr1 = fr1->fr_next, rn++) {
sbin/nvmecontrol/comnd.c
321
up = &top;
sbin/nvmecontrol/comnd.c
48
static struct cmd top;
sbin/nvmecontrol/comnd.c
87
t = &top;
sbin/pfctl/parse.y
7400
top:
sbin/pfctl/parse.y
7438
goto top;
sbin/routed/radix.c
201
struct radix_node *saved_t, *top = t;
sbin/routed/radix.c
306
} while (t != top);
sbin/routed/radix.c
339
struct radix_node *top = head->rnh_treetop;
sbin/routed/radix.c
340
int head_off = top->rn_off, vlen = (int)*((u_char *)v);
sbin/routed/radix.c
341
struct radix_node *t = rn_search(v_arg, top);
sbin/routed/radix.c
369
struct radix_node *p, *x = top;
sbin/routed/radix.c
516
struct radix_node *saved_tt, *top = head->rnh_treetop;
sbin/routed/radix.c
530
if ((x = rn_addmask(netmask, 0, top->rn_off)) == NULL)
sbin/routed/radix.c
618
} while (b <= t->rn_b && x != top);
sbin/routed/radix.c
658
struct radix_node *dupedkey, *saved_tt, *top;
sbin/routed/radix.c
669
top = x;
sbin/routed/radix.c
706
} while (b <= t->rn_b && x != top);
stand/libsa/sbrk.c
39
setheap(void *base, void *top)
stand/libsa/sbrk.c
44
maxheap = (char *)top - (char *)heapbase;
stand/libsa/stand.h
297
extern void setheap(void *base, void *top);
stand/libsa/zfs/zfsimpl.c
2059
vdev_t *vdev, *top;
stand/libsa/zfs/zfsimpl.c
2166
STAILQ_FOREACH(top, &spa->spa_root_vdev->v_children, v_childlink)
stand/libsa/zfs/zfsimpl.c
2167
if (top->v_guid == top_guid) {
stand/libsa/zfs/zfsimpl.c
2170
if (top->v_txg == txg)
stand/libsa/zfs/zfsimpl.c
2172
newer = (top->v_txg < txg);
stand/libsa/zfs/zfsimpl.c
2174
nvlist_find_vdev_guid(nvl, top->v_label) :
stand/libsa/zfs/zfsimpl.c
2175
(vdev_find(&top->v_children, guid) != NULL);
stand/libsa/zfs/zfsimpl.c
2178
spa->spa_name, top->v_name,
stand/libsa/zfs/zfsimpl.c
2180
newer ? top->v_label : guid,
stand/libsa/zfs/zfsimpl.c
2181
newer ? top->v_txg : txg,
stand/libsa/zfs/zfsimpl.c
2183
newer ? guid : top->v_label,
stand/libsa/zfs/zfsimpl.c
2184
newer ? txg : top->v_txg);
stand/libsa/zfs/zfsimpl.c
2187
top, vdev, v_childlink);
stand/libsa/zfs/zfsimpl.c
2188
vdev_free(top);
sys/compat/linuxkpi/common/include/linux/idr.h
61
struct idr_layer *top;
sys/compat/linuxkpi/common/src/linux_idr.c
219
idr_remove_layer(idr->top, idr->layers - 1);
sys/compat/linuxkpi/common/src/linux_idr.c
220
idr->top = NULL;
sys/compat/linuxkpi/common/src/linux_idr.c
234
il = idr->top;
sys/compat/linuxkpi/common/src/linux_idr.c
283
il = idr->top;
sys/compat/linuxkpi/common/src/linux_idr.c
444
if (idr->top == NULL || idr->top->bitmap == 0) {
sys/compat/linuxkpi/common/src/linux_idr.c
452
il->ary[0] = idr->top;
sys/compat/linuxkpi/common/src/linux_idr.c
453
if (idr->top)
sys/compat/linuxkpi/common/src/linux_idr.c
455
idr->top = il;
sys/compat/linuxkpi/common/src/linux_idr.c
458
il = idr->top;
sys/compat/linuxkpi/common/src/linux_idr.c
547
idr->top->bitmap < (1 << idr_pos(starting_id, idr->layers - 1))) {
sys/compat/linuxkpi/common/src/linux_idr.c
555
il->ary[0] = idr->top;
sys/compat/linuxkpi/common/src/linux_idr.c
556
if (idr->top && idr->top->bitmap == 0)
sys/compat/linuxkpi/common/src/linux_idr.c
558
idr->top = il;
sys/compat/linuxkpi/common/src/linux_idr.c
561
il = idr->top;
sys/compat/linuxkpi/common/src/linux_idr.c
726
return (idr_for_each_layer(idp->top, 0, idp->layers - 1, f, data));
sys/crypto/aesni/aesni_wrap.c
112
struct blocks8 *top;
sys/crypto/aesni/aesni_wrap.c
119
top = (struct blocks8 *)to;
sys/crypto/aesni/aesni_wrap.c
123
top->blk[0] = tout[0];
sys/crypto/aesni/aesni_wrap.c
124
top->blk[1] = tout[1];
sys/crypto/aesni/aesni_wrap.c
125
top->blk[2] = tout[2];
sys/crypto/aesni/aesni_wrap.c
126
top->blk[3] = tout[3];
sys/crypto/aesni/aesni_wrap.c
127
top->blk[4] = tout[4];
sys/crypto/aesni/aesni_wrap.c
128
top->blk[5] = tout[5];
sys/crypto/aesni/aesni_wrap.c
129
top->blk[6] = tout[6];
sys/crypto/aesni/aesni_wrap.c
130
top->blk[7] = tout[7];
sys/crypto/aesni/aesni_wrap.c
152
struct blocks8 *top;
sys/crypto/aesni/aesni_wrap.c
158
top = (struct blocks8 *)to;
sys/crypto/aesni/aesni_wrap.c
162
top->blk[0] = tout[0];
sys/crypto/aesni/aesni_wrap.c
163
top->blk[1] = tout[1];
sys/crypto/aesni/aesni_wrap.c
164
top->blk[2] = tout[2];
sys/crypto/aesni/aesni_wrap.c
165
top->blk[3] = tout[3];
sys/crypto/aesni/aesni_wrap.c
166
top->blk[4] = tout[4];
sys/crypto/aesni/aesni_wrap.c
167
top->blk[5] = tout[5];
sys/crypto/aesni/aesni_wrap.c
168
top->blk[6] = tout[6];
sys/crypto/aesni/aesni_wrap.c
169
top->blk[7] = tout[7];
sys/crypto/aesni/aesni_wrap.c
214
struct blocks8 *top;
sys/crypto/aesni/aesni_wrap.c
243
top = (struct blocks8 *)to;
sys/crypto/aesni/aesni_wrap.c
247
top->blk[0] = blks->blk[0] ^ tout[0];
sys/crypto/aesni/aesni_wrap.c
248
top->blk[1] = blks->blk[1] ^ tout[1];
sys/crypto/aesni/aesni_wrap.c
249
top->blk[2] = blks->blk[2] ^ tout[2];
sys/crypto/aesni/aesni_wrap.c
250
top->blk[3] = blks->blk[3] ^ tout[3];
sys/crypto/aesni/aesni_wrap.c
251
top->blk[4] = blks->blk[4] ^ tout[4];
sys/crypto/aesni/aesni_wrap.c
252
top->blk[5] = blks->blk[5] ^ tout[5];
sys/crypto/aesni/aesni_wrap.c
253
top->blk[6] = blks->blk[6] ^ tout[6];
sys/crypto/aesni/aesni_wrap.c
254
top->blk[7] = blks->blk[7] ^ tout[7];
sys/crypto/aesni/aesni_wrap.c
338
__m128i *top;
sys/crypto/aesni/aesni_wrap.c
372
top = (__m128i *)to;
sys/crypto/aesni/aesni_wrap.c
373
_mm_storeu_si128(&top[0], tmp[0] ^ tweaks[0]);
sys/crypto/aesni/aesni_wrap.c
374
_mm_storeu_si128(&top[1], tmp[1] ^ tweaks[1]);
sys/crypto/aesni/aesni_wrap.c
375
_mm_storeu_si128(&top[2], tmp[2] ^ tweaks[2]);
sys/crypto/aesni/aesni_wrap.c
376
_mm_storeu_si128(&top[3], tmp[3] ^ tweaks[3]);
sys/crypto/aesni/aesni_wrap.c
377
_mm_storeu_si128(&top[4], tmp[4] ^ tweaks[4]);
sys/crypto/aesni/aesni_wrap.c
378
_mm_storeu_si128(&top[5], tmp[5] ^ tweaks[5]);
sys/crypto/aesni/aesni_wrap.c
379
_mm_storeu_si128(&top[6], tmp[6] ^ tweaks[6]);
sys/crypto/aesni/aesni_wrap.c
380
_mm_storeu_si128(&top[7], tmp[7] ^ tweaks[7]);
sys/dev/acpica/acpi_cpu.c
797
ACPI_OBJECT *top;
sys/dev/acpica/acpi_cpu.c
815
top = (ACPI_OBJECT *)buf.Pointer;
sys/dev/acpica/acpi_cpu.c
816
if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) {
sys/dev/acpica/acpi_cpu.c
821
if (count != top->Package.Count - 1) {
sys/dev/acpica/acpi_cpu.c
823
count, top->Package.Count - 1);
sys/dev/acpica/acpi_cpu.c
824
count = top->Package.Count - 1;
sys/dev/acpica/acpi_cpu.c
846
pkg = &top->Package.Elements[i + 1];
sys/dev/axgbe/xgbe-sysctl.c
1579
struct sysctl_oid_list *top;
sys/dev/axgbe/xgbe-sysctl.c
1588
top = SYSCTL_CHILDREN(parent);
sys/dev/axgbe/xgbe-sysctl.c
1599
SYSCTL_ADD_UINT(clist, top, OID_AUTO, "axgbe_debug_level", CTLFLAG_RWTUN,
sys/dev/axgbe/xgbe-sysctl.c
1602
SYSCTL_ADD_UINT(clist, top, OID_AUTO, "sph_enable",
sys/dev/axgbe/xgbe-sysctl.c
1606
SYSCTL_ADD_UINT(clist, top, OID_AUTO, "link_workaround",
sys/dev/axgbe/xgbe-sysctl.c
1610
SYSCTL_ADD_UINT(clist, top, OID_AUTO, "rss_enabled",
sys/dev/axgbe/xgbe-sysctl.c
1614
SYSCTL_ADD_UINT(clist, top, OID_AUTO, "tx_pause",
sys/dev/axgbe/xgbe-sysctl.c
1618
SYSCTL_ADD_UINT(clist, top, OID_AUTO, "rx_pause",
sys/dev/axgbe/xgbe-sysctl.c
1622
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xgmac_register",
sys/dev/axgbe/xgbe-sysctl.c
1627
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xgmac_register_value",
sys/dev/axgbe/xgbe-sysctl.c
1632
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xpcs_mmd",
sys/dev/axgbe/xgbe-sysctl.c
1636
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xpcs_register",
sys/dev/axgbe/xgbe-sysctl.c
1640
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xpcs_register_value",
sys/dev/axgbe/xgbe-sysctl.c
1646
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xprop_register",
sys/dev/axgbe/xgbe-sysctl.c
1651
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xprop_register_value",
sys/dev/axgbe/xgbe-sysctl.c
1658
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xi2c_register",
sys/dev/axgbe/xgbe-sysctl.c
1663
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "xi2c_register_value",
sys/dev/axgbe/xgbe-sysctl.c
1670
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "an_cdr_workaround",
sys/dev/axgbe/xgbe-sysctl.c
1675
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "an_cdr_track_early",
sys/dev/axgbe/xgbe-sysctl.c
1681
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "drv_info",
sys/dev/axgbe/xgbe-sysctl.c
1686
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "link_info",
sys/dev/axgbe/xgbe-sysctl.c
1691
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "coalesce_info",
sys/dev/axgbe/xgbe-sysctl.c
1696
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "pauseparam_info",
sys/dev/axgbe/xgbe-sysctl.c
1701
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "link_ksettings_info",
sys/dev/axgbe/xgbe-sysctl.c
1706
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "ringparam_info",
sys/dev/axgbe/xgbe-sysctl.c
1711
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "channels_info",
sys/dev/axgbe/xgbe-sysctl.c
1716
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "mac_stats",
sys/dev/bhnd/nvram/bhnd_nvram_store.c
617
bhnd_nvstore_path *top, bhnd_nvstore_path *child, bhnd_nvram_plist *plist,
sys/dev/bhnd/nvram/bhnd_nvram_store.c
636
relpath = bhnd_nvstore_parse_relpath(top->path_str, child->path_str);
sys/dev/bhnd/nvram/bhnd_nvram_store.c
74
bhnd_nvstore_path *top,
sys/dev/bhnd/nvram/bhnd_nvram_store.c
824
bhnd_nvstore_path *top;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
879
top = bhnd_nvstore_get_path(sc, path, strlen(path));
sys/dev/bhnd/nvram/bhnd_nvram_store.c
880
if (top == NULL) {
sys/dev/bhnd/nvram/bhnd_nvram_store.c
892
error = bhnd_nvram_store_export_child(sc, top, top, unordered, flags);
sys/dev/bhnd/nvram/bhnd_nvram_store.c
902
if (child == top)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
905
error = bhnd_nvram_store_export_child(sc, top,
sys/dev/cfi/cfi_dev.c
226
u_int ofs, top;
sys/dev/cfi/cfi_dev.c
241
top = sc->sc_wrofs + sc->sc_wrbufsz;
sys/dev/cfi/cfi_dev.c
242
if (ofs < sc->sc_wrofs || ofs >= top)
sys/dev/cfi/cfi_dev.c
253
top = sc->sc_wrofs + sc->sc_wrbufsz;
sys/dev/cfi/cfi_dev.c
255
MIN(top - ofs, uio->uio_resid), uio);
sys/dev/cfi/cfi_disk.c
218
u_int top;
sys/dev/cfi/cfi_disk.c
235
top = sc->sc_wrofs + sc->sc_wrbufsz;
sys/dev/cfi/cfi_disk.c
237
bp->bio_offset >= top)
sys/dev/cfi/cfi_disk.c
250
top = sc->sc_wrofs + sc->sc_wrbufsz;
sys/dev/cfi/cfi_disk.c
253
MIN(top - bp->bio_offset, resid));
sys/dev/cfi/cfi_disk.c
254
resid -= MIN(top - bp->bio_offset, resid);
sys/dev/cxgbe/iw_cxgbe/cm.c
1864
struct mbuf *top, *m;
sys/dev/cxgbe/iw_cxgbe/cm.c
1881
err = soreceive(ep->com.so, NULL, &uio, &top, NULL, &flags);
sys/dev/cxgbe/iw_cxgbe/cm.c
1900
__func__, ep->com.so, ep->com.so->so_rcv.sb_mb, top);
sys/dev/cxgbe/iw_cxgbe/cm.c
1903
m = top;
sys/dev/cxgbe/iw_cxgbe/cm.c
1931
m_freem(top);
sys/dev/cxgbe/nvmf/nvmf_che.c
1151
struct mbuf *top;
sys/dev/cxgbe/nvmf/nvmf_che.c
1169
top = m_get2(hlen, M_WAITOK, MT_DATA, M_PKTHDR);
sys/dev/cxgbe/nvmf/nvmf_che.c
1170
top->m_len = hlen;
sys/dev/cxgbe/nvmf/nvmf_che.c
1171
top->m_pkthdr.len = hlen;
sys/dev/cxgbe/nvmf/nvmf_che.c
1172
ch = mtod(top, void *);
sys/dev/cxgbe/nvmf/nvmf_che.c
1186
set_mbuf_ulp_submode(top, ulp_submode);
sys/dev/cxgbe/nvmf/nvmf_che.c
1189
top->m_pkthdr.len += data_len;
sys/dev/cxgbe/nvmf/nvmf_che.c
1190
top->m_next = data;
sys/dev/cxgbe/nvmf/nvmf_che.c
1193
return (top);
sys/dev/cxgbe/nvmf/nvmf_che.c
1750
struct mbuf *top;
sys/dev/cxgbe/nvmf/nvmf_che.c
1761
top = nvmf_che_construct_pdu(qp, &h2c, sizeof(h2c), m, len);
sys/dev/cxgbe/nvmf/nvmf_che.c
1762
nvmf_che_write_pdu(qp, top);
sys/dev/cxgbe/nvmf/nvmf_che.c
2175
struct mbuf *top, *m;
sys/dev/cxgbe/nvmf/nvmf_che.c
2236
top = nvmf_che_construct_pdu(qp, &cmd, sizeof(cmd), m, m != NULL ?
sys/dev/cxgbe/nvmf/nvmf_che.c
2238
return (top);
sys/dev/cxgbe/nvmf/nvmf_che.c
3000
struct mbuf *top;
sys/dev/cxgbe/nvmf/nvmf_che.c
3012
top = nvmf_che_construct_pdu(qp, &c2h, sizeof(c2h), m, len);
sys/dev/cxgbe/nvmf/nvmf_che.c
3013
nvmf_che_write_pdu(qp, top);
sys/dev/cxgbe/t4_sge.c
4257
struct sysctl_oid_list *children, *top;
sys/dev/cxgbe/t4_sge.c
4262
top = children = SYSCTL_CHILDREN(oid);
sys/dev/cxgbe/t4_sge.c
4320
oid = SYSCTL_ADD_NODE(ctx, top, OID_AUTO, "nvme",
sys/dev/cxgbe/tom/t4_cpl_io.c
2457
struct mbuf *m, *top, *last;
sys/dev/cxgbe/tom/t4_cpl_io.c
2476
top = NULL;
sys/dev/cxgbe/tom/t4_cpl_io.c
2514
if (top == NULL)
sys/dev/cxgbe/tom/t4_cpl_io.c
2515
top = m;
sys/dev/cxgbe/tom/t4_cpl_io.c
2525
return (top);
sys/dev/drm2/drmP.h
1748
struct sysctl_ctx_list *ctx, struct sysctl_oid *top);
sys/dev/drm2/drmP.h
899
struct sysctl_ctx_list *ctx, struct sysctl_oid *top);
sys/dev/drm2/drm_os_freebsd.c
237
struct sysctl_oid *top)
sys/dev/drm2/drm_os_freebsd.c
244
oid = SYSCTL_ADD_STRING(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "busid",
sys/dev/drm2/drm_os_freebsd.c
249
oid = SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(top), OID_AUTO,
sys/dev/drm2/drm_sysctl.c
100
oid = SYSCTL_ADD_OID(&info->ctx, SYSCTL_CHILDREN(top),
sys/dev/drm2/drm_sysctl.c
117
dev->driver->sysctl_init(dev, &info->ctx, top);
sys/dev/drm2/drm_sysctl.c
62
struct sysctl_oid *top, *drioid;
sys/dev/drm2/drm_sysctl.c
92
top = SYSCTL_ADD_NODE(&info->ctx, SYSCTL_CHILDREN(drioid),
sys/dev/drm2/drm_sysctl.c
94
if (!top) {
sys/dev/firewire/fwohci.c
1029
OWRITE(sc, OHCI_DMACMD(off), dbch->top->bus_addr | fsegment);
sys/dev/firewire/fwohci.c
1034
dbch->top = db_tr;
sys/dev/firewire/fwohci.c
1175
if (dbch->bottom == dbch->top) {
sys/dev/firewire/fwohci.c
1290
dbch->top = STAILQ_FIRST(&dbch->db_trq);
sys/dev/firewire/fwohci.c
1291
dbch->bottom = dbch->top;
sys/dev/firewire/fwohci.c
1362
for (i = 0, dbch->bottom = dbch->top; i < (dbch->ndb - 1); i++) {
sys/dev/firewire/fwohci.c
1365
db_tr = dbch->top;
sys/dev/firewire/fwohci.c
1430
dbch->top = STAILQ_FIRST(&dbch->db_trq);
sys/dev/firewire/fwohci.c
1431
for (i = 0, dbch->bottom = dbch->top; i < (dbch->ndb - 1); i++) {
sys/dev/firewire/fwohci.c
1434
db_tr = dbch->top;
sys/dev/firewire/fwohci.c
1463
OWRITE(sc, OHCI_DMACMD(off), dbch->top->bus_addr | z);
sys/dev/firewire/fwohci.c
2327
pp = dbch->top;
sys/dev/firewire/fwohci.c
2777
db_tr = dbch->top;
sys/dev/firewire/fwohci.c
2971
dbch->top = db_tr;
sys/dev/firewire/fwohci.c
2999
dbch->top = db_tr;
sys/dev/firewire/fwohci.c
574
sc->atrq.top = STAILQ_FIRST(&sc->atrq.db_trq);
sys/dev/firewire/fwohci.c
575
sc->atrs.top = STAILQ_FIRST(&sc->atrs.db_trq);
sys/dev/firewire/fwohci.c
576
sc->atrq.bottom = sc->atrq.top;
sys/dev/firewire/fwohci.c
577
sc->atrs.bottom = sc->atrs.top;
sys/dev/firewire/fwohci.c
579
for (i = 0, db_tr = sc->atrq.top; i < sc->atrq.ndb;
sys/dev/firewire/fwohci.c
583
for (i = 0, db_tr = sc->atrs.top; i < sc->atrs.ndb;
sys/dev/firewire/fwohci.c
886
db_tr = dbch->top;
sys/dev/firewire/fwohcivar.h
52
struct fwohcidb_tr *top, *bottom, *pdb_tr;
sys/dev/hid/hid.c
252
top:
sys/dev/hid/hid.c
382
goto top;
sys/dev/hwpmc/hwpmc_mod.c
1169
struct proc *top;
sys/dev/hwpmc/hwpmc_mod.c
1192
top = p;
sys/dev/hwpmc/hwpmc_mod.c
1199
if (p == top)
sys/dev/hwpmc/hwpmc_mod.c
1210
(void)pmc_detach_process(top, pm);
sys/dev/hwpmc/hwpmc_mod.c
1280
struct proc *top;
sys/dev/hwpmc/hwpmc_mod.c
1297
top = p;
sys/dev/hwpmc/hwpmc_mod.c
1305
if (p == top)
sys/dev/hwpmc/hwpmc_mod.c
2100
struct proc *p, *top;
sys/dev/hwpmc/hwpmc_mod.c
2111
top = p;
sys/dev/hwpmc/hwpmc_mod.c
2117
if (p == top)
sys/dev/hyperv/hvsock/hv_sock.c
783
struct mbuf *top, struct mbuf *controlp, int flags, struct thread *td)
sys/dev/hyperv/input/hv_kbdc.c
207
hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top)
sys/dev/hyperv/input/hv_kbdc.c
217
ksi->ks = *top;
sys/dev/hyperv/input/hv_kbdc.h
105
int hv_kbd_fetch_top(hv_kbd_sc *sc, keystroke *top);
sys/dev/hyperv/input/hv_kbdc.h
106
int hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top);
sys/dev/iicbus/if_ic.c
271
struct mbuf *top;
sys/dev/iicbus/if_ic.c
303
top = m_devget(sc->ic_ifbuf + ICHDRLEN, len, 0, sc->ic_ifp, 0);
sys/dev/iicbus/if_ic.c
304
if (top) {
sys/dev/iicbus/if_ic.c
308
M_SETFIB(top, if_getfib(sc->ic_ifp));
sys/dev/iicbus/if_ic.c
310
netisr_dispatch(NETISR_IP, top);
sys/dev/mlx4/mlx4_core/mlx4.h
243
u32 top;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
121
bitmap->top = (bitmap->top + bitmap->max + bitmap->reserved_top)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
134
obj |= bitmap->top;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
164
bitmap->top = (bitmap->top + bitmap->max + bitmap->reserved_top)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
180
bitmap->top = 0;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
51
bitmap->top = (bitmap->top + bitmap->max + bitmap->reserved_top)
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
61
obj |= bitmap->top;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
719
struct mbuf *mr, *top;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
726
top = NULL;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
735
top = SBTLS_MBUF_NO_DATA;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
741
top = m_gethdr(wait, MT_DATA);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
742
if (top == NULL)
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
747
m_free(top);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
748
top = NULL;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
752
top->m_next = mr;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
760
top->m_pkthdr.len = mr->m_len = offset;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
761
top->m_len = 0;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
767
m_adj(top, offset - delta);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
782
return (top);
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
110
goto top;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
122
goto top;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
701
top:
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
725
goto top;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
98
top:
sys/dev/mthca/mthca_allocator.c
49
alloc->top = (alloc->top + alloc->max) & alloc->mask;
sys/dev/mthca/mthca_allocator.c
55
obj |= alloc->top;
sys/dev/mthca/mthca_allocator.c
74
alloc->top = (alloc->top + alloc->max) & alloc->mask;
sys/dev/mthca/mthca_allocator.c
89
alloc->top = 0;
sys/dev/mthca/mthca_dev.h
182
u32 top;
sys/dev/ntb/test/ntb_tool.c
1308
struct sysctl_oid_list *top, *peer_top;
sys/dev/ntb/test/ntb_tool.c
1315
top = SYSCTL_CHILDREN(parent);
sys/dev/ntb/test/ntb_tool.c
1317
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "port", CTLTYPE_UINT |
sys/dev/ntb/test/ntb_tool.c
1321
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "link", CTLTYPE_STRING |
sys/dev/ntb/test/ntb_tool.c
1325
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "db", CTLTYPE_STRING |
sys/dev/ntb/test/ntb_tool.c
1329
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "db_valid_mask", CTLTYPE_STRING |
sys/dev/ntb/test/ntb_tool.c
1333
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "db_mask", CTLTYPE_STRING |
sys/dev/ntb/test/ntb_tool.c
1337
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "db_event", CTLTYPE_STRING |
sys/dev/ntb/test/ntb_tool.c
1341
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "peer_db", CTLTYPE_STRING |
sys/dev/ntb/test/ntb_tool.c
1345
SYSCTL_ADD_PROC(clist, top, OID_AUTO, "peer_db_mask", CTLTYPE_STRING |
sys/dev/ntb/test/ntb_tool.c
1354
SYSCTL_ADD_PROC(clist, top, OID_AUTO, buf,
sys/dev/ntb/test/ntb_tool.c
1363
peer = SYSCTL_ADD_NODE(clist, top, OID_AUTO, buf,
sys/dev/nvmf/nvmf_tcp.c
1225
struct mbuf *top, *m;
sys/dev/nvmf/nvmf_tcp.c
1270
top = nvmf_tcp_construct_pdu(qp, &cmd, sizeof(cmd), m, m != NULL ?
sys/dev/nvmf/nvmf_tcp.c
1272
return (top);
sys/dev/nvmf/nvmf_tcp.c
1789
struct mbuf *top;
sys/dev/nvmf/nvmf_tcp.c
1801
top = nvmf_tcp_construct_pdu(qp, &c2h, sizeof(c2h), m, len);
sys/dev/nvmf/nvmf_tcp.c
1802
nvmf_tcp_write_pdu(qp, top);
sys/dev/nvmf/nvmf_tcp.c
438
struct mbuf *top;
sys/dev/nvmf/nvmf_tcp.c
459
top = m_get2(mlen, M_WAITOK, MT_DATA, 0);
sys/dev/nvmf/nvmf_tcp.c
460
top->m_len = mlen;
sys/dev/nvmf/nvmf_tcp.c
461
ch = mtod(top, void *);
sys/dev/nvmf/nvmf_tcp.c
484
top->m_next = data;
sys/dev/nvmf/nvmf_tcp.c
501
return (top);
sys/dev/nvmf/nvmf_tcp.c
926
struct mbuf *top;
sys/dev/nvmf/nvmf_tcp.c
937
top = nvmf_tcp_construct_pdu(qp, &h2c, sizeof(h2c), m, len);
sys/dev/nvmf/nvmf_tcp.c
938
nvmf_tcp_write_pdu(qp, top);
sys/dev/ppbus/if_plip.c
528
struct mbuf *top;
sys/dev/ppbus/if_plip.c
572
top = m_devget(sc->sc_ifbuf + CLPIPHDRLEN, len, 0, sc->sc_ifp,
sys/dev/ppbus/if_plip.c
574
if (top) {
sys/dev/ppbus/if_plip.c
576
lptap(sc->sc_ifp, top);
sys/dev/ppbus/if_plip.c
578
M_SETFIB(top, if_getfib(sc->sc_ifp));
sys/dev/ppbus/if_plip.c
581
netisr_queue(NETISR_IP, top);
sys/dev/ppbus/if_plip.c
624
top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, sc->sc_ifp,
sys/dev/ppbus/if_plip.c
626
if (top) {
sys/dev/ppbus/if_plip.c
628
lptap(sc->sc_ifp, top);
sys/dev/ppbus/if_plip.c
630
M_SETFIB(top, if_getfib(sc->sc_ifp));
sys/dev/ppbus/if_plip.c
633
netisr_queue(NETISR_IP, top);
sys/dev/qat/qat_api/common/utils/lac_lock_free_stack.h
16
volatile pointer_t top;
sys/dev/qat/qat_api/common/utils/lac_lock_free_stack.h
41
old_top.atomic = stack->top.atomic;
sys/dev/qat/qat_api/common/utils/lac_lock_free_stack.h
48
} while (!__sync_bool_compare_and_swap(&stack->top.atomic,
sys/dev/qat/qat_api/common/utils/lac_lock_free_stack.h
62
old_top.atomic = stack->top.atomic;
sys/dev/qat/qat_api/common/utils/lac_lock_free_stack.h
66
} while (!__sync_bool_compare_and_swap(&stack->top.atomic,
sys/dev/qat/qat_api/common/utils/lac_lock_free_stack.h
81
pointer_t old_top = stack->top;
sys/dev/qat/qat_api/common/utils/lac_mem_pools.c
381
pCurrentBlk = top(&pPoolID->stack);
sys/dev/qat/qat_api/common/utils/lac_mem_pools.c
416
pCurrentBlk = top(&pPoolID->stack);
sys/dev/safe/safe.c
1049
struct mbuf *m, *top, **mp;
sys/dev/safe/safe.c
1092
top = NULL;
sys/dev/safe/safe.c
1093
mp = &top;
sys/dev/safe/safe.c
1096
if (top) {
sys/dev/safe/safe.c
1099
m_freem(top);
sys/dev/safe/safe.c
1107
if (top && totlen >= MINCLSIZE) {
sys/dev/safe/safe.c
1110
m_freem(top);
sys/dev/safe/safe.c
1123
re->re_dst_m = top;
sys/dev/safe/safe.c
1131
re->re_dst_map, top, re->re_dst_segs,
sys/dev/smartpqi/smartpqi_structures.h
227
}top;
sys/dev/smartpqi/smartpqi_tag.c
235
new_head.top.seq_no = cur_head.top.seq_no + 1;
sys/dev/smartpqi/smartpqi_tag.c
237
new_head.top.index = index;
sys/dev/smartpqi/smartpqi_tag.c
239
stack->next_index_array[index] = cur_head.top.index;
sys/dev/smartpqi/smartpqi_tag.c
257
if (cur_head.top.index == 0) /* stack empty */
sys/dev/smartpqi/smartpqi_tag.c
260
new_head.top.seq_no = cur_head.top.seq_no + 1;
sys/dev/smartpqi/smartpqi_tag.c
262
new_head.top.index = stack->next_index_array[cur_head.top.index];
sys/dev/smartpqi/smartpqi_tag.c
264
stack->next_index_array[cur_head.top.index] = 0;
sys/dev/smartpqi/smartpqi_tag.c
267
DBG_INFO("pop tag: %u\n",cur_head.top.index);
sys/dev/smartpqi/smartpqi_tag.c
269
return cur_head.top.index; /*tag*/
sys/dev/sound/usb/uaudio.c
4868
top:
sys/dev/sound/usb/uaudio.c
4892
goto top;
sys/dev/sound/usb/uaudio.c
4903
goto top;
sys/dev/sound/usb/uaudio.c
4913
goto top;
sys/dev/sound/usb/uaudio.c
4924
goto top;
sys/dev/ti/if_ti.c
252
static __inline void ti_hdr_split(struct mbuf *top, int hdr_len, int pkt_len,
sys/dev/ti/if_ti.c
2627
ti_hdr_split(struct mbuf *top, int hdr_len, int pkt_len, int idx)
sys/dev/ti/if_ti.c
2634
top->m_len = min(hdr_len, top->m_len);
sys/dev/ti/if_ti.c
2635
pkt_len -= top->m_len;
sys/dev/ti/if_ti.c
2636
lengths[i++] = top->m_len;
sys/dev/ti/if_ti.c
2638
mp = top;
sys/dev/ti/if_ti.c
2639
for (m = top->m_next; m && pkt_len; m = m->m_next) {
sys/dev/vt/vt_buf.c
106
roffset = MAX(roffset, top);
sys/dev/vt/vt_buf.c
72
int diff, top, bottom, roffset;
sys/dev/vt/vt_buf.c
85
top = (vb->vb_flags & VBF_HISTORY_FULL) ?
sys/dev/vt/vt_buf.c
94
roffset = top + offset;
sys/dev/vt/vt_core.c
1685
vt_axis_t top, left;
sys/dev/vt/vt_core.c
1695
top = (vd->vd_height - vt_logo_height) / 2;
sys/dev/vt/vt_core.c
1699
left, top, TC_WHITE, TC_BLACK);
sys/dev/vt/vt_core.c
1705
top = (vd->vd_height - si->si_height) / 2;
sys/dev/vt/vt_core.c
1709
left, top);
sys/dev/vt/vt_cpulogos.c
102
top + (xy / vt_logo_sprite_width),
sys/dev/vt/vt_cpulogos.c
108
top + (xy / vt_logo_sprite_width), data[i]);
sys/dev/vt/vt_cpulogos.c
74
vt_draw_1_logo(struct vt_device *vd, vt_axis_t top, vt_axis_t left)
sys/dev/wg/wg_noise.c
815
unsigned long index, index_current, top, i, bit;
sys/dev/wg/wg_noise.c
833
top = MIN(index - index_current, COUNTER_BITS_TOTAL / COUNTER_BITS);
sys/dev/wg/wg_noise.c
834
for (i = 1; i <= top; i++)
sys/dev/xen/cpu/xen_acpi_cpu.c
264
ACPI_OBJECT *top;
sys/dev/xen/cpu/xen_acpi_cpu.c
275
top = (ACPI_OBJECT *)buf.Pointer;
sys/dev/xen/cpu/xen_acpi_cpu.c
276
if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) {
sys/dev/xen/cpu/xen_acpi_cpu.c
281
if (count != top->Package.Count - 1) {
sys/dev/xen/cpu/xen_acpi_cpu.c
284
count, top->Package.Count - 1);
sys/dev/xen/cpu/xen_acpi_cpu.c
285
count = top->Package.Count - 1;
sys/dev/xen/cpu/xen_acpi_cpu.c
295
ACPI_OBJECT *pkg = &top->Package.Elements[i + 1];
sys/fs/ext2fs/ext2_csum.c
204
void *top;
sys/fs/ext2fs/ext2_csum.c
208
top = EXT2_DIRENT_TAIL(ep, ip->i_e2fs->e2fs_bsize);
sys/fs/ext2fs/ext2_csum.c
213
if ((void *)dep >= top)
sys/fs/ext2fs/ext2_csum.c
218
if (dep != top)
sys/fs/ext2fs/ext2_lookup.c
713
struct ext2fs_direct_2 *ep, *top;
sys/fs/ext2fs/ext2_lookup.c
721
top = (struct ext2fs_direct_2 *)((char *)data + bsize);
sys/fs/ext2fs/ext2_lookup.c
722
while (ep < top) {
sys/fs/nfsclient/nfs_clstate.c
1814
struct nfsclopen *op, *nop, *top;
sys/fs/nfsclient/nfs_clstate.c
1838
LIST_FOREACH(top, &towp->nfsow_open, nfso_list) {
sys/fs/nfsclient/nfs_clstate.c
1839
if (top->nfso_fhlen == op->nfso_fhlen &&
sys/fs/nfsclient/nfs_clstate.c
1840
!NFSBCMP(top->nfso_fh, op->nfso_fh,
sys/fs/nfsclient/nfs_clstate.c
1842
top->nfso_mode |= op->nfso_mode;
sys/fs/nfsclient/nfs_clstate.c
1843
top->nfso_opencnt += op->nfso_opencnt;
sys/fs/nfsclient/nfs_clstate.c
1847
if (top == NULL) {
sys/fs/nfsclient/nfs_clstate.c
529
struct nfsclopen *op = NULL, *top;
sys/fs/nfsclient/nfs_clstate.c
661
top = NULL;
sys/fs/nfsclient/nfs_clstate.c
667
if (top == NULL && (op->nfso_mode &
sys/fs/nfsclient/nfs_clstate.c
670
top = op;
sys/fs/nfsclient/nfs_clstate.c
681
NFSCL_DEBUG(2, "openmode top=%p\n", top);
sys/fs/nfsclient/nfs_clstate.c
682
if (top == NULL || NFSHASOPENMODE(nmp)) {
sys/fs/nfsclient/nfs_clstate.c
686
op = top;
sys/kern/kern_ktrace.c
1328
ktrsetchildren(struct thread *td, struct proc *top, int ops, int facs,
sys/kern/kern_ktrace.c
1334
p = top;
sys/kern/kern_ktrace.c
1347
if (p == top)
sys/kern/kern_mbuf.c
1011
if (top == NULL) {
sys/kern/kern_mbuf.c
1012
top = prev = m_new;
sys/kern/kern_mbuf.c
1037
if (top == NULL)
sys/kern/kern_mbuf.c
1038
top = m_new;
sys/kern/kern_mbuf.c
1057
*mres = top;
sys/kern/kern_mbuf.c
1074
m_freem(top);
sys/kern/kern_mbuf.c
1080
mb_unmapped_to_ext(struct mbuf *top, struct mbuf **mres)
sys/kern/kern_mbuf.c
1086
for (m = top; m != NULL; m = next) {
sys/kern/kern_mbuf.c
1101
if (top != m)
sys/kern/kern_mbuf.c
1102
m_freem(top);
sys/kern/kern_mbuf.c
1109
top = m;
sys/kern/kern_mbuf.c
1126
*mres = top;
sys/kern/kern_mbuf.c
942
struct mbuf *m_new, *top, *prev, *mref;
sys/kern/kern_mbuf.c
974
top = NULL;
sys/kern/kern_mbuf.c
988
prev = top = m_new;
sys/kern/kern_procctl.c
72
protect_setchildren(struct thread *td, struct proc *top, int flags)
sys/kern/kern_procctl.c
77
p = top;
sys/kern/kern_procctl.c
91
if (p == top) {
sys/kern/subr_mchain.c
338
md_append_record(struct mdchain *mdp, struct mbuf *top)
sys/kern/subr_mchain.c
343
md_initm(mdp, top);
sys/kern/subr_mchain.c
349
m->m_nextpkt = top;
sys/kern/subr_mchain.c
350
top->m_nextpkt = NULL;
sys/kern/subr_smp.c
1228
topo_next_node(struct topo_node *top, struct topo_node *node)
sys/kern/subr_smp.c
1238
while (node != top && (node = node->parent) != top)
sys/kern/subr_smp.c
1250
topo_next_nonchild_node(struct topo_node *top, struct topo_node *node)
sys/kern/subr_smp.c
1257
while (node != top && (node = node->parent) != top)
sys/kern/subr_smp.c
696
static struct cpu_group *top = NULL;
sys/kern/subr_smp.c
702
if (top != NULL)
sys/kern/subr_smp.c
703
return (top);
sys/kern/subr_smp.c
711
top = smp_topo_1level(CG_SHARE_NONE, 2, 0);
sys/kern/subr_smp.c
715
top = smp_topo_none();
sys/kern/subr_smp.c
719
top = smp_topo_1level(CG_SHARE_L2, 2, 0);
sys/kern/subr_smp.c
723
top = smp_topo_1level(CG_SHARE_L3, 4, 0);
sys/kern/subr_smp.c
727
top = smp_topo_2level(CG_SHARE_NONE, 2, CG_SHARE_L2, 2, 0);
sys/kern/subr_smp.c
731
top = smp_topo_1level(CG_SHARE_L1, 2, CG_FLAG_HTT);
sys/kern/subr_smp.c
735
top = smp_topo_2level(CG_SHARE_L3, 4, CG_SHARE_L2, 8,
sys/kern/subr_smp.c
74
struct cpu_group *top;
sys/kern/subr_smp.c
740
top = cpu_topo();
sys/kern/subr_smp.c
746
if (top->cg_count != mp_ncpus)
sys/kern/subr_smp.c
748
top, top->cg_count, mp_ncpus);
sys/kern/subr_smp.c
749
if (CPU_CMP(&top->cg_mask, &all_cpus))
sys/kern/subr_smp.c
751
top, cpusetobj_strprint(cpusetbuf, &top->cg_mask),
sys/kern/subr_smp.c
758
while (top->cg_children == 1) {
sys/kern/subr_smp.c
759
top = &top->cg_child[0];
sys/kern/subr_smp.c
76
top = smp_topo_alloc(1);
sys/kern/subr_smp.c
760
top->cg_parent = NULL;
sys/kern/subr_smp.c
762
smp_topo_fill(top);
sys/kern/subr_smp.c
763
return (top);
sys/kern/subr_smp.c
77
top->cg_parent = NULL;
sys/kern/subr_smp.c
78
top->cg_child = NULL;
sys/kern/subr_smp.c
79
top->cg_mask = all_cpus;
sys/kern/subr_smp.c
80
top->cg_count = mp_ncpus;
sys/kern/subr_smp.c
802
struct cpu_group *top;
sys/kern/subr_smp.c
809
top = smp_topo_alloc(1 + packages);
sys/kern/subr_smp.c
81
top->cg_children = 0;
sys/kern/subr_smp.c
810
top->cg_child = child = top + 1;
sys/kern/subr_smp.c
811
top->cg_level = CG_SHARE_NONE;
sys/kern/subr_smp.c
813
cpu = smp_topo_addleaf(top, child, share, count, flags, cpu);
sys/kern/subr_smp.c
814
return (top);
sys/kern/subr_smp.c
82
top->cg_level = CG_SHARE_NONE;
sys/kern/subr_smp.c
821
struct cpu_group *top;
sys/kern/subr_smp.c
829
top = smp_topo_alloc(1 + mp_ncpus / (l2count * l1count) +
sys/kern/subr_smp.c
83
top->cg_flags = 0;
sys/kern/subr_smp.c
831
l2g = top + 1;
sys/kern/subr_smp.c
832
top->cg_child = l2g;
sys/kern/subr_smp.c
833
top->cg_level = CG_SHARE_NONE;
sys/kern/subr_smp.c
834
top->cg_children = mp_ncpus / (l2count * l1count);
sys/kern/subr_smp.c
835
l1g = l2g + top->cg_children;
sys/kern/subr_smp.c
836
for (i = 0; i < top->cg_children; i++, l2g++) {
sys/kern/subr_smp.c
837
l2g->cg_parent = top;
sys/kern/subr_smp.c
844
return (top);
sys/kern/subr_smp.c
848
smp_topo_find(struct cpu_group *top, int cpu)
sys/kern/subr_smp.c
85
return (top);
sys/kern/subr_smp.c
856
cg = top;
sys/kern/subr_smp.c
906
static struct cpu_group *top = NULL;
sys/kern/subr_smp.c
908
if (top != NULL)
sys/kern/subr_smp.c
909
return (top);
sys/kern/subr_smp.c
911
top = smp_topo_none();
sys/kern/subr_smp.c
912
return (top);
sys/kern/subr_turnstile.c
178
propagate_unlock_ts(struct turnstile *top, struct turnstile *ts)
sys/kern/subr_turnstile.c
181
if (ts != top)
sys/kern/subr_turnstile.c
186
propagate_unlock_td(struct turnstile *top, struct thread *td)
sys/kern/subr_turnstile.c
189
if (td->td_lock != &top->ts_lock)
sys/kern/subr_turnstile.c
201
struct turnstile *ts, *top;
sys/kern/subr_turnstile.c
206
top = ts = td->td_blocked;
sys/kern/subr_turnstile.c
222
propagate_unlock_ts(top, ts);
sys/kern/subr_turnstile.c
233
propagate_unlock_ts(top, ts);
sys/kern/subr_turnstile.c
258
propagate_unlock_td(top, td);
sys/kern/subr_turnstile.c
273
propagate_unlock_td(top, td);
sys/kern/subr_turnstile.c
301
propagate_unlock_ts(top, ts);
sys/kern/subr_witness.c
1181
top:
sys/kern/subr_witness.c
1258
goto top;
sys/kern/uipc_ktls.c
2101
ktls_frame(struct mbuf *top, struct ktls_session *tls, int *enq_cnt,
sys/kern/uipc_ktls.c
2112
for (m = top; m != NULL; m = m->m_next) {
sys/kern/uipc_ktls.c
2128
("ktls_frame: mapped mbuf %p (top = %p)", m, top));
sys/kern/uipc_ktls.c
2277
struct mbuf *m, *n, *top;
sys/kern/uipc_ktls.c
2287
top = sb->sb_mtls;
sys/kern/uipc_ktls.c
2300
for (m = top; remain > m->m_len; m = m->m_next)
sys/kern/uipc_ktls.c
2328
if (sb->sb_mtls != top) {
sys/kern/uipc_ktls.c
2362
MPASS(m_length(top, NULL) == len);
sys/kern/uipc_ktls.c
2363
for (m = top; m != NULL; m = m->m_next)
sys/kern/uipc_ktls.c
2368
return (top);
sys/kern/uipc_ktls.c
3036
ktls_encrypt(struct ktls_wq *wq, struct mbuf *top)
sys/kern/uipc_ktls.c
3044
so = top->m_epg_so;
sys/kern/uipc_ktls.c
3045
tls = top->m_epg_tls;
sys/kern/uipc_ktls.c
3046
KASSERT(tls != NULL, ("tls = NULL, top = %p\n", top));
sys/kern/uipc_ktls.c
3047
KASSERT(so != NULL, ("so = NULL, top = %p\n", top));
sys/kern/uipc_ktls.c
3049
top->m_epg_so = NULL;
sys/kern/uipc_ktls.c
3051
total_pages = top->m_epg_enc_cnt;
sys/kern/uipc_ktls.c
3072
for (m = top; npages != total_pages; m = m->m_next) {
sys/kern/uipc_ktls.c
3077
("page count mismatch: top %p, total_pages %d, m %p", top,
sys/kern/uipc_ktls.c
3105
(void)so->so_proto->pr_ready(so, top, npages);
sys/kern/uipc_ktls.c
3108
mb_free_notready(top, total_pages);
sys/kern/uipc_ktls.c
3165
ktls_encrypt_async(struct ktls_wq *wq, struct mbuf *top)
sys/kern/uipc_ktls.c
3173
so = top->m_epg_so;
sys/kern/uipc_ktls.c
3174
tls = top->m_epg_tls;
sys/kern/uipc_ktls.c
3175
KASSERT(tls != NULL, ("tls = NULL, top = %p\n", top));
sys/kern/uipc_ktls.c
3176
KASSERT(so != NULL, ("so = NULL, top = %p\n", top));
sys/kern/uipc_ktls.c
3178
top->m_epg_so = NULL;
sys/kern/uipc_ktls.c
3180
total_pages = top->m_epg_enc_cnt;
sys/kern/uipc_ktls.c
3184
for (m = top; npages != total_pages; m = n) {
sys/kern/uipc_ktls.c
3189
("page count mismatch: top %p, total_pages %d, m %p", top,
sys/kern/uipc_mbuf.c
1190
struct mbuf *top = NULL, **mp = &top;
sys/kern/uipc_mbuf.c
1197
if (top == NULL) { /* First one, must be PKTHDR */
sys/kern/uipc_mbuf.c
1224
m_freem(top);
sys/kern/uipc_mbuf.c
1243
return (top);
sys/kern/uipc_mbuf.c
535
struct mbuf *top;
sys/kern/uipc_mbuf.c
550
np = &top;
sys/kern/uipc_mbuf.c
551
top = NULL;
sys/kern/uipc_mbuf.c
588
return (top);
sys/kern/uipc_mbuf.c
590
m_freem(top);
sys/kern/uipc_mbuf.c
606
struct mbuf *top, *n, *o;
sys/kern/uipc_mbuf.c
610
top = n;
sys/kern/uipc_mbuf.c
644
return top;
sys/kern/uipc_mbuf.c
646
m_freem(top);
sys/kern/uipc_mbuf.c
714
struct mbuf **p, *top = NULL;
sys/kern/uipc_mbuf.c
726
p = &top;
sys/kern/uipc_mbuf.c
727
while (remain > 0 || top == NULL) { /* allow m->m_pkthdr.len == 0 */
sys/kern/uipc_mbuf.c
741
if (top == NULL) { /* First one, must be PKTHDR */
sys/kern/uipc_mbuf.c
774
return (top);
sys/kern/uipc_mbuf.c
777
m_freem(top);
sys/kern/uipc_socket.c
176
struct uio *uio, struct mbuf *top, struct mbuf *control,
sys/kern/uipc_socket.c
2205
struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
sys/kern/uipc_socket.c
2218
resid = top->m_pkthdr.len;
sys/kern/uipc_socket.c
2289
top->m_flags |= M_EOR;
sys/kern/uipc_socket.c
2296
top = m_uiotombuf(uio, M_WAITOK, space, max_hdr,
sys/kern/uipc_socket.c
2298
if (top == NULL) {
sys/kern/uipc_socket.c
2336
top, addr, control, td);
sys/kern/uipc_socket.c
2344
top = NULL;
sys/kern/uipc_socket.c
2346
if (top != NULL)
sys/kern/uipc_socket.c
2347
m_freem(top);
sys/kern/uipc_socket.c
2368
struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
sys/kern/uipc_socket.c
2373
int atomic = sosendallatonce(so) || top;
sys/kern/uipc_socket.c
2388
else if ((top->m_flags & M_PKTHDR) != 0)
sys/kern/uipc_socket.c
2389
resid = top->m_pkthdr.len;
sys/kern/uipc_socket.c
2391
resid = m_length(top, NULL);
sys/kern/uipc_socket.c
2508
top->m_flags |= M_EOR;
sys/kern/uipc_socket.c
2511
ktls_frame(top, tls, &tls_enq_cnt,
sys/kern/uipc_socket.c
2527
top = m_uiotombuf(uio, M_WAITOK, space,
sys/kern/uipc_socket.c
2531
if (top != NULL) {
sys/kern/uipc_socket.c
2532
ktls_frame(top, tls,
sys/kern/uipc_socket.c
2538
top = m_uiotombuf(uio, M_WAITOK, space,
sys/kern/uipc_socket.c
2542
if (top == NULL) {
sys/kern/uipc_socket.c
2584
error = so->so_proto->pr_send(so, pr_send_flag, top,
sys/kern/uipc_socket.c
2596
m_freem(top);
sys/kern/uipc_socket.c
2597
top = NULL;
sys/kern/uipc_socket.c
2600
ktls_enqueue(top, so, tls_enq_cnt);
sys/kern/uipc_socket.c
2606
top = NULL;
sys/kern/uipc_socket.c
2617
if (top != NULL)
sys/kern/uipc_socket.c
2618
m_freem(top);
sys/kern/uipc_socket.c
2626
struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
sys/kern/uipc_socket.c
2633
error = sosend_generic_locked(so, addr, uio, top, control, flags, td);
sys/kern/uipc_socket.c
2648
struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
sys/kern/uipc_socket.c
2654
top, control, flags, td);
sys/net/altq/altq_rmclass.c
876
rm_class_t *top;
sys/net/altq/altq_rmclass.c
897
top = NULL;
sys/net/altq/altq_rmclass.c
916
top = cl;
sys/net/altq/altq_rmclass.c
919
if (top != NULL && top->avgidle_ == top->minidle_)
sys/net/altq/altq_rmclass.c
920
top = NULL;
sys/net/altq/altq_rmclass.c
922
(p->overlimit)(p, top);
sys/net/altq/altq_rmclass.c
929
top = cl;
sys/net/iflib.c
5020
struct cpu_offset *op, *top;
sys/net/iflib.c
5023
SLIST_FOREACH_SAFE(op, &cpu_offsets, entries, top) {
sys/net/radix.c
277
struct radix_node *saved_t, *top = t;
sys/net/radix.c
367
} while (t != top);
sys/net/radix.c
438
struct radix_node *top = head->rnh_treetop;
sys/net/radix.c
439
int head_off = top->rn_offset, vlen = LEN(v);
sys/net/radix.c
440
struct radix_node *t = rn_search(v_arg, top);
sys/net/radix.c
462
x = top;
sys/net/radix.c
612
struct radix_node *saved_tt, *top = head->rnh_treetop;
sys/net/radix.c
626
x = rn_addmask(n_arg, head->rnh_masks, 0, top->rn_offset);
sys/net/radix.c
729
} while (b <= t->rn_bit && x != top);
sys/net/radix.c
768
struct radix_node *dupedkey, *saved_tt, *top;
sys/net/radix.c
780
top = x;
sys/net/radix.c
818
} while (b <= t->rn_bit && x != top);
sys/net80211/ieee80211_rssadapt.c
226
int i, top, thridx;
sys/net80211/ieee80211_rssadapt.c
228
for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
sys/net80211/ieee80211_rssadapt.c
230
i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
sys/net80211/ieee80211_rssadapt.c
232
if (pktlen <= top)
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3491
struct mbuf *top = NULL, *m = NULL, *n = NULL, *nextpkt = NULL;
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3494
MGETHDR(top, M_NOWAIT, MT_DATA);
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3495
if (top == NULL)
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3498
top->m_pkthdr.len = length;
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3499
top->m_len = 0;
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3502
m = top;
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3520
NG_FREE_M(top);
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
3545
return (top);
sys/netinet/sctp_output.c
12515
struct mbuf *top,
sys/netinet/sctp_output.c
12555
error = sctp_lower_sosend(so, addr_to_use, uio, top, control, flags,
sys/netinet/sctp_output.c
12564
struct mbuf *top,
sys/netinet/sctp_output.c
12603
if ((uio == NULL) && (top == NULL)) {
sys/netinet/sctp_output.c
12643
sndlen = SCTP_HEADER_LEN(top);
sys/netinet/sctp_output.c
12701
error = sctp_sendall(inp, uio, top, sndrcvninfo);
sys/netinet/sctp_output.c
12702
top = NULL;
sys/netinet/sctp_output.c
12895
if (top != NULL) {
sys/netinet/sctp_output.c
12899
for (cntm = top; cntm; cntm = SCTP_BUF_NEXT(cntm)) {
sys/netinet/sctp_output.c
12928
if (top == NULL) {
sys/netinet/sctp_output.c
12958
SCTP_BUF_NEXT(mm) = top;
sys/netinet/sctp_output.c
12974
top = NULL;
sys/netinet/sctp_output.c
13178
if (top == NULL) {
sys/netinet/sctp_output.c
13557
error = sctp_msg_append(stcb, net, top, sndrcvninfo);
sys/netinet/sctp_output.c
13558
top = NULL;
sys/netinet/sctp_output.c
13776
if (top != NULL) {
sys/netinet/sctp_output.c
13777
sctp_m_freem(top);
sys/netinet/sctp_output.h
192
struct mbuf *top,
sys/netinet/sctp_uio.h
1267
struct mbuf *top,
sys/netinet/tcp_output.c
1965
struct mbuf *top;
sys/netinet/tcp_output.c
1991
np = &top;
sys/netinet/tcp_output.c
1992
top = NULL;
sys/netinet/tcp_output.c
2115
return (top);
sys/netinet/tcp_output.c
2117
m_freem(top);
sys/netinet/tcp_stacks/rack.c
18018
struct mbuf *top;
sys/netinet/tcp_stacks/rack.c
18027
np = &top;
sys/netinet/tcp_stacks/rack.c
18028
top = NULL;
sys/netinet/tcp_stacks/rack.c
18158
return (top);
sys/netinet/tcp_stacks/rack.c
18160
if (top)
sys/netinet/tcp_stacks/rack.c
18161
m_freem(top);
sys/netpfil/ipfilter/netinet/fil.c
6873
ipf_tune_findbyname(ipftuneable_t *top, const char *name)
sys/netpfil/ipfilter/netinet/fil.c
6877
for (ta = top; ta != NULL; ta = ta->ipft_next)
sys/netpfil/ipfilter/netinet/ip_frag.c
1159
ipfr_t **top
sys/netpfil/ipfilter/netinet/ip_frag.c
1183
next = *top;
sys/netpfil/ipfilter/netinet/ipf_rb.h
140
head->top._f.right->_f.colour = C_BLACK; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
150
node != &head->top) { \
sys/netpfil/ipfilter/netinet/ipf_rb.h
182
node = head->top._f.right; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
215
node = head->top._f.right; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
22
struct _t top; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
249
head->top._f.right = child; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
260
head->top._f.right = child; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
280
head->top._f.right = child; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
294
head->top._f.left = &_n##_rb_zero; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
295
head->top._f.right = &_n##_rb_zero; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
296
head->top._f.parent = &head->top; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
307
_t *node = head->top._f.right; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
340
node = head->top._f.right; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
49
head->top._f.right = tmp1; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
71
head->top._f.right = tmp1; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
86
parent = &head->top; \
sys/netpfil/ipfilter/netinet/ipf_rb.h
89
p = &head->top._f.right; \
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1044
struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1055
resid = top->m_pkthdr.len;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1056
atomic = top != NULL;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1060
if (top)
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1061
m_freem(top);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1135
top->m_flags |= M_EOR;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1144
top = m_uiotombuf(uio, M_WAITOK, copy,
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1147
if (top == NULL) {
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1168
top, addr, NULL, td);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1169
top = NULL;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1178
if (top != NULL)
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1179
m_freem(top);
sys/powerpc/fpu/fpu_subr.c
138
u_int m0, m1, m2, m3, top, sup, nrm;
sys/powerpc/fpu/fpu_subr.c
169
for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
sys/powerpc/fpu/fpu_subr.c
170
top >>= 1;
sys/powerpc/fpu/fpu_subr.c
176
m0 = top;
sys/powerpc/fpu/fpu_subr.c
182
for (lsh = 1, top = m0 << 1; top < nrm; lsh++) /* XXX slow */
sys/powerpc/fpu/fpu_subr.c
183
top <<= 1;
sys/powerpc/fpu/fpu_subr.c
186
m0 = top | (m1 >> rsh);
sys/sys/mchain.h
85
void md_append_record(struct mdchain *mdp, struct mbuf *top);
sys/sys/smp.h
124
struct topo_node * topo_next_node(struct topo_node *top,
sys/sys/smp.h
126
struct topo_node * topo_next_nonchild_node(struct topo_node *top,
sys/sys/smp.h
155
struct cpu_group *smp_topo_find(struct cpu_group *top, int cpu);
sys/sys/socketvar.h
548
struct mbuf *top, struct mbuf *control, int flags,
sys/sys/socketvar.h
553
struct uio *uio, struct mbuf *top, struct mbuf *control,
sys/sys/socketvar.h
556
struct uio *uio, struct mbuf *top, struct mbuf *control,
sys/teken/teken_subr.h
1250
teken_subr_set_top_and_bottom_margins(teken_t *t, unsigned int top,
sys/teken/teken_subr.h
1255
if (top > 0)
sys/teken/teken_subr.h
1256
top--;
sys/teken/teken_subr.h
1262
if (top >= bottom - 1) {
sys/teken/teken_subr.h
1263
top = 0;
sys/teken/teken_subr.h
1268
t->t_scrollreg.ts_begin = top;
sys/ufs/ffs/ffs_softdep.c
12991
top:
sys/ufs/ffs/ffs_softdep.c
13003
goto top;
sys/ufs/ffs/ffs_softdep.c
13011
goto top;
sys/ufs/ffs/ffs_softdep.c
1782
top:
sys/ufs/ffs/ffs_softdep.c
1793
goto top;
sys/vm/vm_map.c
4615
vm_offset_t bot, gap_bot, gap_top, top;
sys/vm/vm_map.c
4654
top = bot + init_ssize;
sys/vm/vm_map.c
4657
rv = vm_map_insert1(map, NULL, 0, bot, top, prot, max, cow,
sys/vm/vm_map.c
4661
KASSERT(new_entry->end == top || new_entry->start == bot,
sys/vm/vm_map.c
4689
(void)vm_map_delete(map, bot, top);
tools/regression/geom/ConfCmp/ConfCmp.c
180
mt->top = new_node();
tools/regression/geom/ConfCmp/ConfCmp.c
181
mt->top->name = "(top)";
tools/regression/geom/ConfCmp/ConfCmp.c
182
mt->top->parent = mt->top;
tools/regression/geom/ConfCmp/ConfCmp.c
183
mt->cur = mt->top;
tools/regression/geom/ConfCmp/ConfCmp.c
184
sbuf_finish(mt->top->key);
tools/regression/geom/ConfCmp/ConfCmp.c
185
sbuf_finish(mt->top->cont);
tools/regression/geom/ConfCmp/ConfCmp.c
200
sbuf_finish(mt->top->cont);
tools/regression/geom/ConfCmp/ConfCmp.c
367
sort_node(t1->top);
tools/regression/geom/ConfCmp/ConfCmp.c
371
sort_node(t2->top);
tools/regression/geom/ConfCmp/ConfCmp.c
372
i = compare_node(t1->top, t2->top, 0);
tools/regression/geom/ConfCmp/ConfCmp.c
63
struct node *top;
tools/tools/usbtest/usb_msc_test.c
872
top:
tools/tools/usbtest/usb_msc_test.c
907
goto top;
usr.bin/dtc/input_buffer.cc
1103
input_buffer &b = *input_stack.top();
usr.bin/dtc/input_buffer.cc
1286
return (*input_stack.top())[1];
usr.bin/dtc/input_buffer.hh
361
((input_stack.size() == 1) && input_stack.top()->finished());
usr.bin/dtc/input_buffer.hh
372
return *(*input_stack.top());
usr.bin/dtc/input_buffer.hh
384
auto &top = *input_stack.top();
usr.bin/dtc/input_buffer.hh
385
++top;
usr.bin/dtc/input_buffer.hh
386
if (top.finished())
usr.bin/dtc/input_buffer.hh
420
return input_stack.top()->consume(str);
usr.bin/dtc/input_buffer.hh
435
return input_stack.top()->consume_char_literal(outInt);
usr.bin/dtc/input_buffer.hh
452
return input_stack.top()->consume_integer(outInt);
usr.bin/dtc/input_buffer.hh
473
return input_stack.top()->consume_hex_byte(outByte);
usr.bin/dtc/input_buffer.hh
527
b(buf.input_stack.empty() ? nullptr : buf.input_stack.top()),
usr.bin/m4/parser.y
43
top : expr { end_result = $1; }
usr.bin/mail/cmdtab.c
52
{ "top", top, MSGLIST, 0, MMNDEL },
usr.bin/mail/extern.h
229
int top(void *);
usr.bin/mail/head.c
128
char *cp, *top;
usr.bin/mail/head.c
130
top = cp = *space;
usr.bin/mail/head.c
134
return (top);
usr.bin/mail/names.c
104
return (top);
usr.bin/mail/names.c
114
char *cp, *top;
usr.bin/mail/names.c
134
top = salloc(s);
usr.bin/mail/names.c
135
cp = top;
usr.bin/mail/names.c
147
return (top);
usr.bin/mail/names.c
278
struct name *np, *top;
usr.bin/mail/names.c
283
top = names;
usr.bin/mail/names.c
416
return (top);
usr.bin/mail/names.c
547
char **ap, **top;
usr.bin/mail/names.c
568
top = (char **)salloc((t + extra) * sizeof(*top));
usr.bin/mail/names.c
569
ap = top;
usr.bin/mail/names.c
580
return (top);
usr.bin/mail/names.c
85
struct name *top, *np, *t;
usr.bin/mail/names.c
91
top = NULL;
usr.bin/mail/names.c
96
if (top == NULL)
usr.bin/mail/names.c
97
top = t;
usr.bin/sed/process.c
106
top:
usr.bin/sed/process.c
151
goto top;
usr.bin/vmstat/vmstat.c
912
pct(long top, long bot)
usr.bin/vmstat/vmstat.c
918
ans = (quad_t)top * 100 / bot;
usr.bin/vmstat/vmstat.c
922
#define PCT(top, bot) pct((long)(top), (long)(bot))
usr.sbin/ctld/uclparse.cc
1028
uclparse_controller(const char *name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
1034
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
1123
uclparse_target(const char *name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
1129
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
1285
uclparse_lun(const char *name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
1292
return (uclparse_lun_entries(lun_name.c_str(), top));
usr.sbin/ctld/uclparse.cc
1296
uclparse_lun_entries(const char *name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
1298
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
1411
ucl::Ucl top = ucl::Ucl::parse_from_file(path, err);
usr.sbin/ctld/uclparse.cc
1412
if (!top) {
usr.sbin/ctld/uclparse.cc
1420
parsed = uclparse_toplevel(top);
usr.sbin/ctld/uclparse.cc
389
uclparse_toplevel(const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
392
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
522
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
556
uclparse_auth_group(const char *name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
562
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
761
uclparse_portal_group(const char *name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
767
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
907
uclparse_transport_listen_obj(const char *pg_name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
909
for (const auto &obj : top) {
usr.sbin/ctld/uclparse.cc
952
uclparse_transport_group(const char *name, const ucl::Ucl &top)
usr.sbin/ctld/uclparse.cc
958
for (const auto &obj : top) {
usr.sbin/devctl/devctl.c
116
DEVCTL_COMMAND(top, help, help);
usr.sbin/devctl/devctl.c
128
DEVCTL_COMMAND(top, attach, attach);
usr.sbin/devctl/devctl.c
162
DEVCTL_COMMAND(top, detach, detach);
usr.sbin/devctl/devctl.c
196
DEVCTL_COMMAND(top, disable, disable);
usr.sbin/devctl/devctl.c
208
DEVCTL_COMMAND(top, enable, enable);
usr.sbin/devctl/devctl.c
220
DEVCTL_COMMAND(top, suspend, suspend);
usr.sbin/devctl/devctl.c
232
DEVCTL_COMMAND(top, resume, resume);
usr.sbin/devctl/devctl.c
312
DEVCTL_COMMAND(top, rescan, rescan);
usr.sbin/devctl/devctl.c
346
DEVCTL_COMMAND(top, delete, delete);
usr.sbin/devctl/devctl.c
366
DEVCTL_COMMAND(top, freeze, freeze);
usr.sbin/devctl/devctl.c
386
DEVCTL_COMMAND(top, thaw, thaw);
usr.sbin/devctl/devctl.c
420
DEVCTL_COMMAND(top, reset, reset);
usr.sbin/devctl/devctl.c
435
DEVCTL_COMMAND(top, getpath, getpath);
usr.sbin/devctl/devctl.c
447
SET_FOREACH(cmd, DEVCTL_DATASET(top)) {
usr.sbin/devctl/devctl.c
63
SET_DECLARE(DEVCTL_DATASET(top), struct devctl_command);
usr.sbin/devctl/devctl.c
65
DEVCTL_TABLE(top, clear);
usr.sbin/devctl/devctl.c
66
DEVCTL_TABLE(top, set);
usr.sbin/edquota/edquota.c
423
top:
usr.sbin/edquota/edquota.c
432
goto top;
usr.sbin/iovctl/parse.c
224
parse_device_config(const ucl_object_t *top, nvlist_t *config,
usr.sbin/iovctl/parse.c
253
while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
usr.sbin/iovctl/parse.c
282
ucl_object_t *top;
usr.sbin/iovctl/parse.c
314
top = ucl_parser_get_object(parser);
usr.sbin/iovctl/parse.c
316
while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
usr.sbin/iovctl/parse.c
347
ucl_object_unref(top);
usr.sbin/iovctl/parse.c
397
ucl_object_t *top;
usr.sbin/iovctl/parse.c
416
top = ucl_parser_get_object (parser);
usr.sbin/iovctl/parse.c
418
while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
usr.sbin/iovctl/parse.c
434
ucl_object_unref(top);
usr.sbin/mfiutil/mfi_bbu.c
244
MFI_COMMAND(top, bbu, update_bbu_props);
usr.sbin/mfiutil/mfi_config.c
1049
MFI_COMMAND(top, add, add_spare);
usr.sbin/mfiutil/mfi_config.c
1104
MFI_COMMAND(top, remove, remove_spare);
usr.sbin/mfiutil/mfi_config.c
1235
MFI_COMMAND(top, debug, debug_config);
usr.sbin/mfiutil/mfi_config.c
1287
MFI_COMMAND(top, dump, dump);
usr.sbin/mfiutil/mfi_config.c
216
MFI_COMMAND(top, clear, clear_config);
usr.sbin/mfiutil/mfi_config.c
842
MFI_COMMAND(top, create, create_volume);
usr.sbin/mfiutil/mfi_config.c
919
MFI_COMMAND(top, delete, delete_volume);
usr.sbin/mfiutil/mfi_drive.c
436
MFI_COMMAND(top, fail, fail_drive);
usr.sbin/mfiutil/mfi_drive.c
450
MFI_COMMAND(top, good, good_drive);
usr.sbin/mfiutil/mfi_drive.c
464
MFI_COMMAND(top, rebuild, rebuild_drive);
usr.sbin/mfiutil/mfi_drive.c
478
MFI_COMMAND(top, syspd, syspd_drive);
usr.sbin/mfiutil/mfi_drive.c
48
MFI_TABLE(top, drive);
usr.sbin/mfiutil/mfi_drive.c
762
MFI_COMMAND(top, locate, drive_locate);
usr.sbin/mfiutil/mfi_flash.c
209
MFI_COMMAND(top, flash, flash_adapter);
usr.sbin/mfiutil/mfi_foreign.c
42
MFI_TABLE(top, foreign);
usr.sbin/mfiutil/mfi_patrol.c
336
MFI_COMMAND(top, patrol, patrol_config);
usr.sbin/mfiutil/mfi_properties.c
46
MFI_TABLE(top, ctrlprop);
usr.sbin/mfiutil/mfi_show.c
45
MFI_TABLE(top, show);
usr.sbin/mfiutil/mfi_volume.c
388
MFI_COMMAND(top, cache, volume_cache);
usr.sbin/mfiutil/mfi_volume.c
43
MFI_TABLE(top, volume);
usr.sbin/mfiutil/mfi_volume.c
443
MFI_COMMAND(top, name, volume_name);
usr.sbin/mfiutil/mfiutil.c
119
MFI_COMMAND(top, version, version);
usr.sbin/mfiutil/mfiutil.c
180
SET_FOREACH(cmd, MFI_DATASET(top)) {
usr.sbin/mfiutil/mfiutil.c
43
SET_DECLARE(MFI_DATASET(top), struct mfiutil_command);
usr.sbin/mfiutil/mfiutil.c
45
MFI_TABLE(top, start);
usr.sbin/mfiutil/mfiutil.c
46
MFI_TABLE(top, stop);
usr.sbin/mfiutil/mfiutil.c
47
MFI_TABLE(top, abort);
usr.sbin/mpsutil/mps_debug.c
41
MPS_TABLE(top, debug);
usr.sbin/mpsutil/mps_flash.c
43
MPS_TABLE(top, flash);
usr.sbin/mpsutil/mps_set.c
39
MPS_TABLE(top, set);
usr.sbin/mpsutil/mps_show.c
51
MPS_TABLE(top, show);
usr.sbin/mpsutil/mps_slot.c
45
MPS_TABLE(top, slot);
usr.sbin/mpsutil/mpsutil.c
130
SET_FOREACH(cmd, MPS_DATASET(top)) {
usr.sbin/mpsutil/mpsutil.c
45
SET_DECLARE(MPS_DATASET(top), struct mpsutil_command);
usr.sbin/mpsutil/mpsutil.c
87
MPS_COMMAND(top, version, version, "", "Version number")
usr.sbin/mptutil/mpt_config.c
1014
MPT_COMMAND(top, add, add_spare);
usr.sbin/mptutil/mpt_config.c
1082
MPT_COMMAND(top, remove, remove_spare);
usr.sbin/mptutil/mpt_config.c
1085
MPT_TABLE(top, pd);
usr.sbin/mptutil/mpt_config.c
1258
MPT_COMMAND(top, debug, debug_config);
usr.sbin/mptutil/mpt_config.c
321
MPT_COMMAND(top, clear, clear_config);
usr.sbin/mptutil/mpt_config.c
786
MPT_COMMAND(top, create, create_volume);
usr.sbin/mptutil/mpt_config.c
833
MPT_COMMAND(top, delete, delete_volume);
usr.sbin/mptutil/mpt_drive.c
399
MPT_COMMAND(top, fail, fail_drive);
usr.sbin/mptutil/mpt_drive.c
414
MPT_COMMAND(top, online, online_drive);
usr.sbin/mptutil/mpt_drive.c
429
MPT_COMMAND(top, offline, offline_drive);
usr.sbin/mptutil/mpt_show.c
43
MPT_TABLE(top, show);
usr.sbin/mptutil/mpt_volume.c
129
MPT_COMMAND(top, name, volume_name);
usr.sbin/mptutil/mpt_volume.c
44
MPT_TABLE(top, volume);
usr.sbin/mptutil/mptutil.c
118
SET_FOREACH(cmd, MPT_DATASET(top)) {
usr.sbin/mptutil/mptutil.c
42
SET_DECLARE(MPT_DATASET(top), struct mptutil_command);
usr.sbin/mptutil/mptutil.c
89
MPT_COMMAND(top, version, version);
usr.sbin/ppp/ipcp.c
1464
if (queue->top) {
usr.sbin/ppp/ipv6cp.c
443
if (queue->top) {
usr.sbin/ppp/link.c
114
while (queue->top)
usr.sbin/ppp/link.c
140
m = l->Queue[i].top;
usr.sbin/ppp/link.c
173
for (m = queue->top; len--; m = m->m_nextpkt)
usr.sbin/ppp/mbuf.c
350
bp = q->top;
usr.sbin/ppp/mbuf.c
352
q->top = q->top->m_nextpkt;
usr.sbin/ppp/mbuf.c
354
if (q->top == NULL) {
usr.sbin/ppp/mbuf.c
355
q->last = q->top;
usr.sbin/ppp/mbuf.c
374
queue->last = queue->top = bp;
usr.sbin/ppp/mbuf.h
43
struct mbuf *top;
usr.sbin/ppp/ncp.c
294
while (q->top)
usr.sbin/ppp/ncp.c
299
while (q->top)
usr.sbin/rmt/rmt.c
149
goto top;
usr.sbin/rmt/rmt.c
175
goto top;
usr.sbin/rmt/rmt.c
192
goto top;
usr.sbin/rmt/rmt.c
195
goto top;
usr.sbin/rmt/rmt.c
81
top:
usr.sbin/ypldap/parse.y
516
top:
usr.sbin/ypldap/parse.y
549
goto top;