bin/csh/csh.c
1092
paraml.next = paraml.prev = ¶ml;
bin/csh/csh.c
1207
savet = syntax(paraml.next, ¶ml, 0);
bin/csh/csh.h
275
struct wordent *next;
bin/csh/exec.c
612
lexw[0].next = &lexw[1];
bin/csh/exec.c
613
lexw[1].next = &lexw[2];
bin/csh/exec.c
614
lexw[2].next = &lexw[0];
bin/csh/exec.c
648
sp = lexp->next;
bin/csh/exec.c
652
sp = lexp->next;
bin/csh/exp.c
568
hp->prev = hp->next = hp;
bin/csh/exp.c
575
new->next = hp;
bin/csh/exp.c
576
wdp->next = new;
bin/csh/exp.c
582
t = syntax(paraml1.next, ¶ml1, 0);
bin/csh/glob.c
697
t = syntax(fparaml.next, &fparaml, 0);
bin/csh/hist.c
120
np->Hlex.next = lp->next;
bin/csh/hist.c
121
lp->next->prev = &np->Hlex;
bin/csh/hist.c
123
lp->prev->next = &np->Hlex;
bin/csh/hist.c
63
if (sp->next->word[0] == '\n')
bin/csh/lex.c
1243
lp = hp->Hlex.next;
bin/csh/lex.c
1276
lp = lp->next;
bin/csh/lex.c
144
hp->next = hp->prev = hp;
bin/csh/lex.c
166
new->next = hp;
bin/csh/lex.c
167
wdp->next = new;
bin/csh/lex.c
180
sp = sp0->next;
bin/csh/lex.c
183
sp = sp->next;
bin/csh/lex.c
197
sp = sp0->next;
bin/csh/lex.c
213
sp = sp->next;
bin/csh/lex.c
227
fp = fp->next;
bin/csh/lex.c
233
new->next = hp;
bin/csh/lex.c
234
wdp->next = new;
bin/csh/lex.c
237
fp = fp->next;
bin/csh/lex.c
247
while (vp->next != vp) {
bin/csh/lex.c
248
fp = vp->next;
bin/csh/lex.c
249
vp->next = fp->next;
bin/csh/lex.c
404
exclnxt = exclnxt->next;
bin/csh/lex.c
412
exclnxt = exclnxt->next;
bin/csh/lex.c
682
for (ip = hp->next->next; ip != alhistt; ip = ip->next)
bin/csh/lex.c
685
for (ip = hp->next->next; ip != hp->prev; ip = ip->next)
bin/csh/lex.c
720
hp = hp->next;
bin/csh/lex.c
884
new->next = hp;
bin/csh/lex.c
885
wdp->next = new;
bin/csh/lex.c
887
en = en->next;
bin/csh/parse.c
110
for (p = p1; p != p2; p = p->next)
bin/csh/parse.c
121
if (p->next != p2 && eq(p->next->word, STRand))
bin/csh/parse.c
122
p = p->next;
bin/csh/parse.c
131
asyntax(p->next, p2);
bin/csh/parse.c
151
if (p2 == p1->next)
bin/csh/parse.c
153
asyn0(p1->next, p2);
bin/csh/parse.c
169
if (p1->word[0] && eq(p1->word, alout.next->word)) {
bin/csh/parse.c
172
cp = alout.next->word;
bin/csh/parse.c
173
alout.next->word = Strspl(STRQNULL, cp);
bin/csh/parse.c
176
p1 = freenod(p1, redid ? p2 : p1->next);
bin/csh/parse.c
177
if (alout.next != &alout) {
bin/csh/parse.c
178
p1->next->prev = alout.prev->prev;
bin/csh/parse.c
179
alout.prev->prev->next = p1->next;
bin/csh/parse.c
180
alout.next->prev = p1;
bin/csh/parse.c
181
p1->next = alout.next;
bin/csh/parse.c
196
p1 = p1->next;
bin/csh/parse.c
199
retp->next = p2;
bin/csh/parse.c
219
p1 = p1->next;
bin/csh/parse.c
238
for (p = p1; p != p2; p = p->next)
bin/csh/parse.c
253
if (p->next != p2 && eq(p->next->word, STRand))
bin/csh/parse.c
254
p = p->next;
bin/csh/parse.c
299
for (p = p1; p != p2; p = p->next)
bin/csh/parse.c
314
t->t_dcdr = syntax(p->next, p2, flags);
bin/csh/parse.c
335
for (p = p1; p != p2; p = p->next)
bin/csh/parse.c
350
t->t_dcdr = syn1a(p->next, p2, flags);
bin/csh/parse.c
372
for (p = p1; p != p2; p = p->next)
bin/csh/parse.c
385
t->t_dcdr = syn1b(p->next, p2, flags);
bin/csh/parse.c
408
for (p = p1; p != p2; p = p->next)
bin/csh/parse.c
421
pn = p->next;
bin/csh/parse.c
430
t->t_dcdr = syn2(p->next, p2, flags | PIN);
bin/csh/parse.c
461
p = p->next;
bin/csh/parse.c
478
for (p = p1; p != p2; p = p->next)
bin/csh/parse.c
497
if (p->next == p2)
bin/csh/parse.c
499
if (any(RELPAR, p->next->word[0]))
bin/csh/parse.c
521
for (p = p1; p != p2; p = p->next) {
bin/csh/parse.c
528
lp = p->next;
bin/csh/parse.c
542
if (p->next != p2 && eq(p->next->word, STRand)) {
bin/csh/parse.c
543
t->t_dflg |= F_STDERR, p = p->next;
bin/csh/parse.c
549
if (p->next != p2 && eq(p->next->word, STRbang))
bin/csh/parse.c
550
t->t_dflg |= F_OVERWRITE, p = p->next;
bin/csh/parse.c
551
if (p->next == p2) {
bin/csh/parse.c
555
p = p->next;
bin/csh/parse.c
570
if (p->next == p2) {
bin/csh/parse.c
574
p = p->next;
bin/csh/parse.c
87
asyntax(lexp->next, lexp);
bin/csh/parse.c
96
p1 = p1->next;
bin/ksh/alloc.c
120
l->prev->next = l->next;
bin/ksh/alloc.c
122
ap->freelist = l->next;
bin/ksh/alloc.c
123
if (l->next)
bin/ksh/alloc.c
124
l->next->prev = l->prev;
bin/ksh/alloc.c
38
struct link *next;
bin/ksh/alloc.c
54
l2 = l->next;
bin/ksh/alloc.c
72
l->next = ap->freelist;
bin/ksh/alloc.c
93
lnext = l->next;
bin/ksh/alloc.c
99
lprev->next = l2;
bin/ksh/c_ksh.c
1331
if (e->loc->next == (struct block *) 0) {
bin/ksh/c_ksh.c
1337
wp = e->loc->next->argv;
bin/ksh/c_ksh.c
1339
*--wp = e->loc->next->argv[0];
bin/ksh/c_ksh.c
747
for (l = e->loc; l; l = l->next) {
bin/ksh/c_ksh.c
761
for (l = e->loc; l; l = l->next) {
bin/ksh/edit.c
645
for (l = e->loc; l; l = l->next)
bin/ksh/eval.c
157
struct SubType *next; /* poped type (to avoid re-allocating) */
bin/ksh/eval.c
209
st_head.next = (SubType *) 0;
bin/ksh/eval.c
312
if (!st->next) {
bin/ksh/eval.c
317
newst->next = (SubType *) 0;
bin/ksh/eval.c
319
st->next = newst;
bin/ksh/eval.c
321
st = st->next;
bin/ksh/exec.c
797
for (l = e->loc; l; l = l->next) {
bin/ksh/exec.c
801
if (!l->next && create) {
bin/ksh/io.c
499
tp->next = *tlist;
bin/ksh/jobs.c
1005
for (j = job_list; j; j = j->next) {
bin/ksh/jobs.c
1017
tmp = j->next;
bin/ksh/jobs.c
1061
for (jl = job_list; jl; jl = jl->next)
bin/ksh/jobs.c
1088
for (p = j->proc_list; p->next; p = p->next)
bin/ksh/jobs.c
1260
for (j = job_list; j; j = j->next)
bin/ksh/jobs.c
1276
for (j = job_list; j != (Job *) 0; j = j->next)
bin/ksh/jobs.c
1277
for (p = j->proc_list; p != (Proc *) 0; p = p->next)
bin/ksh/jobs.c
133
Job *next; /* next job in list */
bin/ksh/jobs.c
1336
for (p=j->proc_list; p != (Proc *) 0; p = p->next) {
bin/ksh/jobs.c
1458
else if (j == job_list->next)
bin/ksh/jobs.c
1515
p->next ? "|" : null,
bin/ksh/jobs.c
1521
p = p->next;
bin/ksh/jobs.c
1526
space, p->command, p->next ? "|" : null);
bin/ksh/jobs.c
1529
p->next ? "|" : null);
bin/ksh/jobs.c
1530
p = p->next;
bin/ksh/jobs.c
1553
for (j = job_list; j != (Job *) 0; j = j->next)
bin/ksh/jobs.c
1559
for (j = job_list; j != (Job *) 0; j = j->next)
bin/ksh/jobs.c
1580
if (job_list != (Job *) 0 && job_list->next)
bin/ksh/jobs.c
1581
return job_list->next;
bin/ksh/jobs.c
1587
for (j = job_list; j != (Job *) 0; j = j->next)
bin/ksh/jobs.c
1594
for (j = job_list; j != (Job *) 0; j = j->next)
bin/ksh/jobs.c
1595
for (p = j->proc_list; p != (Proc *) 0; p = p->next)
bin/ksh/jobs.c
1611
for (j = job_list; j != (Job *) 0; j = j->next)
bin/ksh/jobs.c
1644
free_jobs = free_jobs->next;
bin/ksh/jobs.c
1650
for (j = job_list; j && j->job != i; j = j->next)
bin/ksh/jobs.c
1671
free_procs = free_procs->next;
bin/ksh/jobs.c
1693
for (; curr != (Job *) 0 && curr != j; prev = &curr->next, curr = *prev)
bin/ksh/jobs.c
1699
*prev = curr->next;
bin/ksh/jobs.c
1704
p = p->next;
bin/ksh/jobs.c
1705
tmp->next = free_procs;
bin/ksh/jobs.c
1711
j->next = free_jobs;
bin/ksh/jobs.c
1735
for (; curr && curr != j; prev = &curr->next, curr = *prev)
bin/ksh/jobs.c
1738
*prev = curr->next;
bin/ksh/jobs.c
1742
j->next = job_list;
bin/ksh/jobs.c
1749
for (; curr && curr->state == PSTOPPED; prev = &curr->next,
bin/ksh/jobs.c
1752
j->next = curr;
bin/ksh/jobs.c
1770
for (p = j->proc_list; p != (Proc *) 0; p = p->next)
bin/ksh/jobs.c
283
for (j = job_list; j != (Job *) 0; j = j->next) {
bin/ksh/jobs.c
454
p->next = (Proc *) 0;
bin/ksh/jobs.c
464
last_proc->next = p;
bin/ksh/jobs.c
661
for (p = j->proc_list; p; p = p->next)
bin/ksh/jobs.c
738
for (j = job_list; j; j = j->next)
bin/ksh/jobs.c
843
for (p = j->proc_list; p != (Proc *) 0; p = p->next) {
bin/ksh/jobs.c
849
shprintf("%s%s", p->command, p->next ? "| " : null);
bin/ksh/jobs.c
927
for (j = job_list; j != (Job *) 0; j = j->next) {
bin/ksh/jobs.c
976
for (; j; j = j->next) {
bin/ksh/jobs.c
989
tmp = j->next;
bin/ksh/jobs.c
99
Proc *next; /* next process in pipeline (if any) */
bin/ksh/lex.c
1324
s->next = source;
bin/ksh/lex.c
194
s->next = source;
bin/ksh/lex.c
748
for (s = source; s->type == SALIAS; s = s->next)
bin/ksh/lex.c
755
s->next = source;
bin/ksh/lex.c
845
source = source->next;
bin/ksh/lex.c
874
s->next = NULL;
bin/ksh/lex.c
926
source = s->next;
bin/ksh/lex.c
932
source = s = s->next; /* pop source stack */
bin/ksh/lex.c
948
source = s->next; /* pop source stack */
bin/ksh/lex.c
955
s->next = source;
bin/ksh/lex.c
969
source = s = s->next;
bin/ksh/lex.h
30
Source *next; /* stacked source */
bin/ksh/main.c
566
if (s->next == NULL) {
bin/ksh/main.c
765
for (; tp != NULL; tp = tp->next)
bin/ksh/sh.h
339
struct temp *next;
bin/ksh/syn.c
833
for (; s && s->type == SALIAS; s = s->next)
bin/ksh/table.c
159
ts->next = tp->tbls;
bin/ksh/table.c
167
struct tbl *p = *ts->next++;
bin/ksh/table.h
123
struct block *next; /* enclosing block */
bin/ksh/table.h
134
struct tbl **next;
bin/ksh/var.c
233
for (l = e->loc; ; l = l->next) {
bin/ksh/var.c
241
if (l->next == NULL)
bin/ksh/var.c
280
while ((ll = ll->next) && !(vq = mytsearch(&ll->vars, n, h)))
bin/ksh/var.c
61
l->next = e->loc;
bin/ksh/var.c
75
e->loc = l->next; /* pop block */
bin/ksh/var.c
879
for (l = e->loc; l != NULL; l = l->next)
bin/ksh/var.c
888
for (l2 = l->next; l2 != NULL; l2 = l2->next) {
bin/pax/ftree.c
529
if (ftnode->next != NULL) {
bin/pax/ftree.c
531
ftnode = ftnode->next;
bin/pax/tables.c
1220
dblk->next = dirdata_head;
bin/pax/tables.c
1283
dirdata_head = dblk->next;
bin/pax/tables.h
169
struct dirdata *next;
bin/ps/keyword.c
312
SIMPLEQ_INSERT_AFTER(listptr, *pos, vent, next);
bin/ps/keyword.c
314
SIMPLEQ_INSERT_TAIL(listptr, vent, next);
bin/ps/keyword.c
351
SIMPLEQ_FOREACH(vent, list, next) {
bin/ps/print.c
162
SIMPLEQ_FOREACH(vent, &displaylist, next) {
bin/ps/print.c
175
SIMPLEQ_FOREACH(vent, &displaylist, next) {
bin/ps/print.c
184
if (SIMPLEQ_NEXT(vent, next) == NULL) /* last one */
bin/ps/print.c
191
if (SIMPLEQ_NEXT(vent, next) != NULL)
bin/ps/print.c
310
if (SIMPLEQ_NEXT(ve, next) != NULL || termwidth != UNLIMITED) {
bin/ps/print.c
311
if (SIMPLEQ_NEXT(ve, next) == NULL) {
bin/ps/print.c
376
if (SIMPLEQ_NEXT(ve, next) != NULL && left > 0)
bin/ps/print.c
392
if (SIMPLEQ_NEXT(ve, next) != NULL || termwidth != UNLIMITED) {
bin/ps/print.c
393
if (SIMPLEQ_NEXT(ve, next) == NULL) {
bin/ps/print.c
413
if (SIMPLEQ_NEXT(ve, next) != NULL && left > 0)
bin/ps/print.c
429
if (SIMPLEQ_NEXT(ve, next) != NULL || termwidth != UNLIMITED) {
bin/ps/print.c
430
if (SIMPLEQ_NEXT(ve, next) == NULL) {
bin/ps/print.c
449
if (SIMPLEQ_NEXT(ve, next) != NULL && left > 0)
bin/ps/ps.c
420
SIMPLEQ_FOREACH(vent, &sortlist, next) {
bin/ps/ps.c
428
SIMPLEQ_FOREACH(vent, &displaylist, next)
bin/ps/ps.c
481
SIMPLEQ_FOREACH(vent, &displaylist, next)
bin/ps/ps.c
488
SIMPLEQ_FOREACH(vent, &displaylist, next)
bin/ps/ps.c
516
SIMPLEQ_FOREACH(vent, &displaylist, next) {
bin/ps/ps.c
518
if (SIMPLEQ_NEXT(vent, next) != NULL)
bin/ps/ps.c
529
SIMPLEQ_FOREACH(vent, &displaylist, next) {
bin/ps/ps.c
531
if (SIMPLEQ_NEXT(vent, next) != NULL)
bin/ps/ps.c
648
SIMPLEQ_FOREACH(vent, &displaylist, next) {
bin/ps/ps.c
680
SIMPLEQ_FOREACH(ve, &sortlist, next) {
bin/ps/ps.h
55
SIMPLEQ_ENTRY(varent) next;
bin/rcp/rcp.c
349
goto next;
bin/rcp/rcp.c
357
goto next;
bin/rcp/rcp.c
362
goto next;
bin/rcp/rcp.c
380
goto next;
bin/rcp/rcp.c
387
goto next;
bin/rcp/rcp.c
389
next: (void)close(fd);
bin/setfacl/setfacl.c
247
TAILQ_FOREACH(entry, &entrylist, next) {
bin/setfacl/setfacl.c
389
TAILQ_INSERT_TAIL(&entrylist, entry, next);
bin/setfacl/setfacl.c
401
TAILQ_INSERT_TAIL(&entrylist, entry, next);
bin/setfacl/setfacl.c
422
TAILQ_INSERT_TAIL(&entrylist, entry, next);
bin/setfacl/setfacl.c
427
TAILQ_INSERT_TAIL(&entrylist, entry, next);
bin/setfacl/setfacl.c
438
TAILQ_INSERT_TAIL(&entrylist, entry, next);
bin/setfacl/setfacl.c
446
TAILQ_INSERT_TAIL(&entrylist, entry, next);
bin/setfacl/setfacl.c
467
TAILQ_INSERT_TAIL(&entrylist, entry, next);
bin/setfacl/setfacl.c
65
TAILQ_ENTRY(sf_entry) next;
bin/sh/alias.c
106
return &ap->next;
bin/sh/alias.c
110
*app = ap->next;
bin/sh/alias.c
130
app = &ap->next;
bin/sh/alias.c
170
ap = ap->next;
bin/sh/alias.c
209
for (ap = atab[i]; ap != NULL; ap = ap->next)
bin/sh/alias.c
249
app = &ap->next;
bin/sh/alias.c
82
ap->next = *app;
bin/sh/alias.h
40
struct alias *next;
bin/sh/eval.c
1017
for (sp = varlist.list; sp; sp = sp->next)
bin/sh/eval.c
1528
for (sp = varlist.list ; sp ; sp = sp->next)
bin/sh/eval.c
1831
for (sp = cmdenviron; sp; sp = sp->next)
bin/sh/eval.c
263
union node *next;
bin/sh/eval.c
280
next = NULL;
bin/sh/eval.c
292
next = n->nbinary.ch2;
bin/sh/eval.c
298
next = n->nbinary.ch2;
bin/sh/eval.c
304
next = n->nbinary.ch2;
bin/sh/eval.c
327
next = n->nif.ifpart;
bin/sh/eval.c
329
next = n->nif.elsepart;
bin/sh/eval.c
356
defun(n->narg.text, n->narg.next, n->narg.lineno);
bin/sh/eval.c
388
n = next;
bin/sh/eval.c
463
for (argp = n->nfor.args ; argp ; argp = argp->narg.next) {
bin/sh/eval.c
471
for (sp = arglist.list ; sp ; sp = sp->next) {
bin/sh/eval.c
519
for (cp = n->ncase.cases; cp && evalskip == 0; cp = cp->nclist.next) {
bin/sh/eval.c
520
for (patp = cp->nclist.pattern; patp; patp = patp->narg.next) {
bin/sh/eval.c
526
ncp = cp->nclist.next;
bin/sh/eval.c
561
for (rn = n->nredir.redirect; rn; rn = rn->nfile.next)
bin/sh/eval.c
602
for (redir = n ; redir ; redir = redir->nfile.next) {
bin/sh/eval.c
650
for (rn = n->nredir.redirect; rn != NULL; rn = rn->nfile.next)
bin/sh/eval.c
713
for (lp = n->npipe.cmdlist ; lp ; lp = lp->next)
bin/sh/eval.c
718
for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
bin/sh/eval.c
721
if (lp->next) {
bin/sh/eval.c
921
for (argp = cmd->ncmd.args ; argp ; argp = argp->narg.next) {
bin/sh/eval.c
934
for (argp = cmd->ncmd.args ; argp ; argp = argp->narg.next) {
bin/sh/eval.c
944
for (sp = arglist.list ; sp ; sp = sp->next)
bin/sh/eval.c
948
for (sp = arglist.list ; sp ; sp = sp->next) {
bin/sh/eval.c
964
for (sp = varlist.list ; sp ; sp = sp->next) {
bin/sh/eval.c
986
for (sp = arglist.list ; sp ; sp = sp->next) {
bin/sh/eval.c
992
for (rn = cmd->ncmd.redirect; rn; rn = rn->nfile.next)
bin/sh/exec.c
1012
*lastcmdentry = cmdp->next;
bin/sh/exec.c
434
for (cmdp = *pp ; cmdp ; cmdp = cmdp->next) {
bin/sh/exec.c
829
for (cmdp = *pp ; cmdp ; cmdp = cmdp->next) {
bin/sh/exec.c
90
struct tblentry *next; /* next entry in hash chain */
bin/sh/exec.c
904
*pp = cmdp->next;
bin/sh/exec.c
907
pp = &cmdp->next;
bin/sh/exec.c
944
*pp = cmdp->next;
bin/sh/exec.c
948
pp = &cmdp->next;
bin/sh/exec.c
982
for (cmdp = *pp ; cmdp ; cmdp = cmdp->next) {
bin/sh/exec.c
985
pp = &cmdp->next;
bin/sh/exec.c
991
cmdp->next = NULL;
bin/sh/expand.c
1132
argbackq = argbackq->next;
bin/sh/expand.c
1372
ifslastp->next = ifsp;
bin/sh/expand.c
1375
ifslastp->next = NULL;
bin/sh/expand.c
1409
arglist->lastp = &sp->next;
bin/sh/expand.c
1415
for (ifsp = &ifsfirst; ifsp != NULL; ifsp = ifsp->next) {
bin/sh/expand.c
1461
arglist->lastp = &sp->next;
bin/sh/expand.c
1500
arglist->lastp = &sp->next;
bin/sh/expand.c
1508
while (ifsfirst.next != NULL) {
bin/sh/expand.c
1511
ifsp = ifsfirst.next->next;
bin/sh/expand.c
1512
ckfree(ifsfirst.next);
bin/sh/expand.c
1513
ifsfirst.next = ifsp;
bin/sh/expand.c
1517
ifsfirst.next = NULL;
bin/sh/expand.c
1651
exparg.lastp = &str->next;
bin/sh/expand.c
1655
while (sp->next != NULL)
bin/sh/expand.c
1656
sp = sp->next;
bin/sh/expand.c
1657
exparg.lastp = &sp->next;
bin/sh/expand.c
1659
str = str->next;
bin/sh/expand.c
1669
exparg.lastp = &str->next;
bin/sh/expand.c
1670
str = str->next;
bin/sh/expand.c
1857
exparg.lastp = &sp->next;
bin/sh/expand.c
1874
for (sp = str ; sp ; sp = sp->next)
bin/sh/expand.c
1894
p = p->next;
bin/sh/expand.c
1896
q->next = NULL; /* terminate first half of list */
bin/sh/expand.c
1903
lpp = &p->next;
bin/sh/expand.c
1910
lpp = &q->next;
bin/sh/expand.c
194
ifsfirst.next = NULL;
bin/sh/expand.c
233
exparg.lastp = &sp->next;
bin/sh/expand.c
370
argbackq = argbackq->next;
bin/sh/expand.c
551
while (ifsfirst.next != NULL) {
bin/sh/expand.c
554
ifsp = ifsfirst.next->next;
bin/sh/expand.c
555
ckfree(ifsfirst.next);
bin/sh/expand.c
556
ifsfirst.next = ifsp;
bin/sh/expand.c
571
while (ifslastp->next && ifslastp->next->begoff < endoff)
bin/sh/expand.c
572
ifslastp=ifslastp->next;
bin/sh/expand.c
574
while (ifslastp->next != NULL) {
bin/sh/expand.c
577
ifsp = ifslastp->next->next;
bin/sh/expand.c
578
ckfree(ifslastp->next);
bin/sh/expand.c
579
ifslastp->next = ifsp;
bin/sh/expand.c
87
struct ifsregion *next; /* next region in list */
bin/sh/expand.h
40
struct strlist *next;
bin/sh/jobs.c
1956
for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
bin/sh/jobs.c
1958
if (lp->next)
bin/sh/jobs.c
2017
for (np = n->ncase.cases; np; np = np->nclist.next) {
bin/sh/jobs.c
2088
for (; np; np = np->narg.next) {
bin/sh/jobs.c
2092
if (sep && np->narg.next)
bin/sh/parser.c
1518
nlpp = &(*nlpp)->next;
bin/sh/parser.c
1520
(*nlpp)->next = NULL;
bin/sh/parser.c
2713
n.narg.next = NULL;
bin/sh/parser.c
319
prev->next = lp;
bin/sh/parser.c
321
lp->next = NULL;
bin/sh/parser.c
360
rpp = &n2->nfile.next;
bin/sh/parser.c
421
app = &n2->narg.next;
bin/sh/parser.c
438
n2->narg.next = NULL;
bin/sh/parser.c
500
app = &ap->narg.next;
bin/sh/parser.c
519
cpp = &cp->nclist.next;
bin/sh/parser.c
589
rpp = &n2->nfile.next;
bin/sh/parser.c
659
app = &n->narg.next;
bin/sh/parser.c
666
rpp = &n->nfile.next;
bin/sh/parser.c
668
} else if (lasttoken == TLP && app == &args->narg.next
bin/sh/parser.c
692
n->narg.next = command();
bin/sh/parser.c
735
n->narg.next = NULL;
bin/sh/parser.c
803
here->next = NULL;
bin/sh/parser.c
807
for (p = heredoclist ; p->next ; p = p->next)
bin/sh/parser.c
809
p->next = here;
bin/sh/parser.c
83
struct HereDoc *next; /* next here document in list */
bin/sh/parser.c
977
heredoclist = here->next;
bin/sh/redir.c
101
struct renamelist *next;
bin/sh/redir.c
109
struct redirtab *next;
bin/sh/redir.c
158
rl = rl->next;
bin/sh/redir.c
169
for (rt = redirlist; rt != NULL; rt = rt->next) {
bin/sh/redir.c
170
for (rl = rt->renamed; rl != NULL; rl = rl->next) {
bin/sh/redir.c
184
rn = rl->next;
bin/sh/redir.c
239
rl->next = rt->renamed;
bin/sh/redir.c
276
sv->next = redirlist;
bin/sh/redir.c
279
for (n = redir ; n ; n = n->nfile.next) {
bin/sh/redir.c
564
redirlist = rp->next;
bin/sh/redir.c
618
for (rp = redirlist ; rp ; rp = rp->next) {
bin/sh/redir.c
621
else for (rl = rp->renamed; rl; rl = rl->next)
bin/sh/show.c
353
for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
bin/sh/show.c
355
if (lp->next) {
bin/sh/show.c
381
shtree(n->narg.next, (ind < 0 ? ilvl : ind) + 1, ilvl+1, 1, fp);
bin/sh/show.c
463
for (argp = n->nfor.args; argp; argp=argp->narg.next) {
bin/sh/show.c
491
for (cp = n->ncase.cases ; cp ; cp = cp->nclist.next) {
bin/sh/show.c
504
if ((patp = patp->narg.next) != NULL)
bin/sh/show.c
553
for (np = cmd->ncmd.args ; np ; np = np->narg.next) {
bin/sh/show.c
578
for ( ; np ; np = np->nfile.next) {
bin/sh/show.c
733
bqlist = bqlist->next;
bin/sh/var.c
1267
lvp->next = localvars;
bin/sh/var.c
1284
localvars = lvp->next;
bin/sh/var.c
1395
*vpp = vp->next;
bin/sh/var.c
1452
for (vp = *vpp ; vp ; vpp = &vp->next, vp = *vpp) {
bin/sh/var.c
355
vp->next = *vpp;
bin/sh/var.c
365
vps1.next = *vpp;
bin/sh/var.c
593
vp->next = *vpp;
bin/sh/var.c
649
for (lp = list ; lp ; lp = lp->next) {
bin/sh/var.c
660
for (lp = list ; lp ; lp = lp->next)
bin/sh/var.c
703
for (sp = cmdenviron ; sp ; sp = sp->next) {
bin/sh/var.c
741
for (vp = *vpp ; vp ; vp = vp->next)
bin/sh/var.c
748
for (vp = *vpp ; vp ; vp = vp->next)
bin/sh/var.c
787
*prev = vp->next;
bin/sh/var.c
797
prev = &vp->next;
bin/sh/var.c
974
for (vp = *vpp ; vp ; vp = vp->next) {
bin/sh/var.h
72
struct var *next; /* next entry in hash list */
bin/sh/var.h
81
struct localvar *next; /* next local variable in list */
common/dist/zlib/deflate.c
567
z_const unsigned char *next;
common/dist/zlib/deflate.c
595
next = strm->next_in;
common/dist/zlib/deflate.c
620
strm->next_in = next;
common/dist/zlib/examples/gun.c
103
ret = (int)read(me->infile, next, ret);
common/dist/zlib/examples/gun.c
108
next += ret;
common/dist/zlib/examples/gun.c
155
#define NEXT() (have ? 0 : (have = in(indp, &next)), \
common/dist/zlib/examples/gun.c
156
last = have ? (have--, (int)(*next++)) : -1)
common/dist/zlib/examples/gun.c
187
next += chunk; \
common/dist/zlib/examples/gun.c
200
local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp,
common/dist/zlib/examples/gun.c
387
z_const unsigned char *next = NULL;
common/dist/zlib/examples/gun.c
415
ret = lunpipe(have, next, indp, outfile, strm);
common/dist/zlib/examples/gun.c
452
next += len;
common/dist/zlib/examples/gun.c
473
strm->next_in = next;
common/dist/zlib/examples/gun.c
477
next = strm->next_in;
common/dist/zlib/examples/gun.c
93
unsigned char *next;
common/dist/zlib/examples/gun.c
96
next = me->inbuf;
common/dist/zlib/examples/gun.c
97
*buf = next;
common/dist/zlib/examples/gzappend.c
175
z_const unsigned char *next; /* next byte in buffer */
common/dist/zlib/examples/gzappend.c
187
in->next = in->buf;
common/dist/zlib/examples/gzappend.c
199
in->left--, *(in->next)++)
common/dist/zlib/examples/gzappend.c
219
in->next += n;
common/dist/zlib/examples/gzappend.c
294
strm->next_in = gz.next;
common/dist/zlib/examples/gzappend.c
302
strm->next_in = gz.next;
common/dist/zlib/examples/gzappend.c
337
gz.next = strm->next_in;
common/dist/zlib/examples/gzjoin.c
114
in->next = in->buf;
common/dist/zlib/examples/gzjoin.c
129
in->next = in->buf;
common/dist/zlib/examples/gzjoin.c
141
in->left ? (in->left--, *(in->next)++) : \
common/dist/zlib/examples/gzjoin.c
166
in->next += skip;
common/dist/zlib/examples/gzjoin.c
198
in->next += skip;
common/dist/zlib/examples/gzjoin.c
261
strm->next_in = in->next;
common/dist/zlib/examples/gzjoin.c
312
start = in->next;
common/dist/zlib/examples/gzjoin.c
375
in->next = in->buf + (strm.next_in - in->buf);
common/dist/zlib/examples/gzjoin.c
379
fwrite(start, 1, in->next - start - 1, out);
common/dist/zlib/examples/gzjoin.c
380
last = in->next[-1];
common/dist/zlib/examples/gzjoin.c
82
unsigned char *next; /* next byte to read */
common/dist/zlib/examples/gzlog.c
914
size_t len, next;
common/dist/zlib/examples/gzlog.c
939
next = 0;
common/dist/zlib/examples/gzlog.c
940
while (next < len) {
common/dist/zlib/examples/gzlog.c
944
if (next + block > len ||
common/dist/zlib/examples/gzlog.c
945
read(log->fd, (char *)data + next, block) != block)
common/dist/zlib/examples/gzlog.c
947
next += block;
common/dist/zlib/examples/gzlog.c
968
next = DICT > len ? len : DICT;
common/dist/zlib/examples/gzlog.c
969
ret = (size_t)write(fd, (char *)data + len - next, next) != next;
common/dist/zlib/examples/zran.c
102
point_t *next = (point_t *)(index->list) + index->have++;
common/dist/zlib/examples/zran.c
106
next->out = out;
common/dist/zlib/examples/zran.c
107
next->in = in;
common/dist/zlib/examples/zran.c
108
next->bits = index->strm.data_type & 7;
common/dist/zlib/examples/zran.c
109
next->dict = out - beg > WINSIZE ? WINSIZE : (unsigned)(out - beg);
common/dist/zlib/examples/zran.c
110
next->window = malloc(next->dict);
common/dist/zlib/examples/zran.c
111
if (next->window == NULL)
common/dist/zlib/examples/zran.c
114
unsigned copy = recent > next->dict ? next->dict : recent;
common/dist/zlib/examples/zran.c
115
memcpy(next->window + next->dict - copy, window + recent - copy, copy);
common/dist/zlib/examples/zran.c
116
copy = next->dict - copy;
common/dist/zlib/examples/zran.c
117
memcpy(next->window, window + WINSIZE - copy, copy);
common/dist/zlib/examples/zran.c
95
point_t *next = realloc(index->list, sizeof(point_t) * index->mode);
common/dist/zlib/examples/zran.c
96
if (next == NULL)
common/dist/zlib/examples/zran.c
98
index->list = next;
common/dist/zlib/gzlib.c
427
state->x.next += n;
common/dist/zlib/gzread.c
164
state->x.next = state->out;
common/dist/zlib/gzread.c
165
memcpy(state->x.next, strm->next_in, strm->avail_in);
common/dist/zlib/gzread.c
229
state->x.next = strm->next_out - state->x.have;
common/dist/zlib/gzread.c
263
state->x.next = state->out;
common/dist/zlib/gzread.c
292
state->x.next += n;
common/dist/zlib/gzread.c
343
memcpy(buf, state->x.next, n);
common/dist/zlib/gzread.c
344
state->x.next += n;
common/dist/zlib/gzread.c
493
return *(state->x.next)++;
common/dist/zlib/gzread.c
535
state->x.next = state->out + (state->size << 1) - 1;
common/dist/zlib/gzread.c
536
state->x.next[0] = (unsigned char)c;
common/dist/zlib/gzread.c
549
if (state->x.next == state->out) {
common/dist/zlib/gzread.c
555
state->x.next = dest;
common/dist/zlib/gzread.c
558
state->x.next--;
common/dist/zlib/gzread.c
559
state->x.next[0] = (unsigned char)c;
common/dist/zlib/gzread.c
604
eol = (unsigned char *)memchr(state->x.next, '\n', n);
common/dist/zlib/gzread.c
606
n = (unsigned)(eol - state->x.next) + 1;
common/dist/zlib/gzread.c
609
memcpy(buf, state->x.next, n);
common/dist/zlib/gzread.c
611
state->x.next += n;
common/dist/zlib/gzwrite.c
112
while (strm->next_out > state->x.next) {
common/dist/zlib/gzwrite.c
115
put = strm->next_out - state->x.next > (int)max ? max :
common/dist/zlib/gzwrite.c
116
(unsigned)(strm->next_out - state->x.next);
common/dist/zlib/gzwrite.c
117
writ = (int)write(state->fd, state->x.next, put);
common/dist/zlib/gzwrite.c
124
state->x.next += writ;
common/dist/zlib/gzwrite.c
129
state->x.next = state->out;
common/dist/zlib/gzwrite.c
414
char *next;
common/dist/zlib/gzwrite.c
454
next = (char *)(state->in + (strm->next_in - state->in) + strm->avail_in);
common/dist/zlib/gzwrite.c
455
next[state->size - 1] = 0;
common/dist/zlib/gzwrite.c
458
(void)vsprintf(next, format, va);
common/dist/zlib/gzwrite.c
460
if (next[len] == 0) break;
common/dist/zlib/gzwrite.c
462
len = vsprintf(next, format, va);
common/dist/zlib/gzwrite.c
466
(void)vsnprintf(next, state->size, format, va);
common/dist/zlib/gzwrite.c
467
len = strlen(next);
common/dist/zlib/gzwrite.c
469
len = vsnprintf(next, state->size, format, va);
common/dist/zlib/gzwrite.c
474
if (len == 0 || (unsigned)len >= state->size || next[state->size - 1] != 0)
common/dist/zlib/gzwrite.c
518
char *next;
common/dist/zlib/gzwrite.c
54
state->x.next = strm->next_out;
common/dist/zlib/gzwrite.c
562
next = (char *)(strm->next_in + strm->avail_in);
common/dist/zlib/gzwrite.c
563
next[state->size - 1] = 0;
common/dist/zlib/gzwrite.c
566
sprintf(next, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12,
common/dist/zlib/gzwrite.c
569
if (next[len] == 0)
common/dist/zlib/gzwrite.c
572
len = sprintf(next, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11,
common/dist/zlib/gzwrite.c
577
snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9,
common/dist/zlib/gzwrite.c
579
len = strlen(next);
common/dist/zlib/gzwrite.c
581
len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8,
common/dist/zlib/gzwrite.c
587
if (len == 0 || len >= state->size || next[state->size - 1] != 0)
common/dist/zlib/infback.c
104
have = in(in_desc, &next); \
common/dist/zlib/infback.c
106
next = Z_NULL; \
common/dist/zlib/infback.c
119
hold += (unsigned long)(*next++) << bits; \
common/dist/zlib/infback.c
196
z_const unsigned char FAR *next; /* next input */
common/dist/zlib/infback.c
220
next = strm->next_in;
common/dist/zlib/infback.c
221
have = next != Z_NULL ? strm->avail_in : 0;
common/dist/zlib/infback.c
285
zmemcpy(put, next, copy);
common/dist/zlib/infback.c
287
next += copy;
common/dist/zlib/infback.c
324
state->next = state->codes;
common/dist/zlib/infback.c
325
state->lencode = (code const FAR *)(state->next);
common/dist/zlib/infback.c
327
ret = inflate_table(CODES, state->lens, 19, &(state->next),
common/dist/zlib/infback.c
401
state->next = state->codes;
common/dist/zlib/infback.c
402
state->lencode = (code const FAR *)(state->next);
common/dist/zlib/infback.c
404
ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
common/dist/zlib/infback.c
411
state->distcode = (code const FAR *)(state->next);
common/dist/zlib/infback.c
414
&(state->next), &(state->distbits), state->work);
common/dist/zlib/infback.c
571
strm->next_in = next;
common/dist/zlib/infback.c
75
next = strm->next_in; \
common/dist/zlib/infback.c
86
strm->next_in = next; \
common/dist/zlib/inflate.c
120
state->lencode = state->distcode = state->next = state->codes;
common/dist/zlib/inflate.c
1256
unsigned next;
common/dist/zlib/inflate.c
1259
next = 0;
common/dist/zlib/inflate.c
1260
while (next < len && got < 4) {
common/dist/zlib/inflate.c
1261
if ((int)(buf[next]) == (got < 2 ? 0 : 0xff))
common/dist/zlib/inflate.c
1263
else if (buf[next])
common/dist/zlib/inflate.c
1267
next++;
common/dist/zlib/inflate.c
1270
return next;
common/dist/zlib/inflate.c
1371
copy->next = copy->codes + (state->next - state->codes);
common/dist/zlib/inflate.c
1421
return (unsigned long)(state->next - state->codes);
common/dist/zlib/inflate.c
334
next = strm->next_in; \
common/dist/zlib/inflate.c
345
strm->next_in = next; \
common/dist/zlib/inflate.c
364
hold += (unsigned long)(*next++) << bits; \
common/dist/zlib/inflate.c
478
z_const unsigned char FAR *next; /* next input */
common/dist/zlib/inflate.c
627
zmemcpy(state->head->extra + len, next,
common/dist/zlib/inflate.c
632
state->check = crc32(state->check, next, copy);
common/dist/zlib/inflate.c
634
next += copy;
common/dist/zlib/inflate.c
647
len = (unsigned)(next[copy++]);
common/dist/zlib/inflate.c
654
state->check = crc32(state->check, next, copy);
common/dist/zlib/inflate.c
656
next += copy;
common/dist/zlib/inflate.c
669
len = (unsigned)(next[copy++]);
common/dist/zlib/inflate.c
676
state->check = crc32(state->check, next, copy);
common/dist/zlib/inflate.c
678
next += copy;
common/dist/zlib/inflate.c
780
zmemcpy(put, next, copy);
common/dist/zlib/inflate.c
782
next += copy;
common/dist/zlib/inflate.c
819
state->next = state->codes;
common/dist/zlib/inflate.c
820
state->lencode = state->distcode = (const code FAR *)(state->next);
common/dist/zlib/inflate.c
822
ret = inflate_table(CODES, state->lens, 19, &(state->next),
common/dist/zlib/inflate.c
897
state->next = state->codes;
common/dist/zlib/inflate.c
898
state->lencode = (const code FAR *)(state->next);
common/dist/zlib/inflate.c
900
ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
common/dist/zlib/inflate.c
907
state->distcode = (const code FAR *)(state->next);
common/dist/zlib/inflate.c
910
&(state->next), &(state->distbits), state->work);
common/dist/zlib/inflate.h
119
code FAR *next; /* next available space in codes[] */
common/dist/zlib/inftrees.c
210
next = *table; /* current table to fill in */
common/dist/zlib/inftrees.c
245
next[(huff >> drop) + fill] = here;
common/dist/zlib/inftrees.c
273
next += mmin; /* here mmin is 1 << curr */
common/dist/zlib/inftrees.c
295
(*table)[low].val = (unsigned short)(next - *table);
common/dist/zlib/inftrees.c
306
next[huff] = here;
common/dist/zlib/inftrees.c
331
static code *next;
common/dist/zlib/inftrees.c
340
next = fixed;
common/dist/zlib/inftrees.c
341
lenfix = next;
common/dist/zlib/inftrees.c
343
inflate_table(LENS, lens, 288, &(next), &(bits), work);
common/dist/zlib/inftrees.c
348
distfix = next;
common/dist/zlib/inftrees.c
350
inflate_table(DISTS, lens, 32, &(next), &(bits), work);
common/dist/zlib/inftrees.c
65
code FAR *next; /* next available space in table */
common/dist/zlib/test/infcover.c
114
struct mem_item *item, *next;
common/dist/zlib/test/infcover.c
125
next = zone->first;
common/dist/zlib/test/infcover.c
126
if (next) {
common/dist/zlib/test/infcover.c
127
if (next->ptr == ptr)
common/dist/zlib/test/infcover.c
128
zone->first = next->next; /* first one is it, remove from list */
common/dist/zlib/test/infcover.c
131
item = next;
common/dist/zlib/test/infcover.c
132
next = item->next;
common/dist/zlib/test/infcover.c
133
} while (next != NULL && next->ptr != ptr);
common/dist/zlib/test/infcover.c
134
if (next) { /* if found, remove from linked list */
common/dist/zlib/test/infcover.c
135
item->next = next->next;
common/dist/zlib/test/infcover.c
143
if (next) {
common/dist/zlib/test/infcover.c
144
zone->total -= next->size;
common/dist/zlib/test/infcover.c
145
free(next);
common/dist/zlib/test/infcover.c
203
struct mem_item *item, *next;
common/dist/zlib/test/infcover.c
213
next = item->next;
common/dist/zlib/test/infcover.c
215
item = next;
common/dist/zlib/test/infcover.c
248
unsigned next, val;
common/dist/zlib/test/infcover.c
253
next = 0;
common/dist/zlib/test/infcover.c
265
in[next++] = val & 0xff; /* save the decoded byte */
common/dist/zlib/test/infcover.c
270
*len = next;
common/dist/zlib/test/infcover.c
271
re = realloc(in, next);
common/dist/zlib/test/infcover.c
449
static unsigned int next = 0;
common/dist/zlib/test/infcover.c
454
next = 0;
common/dist/zlib/test/infcover.c
460
return next < sizeof(dat) ? (*buf = dat + next++, 1) : 0;
common/dist/zlib/test/infcover.c
59
struct mem_item *next; /* pointer to next item in list, or NULL */
common/dist/zlib/test/infcover.c
623
code *next, table[ENOUGH_DISTS];
common/dist/zlib/test/infcover.c
630
next = table;
common/dist/zlib/test/infcover.c
632
ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
common/dist/zlib/test/infcover.c
634
next = table;
common/dist/zlib/test/infcover.c
636
ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
common/dist/zlib/test/infcover.c
99
item->next = zone->first;
common/dist/zlib/zlib.h
1962
unsigned char *next;
common/dist/zlib/zlib.h
1969
((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
common/dist/zlib/zlib.h
1972
((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
common/lib/libc/gen/rbtree.c
234
struct rb_node *prev = NULL, *next = NULL;
common/lib/libc/gen/rbtree.c
239
next = parent;
common/lib/libc/gen/rbtree.c
245
KASSERT(next == NULL || !RB_SENTINEL_P(next));
common/lib/libc/gen/rbtree.c
246
if (prev != NULL && next == NULL)
common/lib/libc/gen/rbtree.c
247
next = TAILQ_NEXT(prev, rb_link);
common/lib/libc/gen/rbtree.c
248
if (prev == NULL && next != NULL)
common/lib/libc/gen/rbtree.c
249
prev = TAILQ_PREV(next, rb_node_qh, rb_link);
common/lib/libc/gen/rbtree.c
251
KASSERT(next == NULL || !RB_SENTINEL_P(next));
common/lib/libc/gen/rbtree.c
254
KASSERT(next == NULL || (*compare_nodes)(rbto->rbto_context,
common/lib/libc/gen/rbtree.c
255
RB_NODETOITEM(rbto, self), RB_NODETOITEM(rbto, next)) < 0);
common/lib/libc/gen/rpst.c
188
next:
common/lib/libc/gen/rpst.c
219
goto next;
common/lib/libc/gen/rpst.c
279
next:
common/lib/libc/gen/rpst.c
342
goto next;
common/lib/libc/gen/rpst.c
433
struct rpst_node *next;
common/lib/libc/gen/rpst.c
449
next:
common/lib/libc/gen/rpst.c
468
goto next;
common/lib/libc/gen/rpst.c
472
where = rpst_find_pptr(t, n, &next);
common/lib/libc/gen/rpst.c
473
if (next == NULL) {
common/lib/libc/gen/rpst.c
481
n = next;
common/lib/libc/gen/rpst.c
486
goto next;
common/lib/libc/gen/rpst.c
490
next = n->n_children[idx];
common/lib/libc/gen/rpst.c
491
if (next == NULL || next->n_y > max_y) {
common/lib/libc/gen/rpst.c
493
goto next;
common/lib/libc/gen/rpst.c
495
KASSERT(next->n_parent == n);
common/lib/libc/gen/rpst.c
496
KASSERT(next->n_y >= n->n_y);
common/lib/libc/gen/rpst.c
499
n = next;
common/lib/libc/gen/rpst.c
506
goto next;
common/lib/libc/gen/rpst.c
546
struct testnode *next;
common/lib/libc/gen/rpst.c
594
for (n = h; n != NULL; n = n->next) {
common/lib/libc/gen/rpst.c
651
n->next = h;
common/lib/libc/gen/rpst.c
658
for (n = h; n != NULL; n = n->next) {
common/lib/libc/gen/rpst.c
699
for (n = h; n != NULL; n = n->next) {
crypto/dist/ipsec-tools/src/libipsec/key_debug.c
645
for (isr = sp->req; isr != NULL; isr = isr->next) {
crypto/dist/ipsec-tools/src/racoon/backupsa.c
234
goto next;
crypto/dist/ipsec-tools/src/racoon/backupsa.c
243
goto next;
crypto/dist/ipsec-tools/src/racoon/backupsa.c
250
goto next;
crypto/dist/ipsec-tools/src/racoon/backupsa.c
261
goto next; \
crypto/dist/ipsec-tools/src/racoon/backupsa.c
290
goto next;
crypto/dist/ipsec-tools/src/racoon/backupsa.c
297
goto next;
crypto/dist/ipsec-tools/src/racoon/backupsa.c
308
next:
crypto/dist/ipsec-tools/src/racoon/cfparse.y
114
struct secprotospec *next; /* the tail is the most prefiered. */
crypto/dist/ipsec-tools/src/racoon/cfparse.y
214
for (p = cur_rmconf->proposal; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2366
new->next = NULL; new->type = $2;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2372
p->next != NULL;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2373
p = p->next)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2375
p->next = new;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2648
spspec->next = rmconf->spspec;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2690
for(p = src->spspec, last = NULL; p; p = p->next, last = new) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2696
new->next = NULL; /* not necessary but clean */
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2699
last->next = new;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2716
rmconf->spspec = p->next;
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2717
if (p->next != NULL)
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2718
p->next->prev = NULL; /* not necessary but clean */
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2744
for (s = rmconf->spspec; s != NULL; s = s->next) {
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2765
for (s = rmconf->spspec; s->next != NULL; s = s->next)
crypto/dist/ipsec-tools/src/racoon/evt.c
167
TAILQ_INSERT_TAIL(&evtlist, evt, next);
crypto/dist/ipsec-tools/src/racoon/evt.c
183
TAILQ_REMOVE(&evtlist, evt, next);
crypto/dist/ipsec-tools/src/racoon/evt.c
67
TAILQ_ENTRY(evt) next;
crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c
100
next = ci->ci_next;
crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c
104
ci = next;
crypto/dist/ipsec-tools/src/racoon/getcertsbyname.c
97
struct certinfo *next;
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
179
struct myaddr *my, *next;
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
181
for (my = LIST_FIRST(&opened); my; my = next) {
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
182
next = LIST_NEXT(my, chain);
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
194
struct myaddr *my, *next;
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
196
for (my = LIST_FIRST(list); my; my = next) {
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
197
next = LIST_NEXT(my, chain);
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
234
struct myaddr *my, *next;
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
240
for (my = LIST_FIRST(&opened); my; my = next) {
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
241
next = LIST_NEXT(my, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
1142
struct recvdpkt *r, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
1152
for (r = LIST_FIRST(&rcptree); r; r = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
1153
next = LIST_NEXT(r, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
1324
for (alg = sainfo->algs[algclass_ipsec_auth]; alg; alg = alg->next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
1336
(found == 0 && alg != NULL); alg = alg->next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
1450
struct ph1handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
1453
for (p = LIST_FIRST(&ph1tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
1454
next = LIST_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
1472
struct ph2handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
1474
for (p = LIST_FIRST(&ph2tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
1475
next = LIST_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
1519
struct ph1handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
1522
for (p = LIST_FIRST(&ph1tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
1523
next = LIST_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
266
struct ph2handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
269
for (p = LIST_FIRST(&old_iph1->ph2tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
270
next = LIST_NEXT(p, ph1bind);
crypto/dist/ipsec-tools/src/racoon/handler.c
484
struct ph1handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
486
for (p = LIST_FIRST(&ph1tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
487
next = LIST_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
593
struct ph2handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
595
for (p = LIST_FIRST(&ph2tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
596
next = LIST_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
650
pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
658
pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
709
for (pr = iph2->proposal->head; pr != NULL; pr = pr->next)
crypto/dist/ipsec-tools/src/racoon/handler.c
829
struct ph2handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
834
for (p = LIST_FIRST(&ph2tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
835
next = LIST_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
863
struct ph2handle *iph2, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
866
for (iph2 = LIST_FIRST(&ph2tree); iph2 != NULL; iph2 = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
867
next = LIST_NEXT(iph2, chain);
crypto/dist/ipsec-tools/src/racoon/handler.c
872
pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
878
pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
957
struct contacted *p, *next;
crypto/dist/ipsec-tools/src/racoon/handler.c
959
for (p = LIST_FIRST(&ctdtree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/handler.c
960
next = LIST_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1003
for (q1 = pr0; q1; q1 = q1->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1004
for (q2 = iph2->proposal; q2; q2 = q2->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1037
for (p = pp; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1042
for (sp = pr->head; sp; sp = sp->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1048
if (sp->head->next)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1068
for (x = ret; x && x->next; x = x->next)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1076
x->next = n;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1108
q = p->next;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1237
for (p = pair[i]; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1251
if (pair[i]->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1262
q = p->next;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1381
for (q = pair[prop->p_no]; q && q->next; q = q->next)
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1389
q->next = p;
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1417
for (p = pair; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1438
for (p = pair; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1494
for (p = pair[i]; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1499
for (pr = pp->head; pr; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1548
for (pp = pp0; pp; pp = pp->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1553
for (pr = pp->head; pr; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1557
for (tr = pr->head; tr; tr = tr->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1582
for (pp = pp0; pp; pp = pp->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1584
for (pr = pp->head; pr; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
1588
for (tr = pr->head; tr; tr = tr->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
257
for (s = pair[i]; s; s = s->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2605
for (s = props; s != NULL; s = s->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
2892
for (tr = pr->head; tr; tr = tr->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
3084
for (a = proposal; a; a = a->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
3085
for (b = a->head; b; b = b->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
3137
for (; pp; pp = pp->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
3138
for (pr = pp->head; pr; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c
880
for (p = a, q = b; p && q; p = p->next, q = q->next) {
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2010
struct ph2handle *p, *next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2020
for (p = LIST_FIRST(&iph1->ph2tree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2021
next = LIST_NEXT(p, ph1bind);
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2936
plist->next = racoon_malloc (sizeof (struct payload_list));
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2937
plist->next->prev = plist;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2938
plist = plist->next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2941
plist->next = NULL;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2964
ptr = ptr->next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2982
p = set_isakmp_payload (p, ptr->payload, ptr->next ? ptr->next->payload_type : ISAKMP_NPTYPE_NONE);
crypto/dist/ipsec-tools/src/racoon/isakmp.c
2984
ptr = ptr->next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3160
struct sadb_msg *msg, *next, *end;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3195
next = (struct sadb_msg *)((caddr_t)msg + (msg->sadb_msg_len << 3));
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3197
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3204
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3212
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3222
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3235
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3257
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3269
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.c
3292
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp.h
380
struct payload_list *next, *prev;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1050
struct sadb_msg *msg, *next, *end;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1078
next = (struct sadb_msg *)((caddr_t)msg + (msg->sadb_msg_len << 3));
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1080
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1087
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1095
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1109
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1122
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1157
msg = next;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1179
struct sadb_msg *msg, *next, *end;
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1258
for (; msg < end; msg = next) {
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
1262
next = (struct sadb_msg *)((caddr_t)msg + (msg->sadb_msg_len << 3));
crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c
631
for (pr = iph2->approval->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
1632
for (pr = pp->head; pr; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
1928
for (pr = p->head; pr; pr = pr->next)
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
292
netentry = netentry->next;
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
307
for (nentry = *list; nentry != NULL; nentry = nentry->next)
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
323
nentry->next = NULL;
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
333
while (tmpentry->next != NULL)
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
334
tmpentry = tmpentry->next;
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
335
tmpentry->next = nentry;
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
353
netentry = netentry->next;
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
379
netentry = netentry->next;
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.c
408
netentry = netentry->next;
crypto/dist/ipsec-tools/src/racoon/isakmp_unity.h
66
struct unity_netentry *next;
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
361
struct natt_ka_addrs *ka, *next = NULL;
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
366
for (ka = TAILQ_FIRST(&ka_tree); ka; ka = next) {
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
367
next = TAILQ_NEXT(ka, chain);
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
456
struct natt_ka_addrs *ka, *next = NULL;
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
460
for (ka = TAILQ_FIRST(&ka_tree); ka; ka = next) {
crypto/dist/ipsec-tools/src/racoon/nattraversal.c
461
next = TAILQ_NEXT(ka, chain);
crypto/dist/ipsec-tools/src/racoon/oakley.c
529
for (pr = iph2->approval->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/oakley.c
566
for (tr = pr->head; tr; tr = tr->next) {
crypto/dist/ipsec-tools/src/racoon/oakley.c
578
for (tr = pr->head; tr; tr = tr->next) {
crypto/dist/ipsec-tools/src/racoon/oakley.c
686
for (pr = iph2->approval->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1032
for (pr = pp->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1112
for (pr = iph2->approval->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1286
for (pr = iph2->approval->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/pfkey.c
1393
for (pr = iph2->approval->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2070
for (pr = iph2->approval->head; pr; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2133
for (pr = iph2->approval->head; pr; pr = pr->next) rlist_len++;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
2141
for (pr = iph2->approval->head; pr; pr = pr->next) pr_rlist[rlist_len--] = pr;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
3245
isr_cur = isr_cur->next; /* Get next ipsecrequest from SP */
crypto/dist/ipsec-tools/src/racoon/pfkey.c
3759
(*p_isr)->next = NULL;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
3822
p_isr = &(*p_isr)->next;
crypto/dist/ipsec-tools/src/racoon/pfkey.c
904
for (pr = pp->head; pr != NULL; pr = pr->next) {
crypto/dist/ipsec-tools/src/racoon/policy.c
304
struct ipsecrequest *req = NULL, *next;
crypto/dist/ipsec-tools/src/racoon/policy.c
306
for (req = sp->req; req; req = next) {
crypto/dist/ipsec-tools/src/racoon/policy.c
307
next = req->next;
crypto/dist/ipsec-tools/src/racoon/policy.c
411
struct secpolicy *p, *next;
crypto/dist/ipsec-tools/src/racoon/policy.c
413
for (p = TAILQ_FIRST(&sptree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/policy.c
414
next = TAILQ_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/policy.h
106
struct ipsecrequest *next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
1030
for (req = sp_main->req; req; req = req->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
1042
for (req = sp_main->req; req; req = req->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
1102
pr = pr->next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
1103
req = req->next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
114
for (p = *head; p->next; p = p->next)
crypto/dist/ipsec-tools/src/racoon/proposal.c
116
p->next = new;
crypto/dist/ipsec-tools/src/racoon/proposal.c
1177
if (pp_peer->next != NULL) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
1183
for (pr = pp_peer->head; pr; pr = pr->next)
crypto/dist/ipsec-tools/src/racoon/proposal.c
127
for (p = pp->head; p && p->next; p = p->next)
crypto/dist/ipsec-tools/src/racoon/proposal.c
132
p->next = new;
crypto/dist/ipsec-tools/src/racoon/proposal.c
141
new->next = pp->head;
crypto/dist/ipsec-tools/src/racoon/proposal.c
165
for (tr = pr->head; tr && tr->next; tr = tr->next)
crypto/dist/ipsec-tools/src/racoon/proposal.c
170
tr->next = new;
crypto/dist/ipsec-tools/src/racoon/proposal.c
357
for (pr1 = pp1->head; pr1; pr1 = pr1->next)
crypto/dist/ipsec-tools/src/racoon/proposal.c
359
for (pr2 = pp2->head; pr2; pr2 = pr2->next)
crypto/dist/ipsec-tools/src/racoon/proposal.c
378
for (pr1 = pp1->head; pr1; pr1 = pr1->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
386
for (pr2 = pp2->head; pr2; pr2 = pr2->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
466
for (tr1 = pr1->head; tr1; tr1 = tr1->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
467
for (tr2 = pr2->head; tr2; tr2 = tr2->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
508
pr1 = pr1->next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
509
pr2 = pr2->next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
641
for (a = sainfo->algs[algclass_ipsec_auth]; a; a = a->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
668
for (a = sainfo->algs[algclass_ipsec_enc]; a; a = a->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
669
for (b = sainfo->algs[algclass_ipsec_auth]; b; b = b->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
694
for (a = sainfo->algs[algclass_ipsec_comp]; a; a = a->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
752
for (p = p0; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
843
save = p->next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
857
save = p->next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
873
save = p->next;
crypto/dist/ipsec-tools/src/racoon/proposal.c
893
for (p = pp; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
911
for (p = pp->head; p; p = p->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
936
for (tr = pr->head; tr; tr = tr->next) {
crypto/dist/ipsec-tools/src/racoon/proposal.c
988
"%s%p: next=%p tnext=%p\n", spc, p, p->next, p->tnext);
crypto/dist/ipsec-tools/src/racoon/proposal.c
989
if (p->next)
crypto/dist/ipsec-tools/src/racoon/proposal.c
990
print_proppair0(pri, p->next, level + 1);
crypto/dist/ipsec-tools/src/racoon/proposal.h
104
struct satrns *next; /* next transform */
crypto/dist/ipsec-tools/src/racoon/proposal.h
145
struct prop_pair *next; /* next prop_pair with same proposal # */
crypto/dist/ipsec-tools/src/racoon/proposal.h
69
struct saprop *next;
crypto/dist/ipsec-tools/src/racoon/proposal.h
94
struct saproto *next; /* next protocol */
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1046
prop = prop->next;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1122
res->next = NULL;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
1176
for (p = acceptable; p != NULL; p = p->next){
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
762
if (sa->next)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
763
delisakmpsa(sa->next);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
784
new->next = NULL;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
786
if (orig->next)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
787
new->next=dupetypes(orig->next);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
795
if (e->next)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
796
deletypes(e->next);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
826
struct remoteconf *p, *next;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
828
for (p = TAILQ_FIRST(&rmtree); p; p = next) {
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
829
next = TAILQ_NEXT(p, chain);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
869
for (e = rmconf->etypes; e != NULL; e = e->next) {
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
895
new->next = NULL;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
916
for (p = rmconf->proposal; p->next != NULL; p = p->next)
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
918
p->next = new;
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
955
etype->next != NULL ? ", " : ";\n");
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
956
etype = etype->next;
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
51
struct etypes *next;
crypto/dist/ipsec-tools/src/racoon/remoteconf.h
71
struct isakmpsa *next; /* next transform */
crypto/dist/ipsec-tools/src/racoon/sainfo.c
306
struct sainfo *s, *next;
crypto/dist/ipsec-tools/src/racoon/sainfo.c
308
for (s = LIST_FIRST(&sitree); s; s = next) {
crypto/dist/ipsec-tools/src/racoon/sainfo.c
309
next = LIST_NEXT(s, chain);
crypto/dist/ipsec-tools/src/racoon/sainfo.c
336
struct sainfoalg *a, *next;
crypto/dist/ipsec-tools/src/racoon/sainfo.c
338
for (a = alg; a; a = next) {
crypto/dist/ipsec-tools/src/racoon/sainfo.c
339
next = a->next;
crypto/dist/ipsec-tools/src/racoon/sainfo.c
349
for (a = *head; a && a->next; a = a->next)
crypto/dist/ipsec-tools/src/racoon/sainfo.c
352
a->next = new;
crypto/dist/ipsec-tools/src/racoon/sainfo.h
72
struct sainfoalg *next;
crypto/dist/ipsec-tools/src/racoon/throttle.c
77
TAILQ_INSERT_HEAD(&throttle_list, te, next);
crypto/dist/ipsec-tools/src/racoon/throttle.c
94
RACOON_TAILQ_FOREACH_REVERSE(te, &throttle_list, throttle_list, next) {
crypto/dist/ipsec-tools/src/racoon/throttle.c
99
TAILQ_REMOVE(&throttle_list, te, next);
crypto/dist/ipsec-tools/src/racoon/throttle.h
41
TAILQ_ENTRY(throttle_entry) next;
dist/pf/sbin/pfctl/parse.y
1050
for (i = $3; i; i = i->next) {
dist/pf/sbin/pfctl/parse.y
106
struct node_uid *next;
dist/pf/sbin/pfctl/parse.y
113
struct node_gid *next;
dist/pf/sbin/pfctl/parse.y
1134
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
1205
nh = h->next;
dist/pf/sbin/pfctl/parse.y
121
struct node_icmp *next;
dist/pf/sbin/pfctl/parse.y
1249
for (n = $2; n != NULL; n = n->next) {
dist/pf/sbin/pfctl/parse.y
155
struct node_state_opt *next;
dist/pf/sbin/pfctl/parse.y
1637
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
1656
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
169
struct node_queue *next;
dist/pf/sbin/pfctl/parse.y
1728
proto = proto->next)
dist/pf/sbin/pfctl/parse.y
1907
o = o->next;
dist/pf/sbin/pfctl/parse.y
1985
PF_POOL_NONE && ($5.host->next != NULL ||
dist/pf/sbin/pfctl/parse.y
2000
if ($5.host->next != NULL) {
dist/pf/sbin/pfctl/parse.y
2041
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2068
$2->tail->next = filter_opts.uid;
dist/pf/sbin/pfctl/parse.y
2073
$2->tail->next = filter_opts.gid;
dist/pf/sbin/pfctl/parse.y
2307
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2335
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2352
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2389
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2424
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2477
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2487
for (n = $2; n != NULL; n = n->next)
dist/pf/sbin/pfctl/parse.y
2496
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2505
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2540
for (n = $1; n != NULL; n = n->next)
dist/pf/sbin/pfctl/parse.y
2558
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2577
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2645
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2656
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2672
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2687
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2702
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2739
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2752
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2767
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2782
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2821
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2834
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2849
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2864
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2923
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2931
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
2944
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2973
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
2985
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3015
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3133
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
3145
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3153
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3162
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3171
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3181
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3199
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3208
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3217
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3226
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3252
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3316
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
3598
PF_POOL_NONE && ($9->host->next != NULL ||
dist/pf/sbin/pfctl/parse.y
3614
if ($9->host->next != NULL) {
dist/pf/sbin/pfctl/parse.y
3750
if ($8->next) {
dist/pf/sbin/pfctl/parse.y
3767
if ($10->next) {
dist/pf/sbin/pfctl/parse.y
3799
if ($14->host->next != NULL) {
dist/pf/sbin/pfctl/parse.y
3856
$$->next = NULL;
dist/pf/sbin/pfctl/parse.y
3874
$1->tail->next = $3;
dist/pf/sbin/pfctl/parse.y
4001
for (; h != NULL; h = h->next)
dist/pf/sbin/pfctl/parse.y
4012
for (; h != NULL; h = h->next)
dist/pf/sbin/pfctl/parse.y
4023
for (; h != NULL; h = h->next)
dist/pf/sbin/pfctl/parse.y
4204
node = node->next; \
dist/pf/sbin/pfctl/parse.y
4216
r->next = NULL; \
dist/pf/sbin/pfctl/parse.y
4223
n = n->next; \
dist/pf/sbin/pfctl/parse.y
4483
n->next = NULL;
dist/pf/sbin/pfctl/parse.y
4488
queues->tail->next = n;
dist/pf/sbin/pfctl/parse.y
4577
for (nq = nqueues; nq != NULL; nq = nq->next) {
dist/pf/sbin/pfctl/parse.y
4601
n->next = NULL;
dist/pf/sbin/pfctl/parse.y
4606
queues->tail->next = n;
dist/pf/sbin/pfctl/parse.y
4787
for (h = rpool_hosts; h != NULL; h = h->next) {
dist/pf/sbin/pfctl/parse.y
4833
if (!interfaces || (!interfaces->next && !interfaces->not &&
dist/pf/sbin/pfctl/parse.y
5029
int c, next;
dist/pf/sbin/pfctl/parse.y
5046
next = getc(f);
dist/pf/sbin/pfctl/parse.y
5047
if (next != '\n') {
dist/pf/sbin/pfctl/parse.y
5048
c = next;
dist/pf/sbin/pfctl/parse.y
5108
int endc, c, next;
dist/pf/sbin/pfctl/parse.y
5173
next = lgetc(fin);
dist/pf/sbin/pfctl/parse.y
5174
if (next == '>') {
dist/pf/sbin/pfctl/parse.y
5178
lungetc(next);
dist/pf/sbin/pfctl/parse.y
5181
next = lgetc(fin);
dist/pf/sbin/pfctl/parse.y
5182
if (next == '<') {
dist/pf/sbin/pfctl/parse.y
5186
lungetc(next);
dist/pf/sbin/pfctl/parse.y
5189
next = lgetc(fin);
dist/pf/sbin/pfctl/parse.y
5190
if (next == '>')
dist/pf/sbin/pfctl/parse.y
5192
lungetc(next);
dist/pf/sbin/pfctl/parse.y
5229
struct sym *sym, *next;
dist/pf/sbin/pfctl/parse.y
5245
for (sym = TAILQ_FIRST(&symhead); sym != NULL; sym = next) {
dist/pf/sbin/pfctl/parse.y
5246
next = TAILQ_NEXT(sym, entries);
dist/pf/sbin/pfctl/parse.y
5364
while ((n = n->next) != NULL) {
dist/pf/sbin/pfctl/parse.y
5380
struct node_host *next = n->next;
dist/pf/sbin/pfctl/parse.y
5387
*nh = next;
dist/pf/sbin/pfctl/parse.y
5389
prev->next = next;
dist/pf/sbin/pfctl/parse.y
5394
n = next;
dist/pf/sbin/pfctl/parse.y
5399
n = n->next;
dist/pf/sbin/pfctl/parse.y
5411
for (n = nh; n != NULL; n = n->next) {
dist/pf/sbin/pfctl/parse.y
808
if ($6.dst.port->next != NULL) {
dist/pf/sbin/pfctl/parse.y
841
if ($5->next != NULL) {
dist/pf/sbin/pfctl/parse.y
92
struct node_proto *next;
dist/pf/sbin/pfctl/parse.y
99
struct node_port *next;
dist/pf/sbin/pfctl/pfctl_optimize.c
1008
struct pf_skip_step *sk, *next;
dist/pf/sbin/pfctl/pfctl_optimize.c
1029
while ((next = TAILQ_NEXT(sk, ps_entry)) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1030
next->ps_count > sk->ps_count) {
dist/pf/sbin/pfctl/pfctl_optimize.c
1032
TAILQ_INSERT_AFTER(head, next, sk, ps_entry);
dist/pf/sbin/pfctl/pfctl_optimize.c
1035
next = TAILQ_NEXT(sk, ps_entry);
dist/pf/sbin/pfctl/pfctl_optimize.c
1036
assert(next == NULL || next->ps_count <= sk->ps_count);
dist/pf/sbin/pfctl/pfctl_parser.c
1051
for (h = ti->host; h != NULL; h = h->next) {
dist/pf/sbin/pfctl/pfctl_parser.c
1114
for (n = h; n != NULL; n = n->next) {
dist/pf/sbin/pfctl/pfctl_parser.c
1207
n->next = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1212
h->tail->next = n;
dist/pf/sbin/pfctl/pfctl_parser.c
1252
for (n = iftab; n; n = n->next) {
dist/pf/sbin/pfctl/pfctl_parser.c
1296
h->tail->next = n;
dist/pf/sbin/pfctl/pfctl_parser.c
1323
for (p = iftab; p; p = p->next) {
dist/pf/sbin/pfctl/pfctl_parser.c
1376
n->next = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1381
h->tail->next = n;
dist/pf/sbin/pfctl/pfctl_parser.c
1497
for (n = h; n != NULL && mask > -1; n = n->next)
dist/pf/sbin/pfctl/pfctl_parser.c
1528
h->next = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1557
h->next = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1624
n->next = NULL;
dist/pf/sbin/pfctl/pfctl_parser.c
1629
h->tail->next = n;
dist/pf/sbin/pfctl/pfctl_parser.c
1660
n = n->next;
dist/pf/sbin/pfctl/pfctl_parser.c
1704
} while ((n = n->next) != NULL);
dist/pf/sbin/pfctl/pfctl_parser.h
109
struct node_if *next;
dist/pf/sbin/pfctl/pfctl_parser.h
122
struct node_host *next;
dist/pf/sbin/pfctl/pfctl_parser.h
129
struct node_os *next;
dist/pf/sbin/pfctl/pfctl_qstats.c
112
for (node = root; node != NULL; node = node->next) {
dist/pf/sbin/pfctl/pfctl_qstats.c
187
node->next = node->children = NULL;
dist/pf/sbin/pfctl/pfctl_qstats.c
194
while (prev->next != NULL)
dist/pf/sbin/pfctl/pfctl_qstats.c
195
prev = prev->next;
dist/pf/sbin/pfctl/pfctl_qstats.c
196
prev->next = node;
dist/pf/sbin/pfctl/pfctl_qstats.c
208
while (prev->next != NULL)
dist/pf/sbin/pfctl/pfctl_qstats.c
209
prev = prev->next;
dist/pf/sbin/pfctl/pfctl_qstats.c
210
prev->next = node;
dist/pf/sbin/pfctl/pfctl_qstats.c
222
for (node = root; node != NULL; node = node->next) {
dist/pf/sbin/pfctl/pfctl_qstats.c
250
child = child->next) {
dist/pf/sbin/pfctl/pfctl_qstats.c
252
if (child->next != NULL)
dist/pf/sbin/pfctl/pfctl_qstats.c
268
child = child->next)
dist/pf/sbin/pfctl/pfctl_qstats.c
361
node = node->next;
dist/pf/sbin/pfctl/pfctl_qstats.c
63
struct pf_altq_node *next;
dist/pf/sbin/pfctl/pfctl_qstats.c
96
for (node = root; node != NULL; node = node->next) {
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
337
struct session *s, *next;
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
339
for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) {
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
340
next = LIST_NEXT(s, entry);
distrib/utils/more/ch.c
118
for (bp = buf_head; bp != END_OF_CHAIN; bp = bp->next)
distrib/utils/more/ch.c
227
bp->next->prev = bp->prev;
distrib/utils/more/ch.c
228
bp->prev->next = bp->next;
distrib/utils/more/ch.c
230
bp->next = buf_head;
distrib/utils/more/ch.c
255
for (bp = buf_head; bp != END_OF_CHAIN; bp = bp->next)
distrib/utils/more/ch.c
324
while ((bp = bp->next) != END_OF_CHAIN)
distrib/utils/more/ch.c
421
for (bp = buf_head; bp != END_OF_CHAIN; bp = bp->next)
distrib/utils/more/ch.c
454
bp->next = bp + 1;
distrib/utils/more/ch.c
458
newbufs[nnew-1].next = END_OF_CHAIN;
distrib/utils/more/ch.c
460
buf_tail->next = &newbufs[0];
distrib/utils/more/ch.c
64
struct buf *next, *prev;
distrib/utils/more/ch.c
76
#define buf_head buf_anchor.next
distrib/utils/more/ch.c
80
struct buf *next, *prev;
distrib/utils/more/linenum.c
120
p->next = p+1;
distrib/utils/more/linenum.c
121
pool[NPOOL-2].next = NULL;
distrib/utils/more/linenum.c
129
anchor.next = anchor.prev = &anchor;
distrib/utils/more/linenum.c
148
if (p == &anchor || p->next == &anchor)
distrib/utils/more/linenum.c
150
p->gap = p->next->pos - p->prev->pos;
distrib/utils/more/linenum.c
173
for (p = anchor.next; p != &anchor && p->pos < pos; p = p->next)
distrib/utils/more/linenum.c
187
freelist = freelist->next;
distrib/utils/more/linenum.c
202
new->next = nextp;
distrib/utils/more/linenum.c
208
prevp->next = new;
distrib/utils/more/linenum.c
228
mingap = anchor.next->gap;
distrib/utils/more/linenum.c
229
for (p = anchor.next; p->next != &anchor; p = p->next)
distrib/utils/more/linenum.c
237
spare->next->prev = spare->prev;
distrib/utils/more/linenum.c
238
spare->prev->next = spare->next;
distrib/utils/more/linenum.c
291
for (p = anchor.next; p != &anchor && p->pos < pos; p = p->next)
distrib/utils/more/linenum.c
79
struct linenum *next; /* Link to next in the list */
games/adventure/hdr.h
108
struct travlist *next; /* ptr to next list entry */
games/adventure/hdr.h
66
#define FLUSHLF while (next()!=LF)
games/adventure/io.c
208
sect = next() - '0'; /* 1st digit of section number */
games/adventure/io.c
212
if ((ch = next()) != LF) { /* is there a second digit? */
games/adventure/io.c
264
putchar(next());
games/adventure/io.c
280
if ((*s = next()) == TAB || *s == '\n' || *s == LF)
games/adventure/io.c
367
t->next = 0; /* terminate the old entry */
games/adventure/io.c
382
if ((*s = next()) == TAB || *s == LF)
games/adventure/io.c
399
t->next = calloc(1, sizeof(*t));
games/adventure/io.c
400
if (t->next == NULL)
games/adventure/io.c
402
t = t->next;
games/adventure/io.c
421
for (t = travel[loq]; t != 0; t = t->next) {
games/adventure/io.c
447
if ((*s = next()) == TAB || *s == '\n' || *s == LF
games/adventure/io.c
55
static int next(void);
games/adventure/subr.c
197
for (kk = travel[dloc[i]]; kk != 0; kk = kk->next) {
games/adventure/subr.c
335
for (; tkk != 0; tkk = tkk->next)
games/adventure/subr.c
375
for (; tkk != 0; tkk = tkk->next)
games/adventure/subr.c
398
for (; tkk != 0; tkk = tkk->next) { /* 21 */
games/arithmetic/arithmetic.c
293
struct penalty *next;
games/arithmetic/arithmetic.c
311
p->next = penlist[op][operand];
games/arithmetic/arithmetic.c
344
for (pp = &penlist[op][operand]; (p = *pp) != NULL; pp = &p->next) {
games/arithmetic/arithmetic.c
349
p = p->next;
games/atc/graphics.c
109
for (pp = air.head; pp != NULL; pp = pp->next) {
games/atc/graphics.c
347
for (pp = air.head; pp != NULL; pp = pp->next) {
games/atc/graphics.c
355
for (pp = ground.head; pp != NULL; pp = pp->next) {
games/atc/graphics.c
94
for (pp = air.head; pp != NULL; pp = pp->next) {
games/atc/list.c
112
l->head = p->next;
games/atc/list.c
116
l->tail->next = NULL;
games/atc/list.c
118
p->prev->next = p->next;
games/atc/list.c
119
p->next->prev = p->prev;
games/atc/list.c
72
p->next = p->prev = NULL;
games/atc/list.c
79
q = q -> next;
games/atc/list.c
85
r->next = p;
games/atc/list.c
86
p->next = q;
games/atc/list.c
89
p->next = q;
games/atc/list.c
95
l->tail->next = p;
games/atc/list.c
96
p->next = NULL;
games/atc/struct.h
83
struct plane *next, *prev;
games/atc/update.c
203
p2 = pp->next;
games/atc/update.c
212
for (p1 = air.head; p1 != NULL; p1 = p1->next)
games/atc/update.c
213
for (p2 = p1->next; p2 != NULL; p2 = p2->next)
games/atc/update.c
328
for (pp = air.head; pp != NULL; pp = pp->next)
games/atc/update.c
334
for (pp = ground.head; pp != NULL; pp = pp->next)
games/atc/update.c
381
for (p1 = air.head; p1 != NULL; p1 = p1->next)
games/atc/update.c
422
for (pp = air.head; pp != NULL; pp = pp->next)
games/atc/update.c
425
for (pp = ground.head; pp != NULL; pp = pp->next)
games/atc/update.c
87
for (pp = ground.head; pp != NULL; pp = pp->next) {
games/atc/update.c
98
for (pp = air.head; pp != NULL; pp = pp->next) {
games/backgammon/backgammon/move.c
383
struct BOARD *next; /* next move */
games/backgammon/backgammon/move.c
393
next = checkq->b_next;
games/backgammon/backgammon/move.c
395
checkq = next;
games/battlestar/battlestar.c
59
char *next;
games/battlestar/battlestar.c
89
next = getcom(mainbuf, sizeof mainbuf, ">-: ",
games/battlestar/battlestar.c
91
for (wordcount = 0; next && wordcount < NWORD - 1; wordcount++)
games/battlestar/battlestar.c
92
next = getword(next, words[wordcount], -1);
games/battlestar/command7.c
49
char *next;
games/battlestar/command7.c
65
next = getcom(auxbuf, LINELENGTH, "<fight!>-: ", 0);
games/battlestar/command7.c
66
for (i = 0; next && i < 10; i++)
games/battlestar/command7.c
67
next = getword(next, words[i], -1);
games/battlestar/extern.h
319
struct wlist *next;
games/battlestar/parse.c
80
for (wp = hashtab[hash(s)]; wp != NULL; wp = wp->next)
games/battlestar/parse.c
93
wp->next = hashtab[hashval];
games/canfield/canfield/canfield.c
1067
for (ptr = talon; ptr != NIL; ptr = ptr->next) {
games/canfield/canfield/canfield.c
1071
for (ptr = hand; ptr != NIL; ptr = ptr->next) {
games/canfield/canfield/canfield.c
1086
for (ptr = stock, row = stockrow; ptr != NIL; ptr = ptr->next, row++) {
games/canfield/canfield/canfield.c
1214
tempcard = tempcard->next;
games/canfield/canfield/canfield.c
1236
temp->next = tableau[des];
games/canfield/canfield/canfield.c
148
struct cardtype *next;
games/canfield/canfield/canfield.c
460
ptr = ptr->next, row++) {
games/canfield/canfield/canfield.c
498
ptr = ptr->next, row++)
games/canfield/canfield/canfield.c
522
cards[i].next = NIL;
games/canfield/canfield/canfield.c
627
*source = (*source)->next;
games/canfield/canfield/canfield.c
628
temp->next = *dest;
games/canfield/canfield/canfield.c
693
deck[i]->next = deck[i - 1];
games/canfield/canfield/canfield.c
694
deck[0]->next = NIL;
games/canfield/canfield/canfield.c
696
deck[13]->next = NIL;
games/canfield/canfield/canfield.c
702
deck[i]->next = NIL;
games/canfield/canfield/canfield.c
710
deck[i]->next = deck[i + 1];
games/canfield/canfield/canfield.c
711
deck[decksize-1]->next = NIL;
games/canfield/canfield/canfield.c
974
ptr = ptr->next ) {
games/canfield/canfield/canfield.c
986
ptr = ptr->next ) {
games/fortune/fortune/fortune.c
1004
fp = fp->next) {
games/fortune/fortune/fortune.c
1030
fp = fp->next;
games/fortune/fortune/fortune.c
104
struct fd *next, *prev;
games/fortune/fortune/fortune.c
1122
for (child = fp->child; child != NULL; child = child->next) {
games/fortune/fortune/fortune.c
1187
list = list->next;
games/fortune/fortune/fortune.c
1268
for (fp = list; fp != NULL; fp = fp->next) {
games/fortune/fortune/fortune.c
1296
for (fp = list; fp != NULL; fp = fp->next) {
games/fortune/fortune/fortune.c
565
(*tail)->next = fp;
games/fortune/fortune/fortune.c
571
fp->next = *head;
games/fortune/fortune/fortune.c
597
fp->next = NULL;
games/fortune/fortune/fortune.c
660
scene->next = obscene;
games/fortune/fortune/fortune.c
661
obscene->next = NULL;
games/fortune/fortune/fortune.c
926
if (File_list->next == NULL || File_list->percent == NO_PROB)
games/fortune/fortune/fortune.c
931
for (fp = File_list; fp->percent != NO_PROB; fp = fp->next)
games/fortune/fortune/fortune.c
947
if (fp->next != NULL) {
games/fortune/fortune/fortune.c
954
fp = fp->next;
games/fortune/fortune/fortune.c
993
for (fp = parent->child; choice--; fp = fp->next)
games/gomoku/pickmove.c
1275
goto next;
games/gomoku/pickmove.c
1306
next:
games/hunt/huntd/shots.c
134
for (bp = blist; bp != NULL; bp = next) {
games/hunt/huntd/shots.c
135
next = bp->b_next;
games/hunt/huntd/shots.c
151
chkshot(bp, next);
games/hunt/huntd/shots.c
659
chkshot(BULLET *bp, BULLET *next)
games/hunt/huntd/shots.c
682
chkslime(bp, next);
games/hunt/huntd/shots.c
688
chkslime(bp, next);
games/hunt/huntd/shots.c
69
BULLET *bp, *next;
games/hunt/huntd/shots.c
751
chkslime(BULLET *bp, BULLET *next)
games/hunt/huntd/shots.c
785
move_slime(nbp, nbp->b_type == SLIME ? SLIMESPEED : LAVASPEED, next);
games/hunt/huntd/shots.c
787
move_slime(nbp, SLIMESPEED, next);
games/hunt/huntd/shots.c
797
move_slime(BULLET *bp, int speed, BULLET *next)
games/hunt/huntd/shots.c
835
explshot(next, bp->b_y, bp->b_x);
games/hunt/huntd/shots.c
87
for (bp = blist; bp != NULL; bp = next) {
games/hunt/huntd/shots.c
88
next = bp->b_next;
games/hunt/huntd/shots.c
922
move_slime(nbp, speed - 1, next);
games/hunt/huntd/shots.c
929
move_slime(nbp, speed - 1, next);
games/hunt/huntd/shots.c
936
move_slime(nbp, speed - 1, next);
games/hunt/huntd/shots.c
943
move_slime(nbp, speed - 1, next);
games/monop/cards.c
313
for (op = cur_p->own_list; op; op = op->next)
games/monop/houses.c
239
while (op->next && op->sqr->desc->mon_desc == mp
games/monop/houses.c
240
&& (op = op->next));
games/monop/houses.c
244
op = op->next;
games/monop/houses.c
71
for (op = cur_p->own_list; op && op->sqr->type != PRPTY; op = op->next)
games/monop/houses.c
84
op = op->next;
games/monop/houses.c
90
op = op->next;
games/monop/misc.c
148
op = op->next)
games/monop/misc.c
160
op = op->next) {
games/monop/misc.c
189
op = op->next;
games/monop/misc.c
207
orig_op->next);
games/monop/misc.c
215
printf("op->next = %p\n", op->next);
games/monop/monop.h
111
struct own_st *next; /* next in list */
games/monop/morg.c
122
for (op = cur_p->own_list; op; op = op->next)
games/monop/morg.c
189
for (op = cur_p->own_list; op; op = op->next)
games/monop/print.c
192
for (op = pp->own_list; op; op = op->next) {
games/monop/prop.c
111
for (op = *head; op; op = op->next)
games/monop/prop.c
119
*head = op->next;
games/monop/prop.c
121
last_op->next = op->next;
games/monop/prop.c
217
for (op = plp->own_list; op; op = op->next) {
games/monop/prop.c
75
for (tp = *head; tp && value(tp->sqr) < val; tp = tp->next)
games/monop/prop.c
82
op->next = tp;
games/monop/prop.c
84
last_tp->next = op;
games/monop/trade.c
132
for (op = pp->own_list; propnum--; op = op->next)
games/monop/trade.c
163
for (op = the_list; op; op = op->next)
games/monop/trade.c
193
for (op = tp->prop_list; op; op = op->next)
games/monop/trade.c
228
for (op = from->prop_list; op; op = op->next) {
games/monop/trade.c
298
for (op = cur_p->own_list; op; op = op->next) {
games/quiz/quiz.c
229
unsigned next, j;
games/quiz/quiz.c
238
next = random() % qsize;
games/quiz/quiz.c
240
for (j = 0; j < next; j++)
games/quiz/quiz.c
245
qsize = next;
games/sail/dr_main.c
111
if (next() < 0)
games/sail/extern.h
267
int next(void);
games/warp/init.c
517
for (curobj = root.next; curobj != &root; curobj = curobj->next) {
games/warp/init.c
80
while (root.next != &root) {
games/warp/init.c
81
root.next = root.next->next;
games/warp/init.c
82
free_object(root.next->prev);
games/warp/move.c
122
curobj->next->prev = curobj->prev;
games/warp/move.c
123
curobj->prev->next = curobj->next;
games/warp/move.c
125
curobj->next = movers;
games/warp/move.c
126
movers->prev->next = curobj;
games/warp/move.c
364
enemies = curobj->next;
games/warp/move.c
375
movers = curobj->next;
games/warp/move.c
377
enemies = curobj->next;
games/warp/move.c
414
enemies = curobj->next;
games/warp/move.c
421
enemies = curobj->next;
games/warp/move.c
431
enemies = curobj->next;
games/warp/move.c
443
enemies = curobj->next;
games/warp/move.c
497
enemies = curobj->next;
games/warp/move.c
505
enemies = curobj->next;
games/warp/move.c
76
for (curobj = movers; curobj != &root; curobj = curobj->next) {
games/warp/move.c
88
thenext = curobj->next;
games/warp/object.c
26
if (free_root.next == &free_root)
games/warp/object.c
33
obj = free_root.next;
games/warp/object.c
34
free_root.next = obj->next;
games/warp/object.c
35
obj->next->prev = &free_root;
games/warp/object.c
39
obj->next = where;
games/warp/object.c
42
obj->prev->next = obj;
games/warp/object.c
61
curobj->prev->next = curobj->next;
games/warp/object.c
62
curobj->next->prev = curobj->prev;
games/warp/object.c
64
movers = curobj->next;
games/warp/object.c
72
curobj->next = free_root.next;
games/warp/object.c
74
free_root.next->prev = curobj;
games/warp/object.c
75
free_root.next = curobj;
games/warp/object.h
27
struct object *next, *prev, *contend;
games/warp/play.c
127
else if (lookfor(root.next->posy,root.next->posx,
games/warp/play.c
130
realapollo = root.next;
games/warp/play.c
93
else if (lookfor(root.next->posy,root.next->posx,
games/warp/play.c
96
realapollo = root.next;
games/warp/score.c
510
for (obj = root.next; obj != &root; obj = obj->next) {
games/warp/them.c
82
for (curkl = enemies; curkl->type == Enemy; curkl = curkl->next) {
games/warp/weapon.c
333
obj->prev->next = obj->next;
games/warp/weapon.c
334
obj->next->prev = obj->prev;
games/warp/weapon.c
335
root.prev->next = obj;
games/warp/weapon.c
338
obj->next = &root;
games/warp/weapon.c
660
tractee->prev->next = tractee->next;
games/warp/weapon.c
661
tractee->next->prev = tractee->prev;
games/warp/weapon.c
662
root.prev->next = tractee;
games/warp/weapon.c
665
tractee->next = &root;
games/worm/worm.c
179
head->next = NULL;
games/worm/worm.c
183
np->next = bp;
games/worm/worm.c
315
tail->next->prev = NULL;
games/worm/worm.c
316
nh = tail->next;
games/worm/worm.c
336
nh->next = NULL;
games/worm/worm.c
338
head->next = nh;
games/worm/worm.c
69
struct body *next;
games/wump/wump.c
408
int chance, next, roomcnt;
games/wump/wump.c
437
next = atoi(p);
games/wump/wump.c
439
if (cave[arrow_location].tunnel[j] == next)
games/wump/wump.c
443
if (next > room_num) {
games/wump/wump.c
448
arrow_location = next;
games/wump/wump.c
455
arrow_location, next);
games/wump/wump.c
465
arrow_location, next,
lib/libbluetooth/sdp.h
360
uint8_t *next;
lib/libbluetooth/sdp_compat.c
187
ssp.next = sc->buf;
lib/libbluetooth/sdp_compat.c
192
ssp.end = ssp.next;
lib/libbluetooth/sdp_compat.c
193
ssp.next = sc->buf;
lib/libbluetooth/sdp_compat.c
198
ail.next = ssp.end;
lib/libbluetooth/sdp_compat.c
203
ail.end = ail.next;
lib/libbluetooth/sdp_compat.c
204
ail.next = ssp.end;
lib/libbluetooth/sdp_compat.c
227
if (value.end - value.next > (ssize_t)vp->vlen) {
lib/libbluetooth/sdp_compat.c
231
vp->vlen = value.end - value.next;
lib/libbluetooth/sdp_compat.c
233
memcpy(vp->value, value.next, vp->vlen);
lib/libbluetooth/sdp_data.c
143
return (p - data->next);
lib/libbluetooth/sdp_data.c
314
if (data->next == NULL || data->end == NULL)
lib/libbluetooth/sdp_data.c
317
if (data->next >= data->end)
lib/libbluetooth/sdp_data.c
320
return _sdp_data_valid(data->next, data->end);
lib/libbluetooth/sdp_data.c
373
_sdp_data_print(const uint8_t *next, const uint8_t *end, int indent)
lib/libbluetooth/sdp_data.c
377
while (next < end) {
lib/libbluetooth/sdp_data.c
378
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
381
switch (*next++) {
lib/libbluetooth/sdp_data.c
387
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
391
(*next == 0x00 ? "false" : "true"));
lib/libbluetooth/sdp_data.c
393
next += 1;
lib/libbluetooth/sdp_data.c
397
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
401
*(const int8_t *)next);
lib/libbluetooth/sdp_data.c
402
next += 1;
lib/libbluetooth/sdp_data.c
406
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
410
*next);
lib/libbluetooth/sdp_data.c
411
next += 1;
lib/libbluetooth/sdp_data.c
415
if (next + 2 > end)
lib/libbluetooth/sdp_data.c
419
(int16_t)be16dec(next));
lib/libbluetooth/sdp_data.c
420
next += 2;
lib/libbluetooth/sdp_data.c
424
if (next + 2 > end)
lib/libbluetooth/sdp_data.c
428
be16dec(next));
lib/libbluetooth/sdp_data.c
429
next += 2;
lib/libbluetooth/sdp_data.c
433
if (next + 2 > end)
lib/libbluetooth/sdp_data.c
437
be16dec(next));
lib/libbluetooth/sdp_data.c
438
next += 2;
lib/libbluetooth/sdp_data.c
442
if (next + 4 > end)
lib/libbluetooth/sdp_data.c
446
(int32_t)be32dec(next));
lib/libbluetooth/sdp_data.c
447
next += 4;
lib/libbluetooth/sdp_data.c
451
if (next + 4 > end)
lib/libbluetooth/sdp_data.c
455
be32dec(next));
lib/libbluetooth/sdp_data.c
456
next += 4;
lib/libbluetooth/sdp_data.c
460
if (next + 4 > end)
lib/libbluetooth/sdp_data.c
464
be32dec(next));
lib/libbluetooth/sdp_data.c
465
next += 4;
lib/libbluetooth/sdp_data.c
469
if (next + 8 > end)
lib/libbluetooth/sdp_data.c
473
(int64_t)be64dec(next));
lib/libbluetooth/sdp_data.c
474
next += 8;
lib/libbluetooth/sdp_data.c
478
if (next + 8 > end)
lib/libbluetooth/sdp_data.c
482
be64dec(next));
lib/libbluetooth/sdp_data.c
483
next += 8;
lib/libbluetooth/sdp_data.c
487
if (next + 16 > end)
lib/libbluetooth/sdp_data.c
493
next[0], next[1], next[2], next[3],
lib/libbluetooth/sdp_data.c
494
next[4], next[5], next[6], next[7],
lib/libbluetooth/sdp_data.c
495
next[8], next[9], next[10], next[11],
lib/libbluetooth/sdp_data.c
496
next[12], next[13], next[14], next[15]);
lib/libbluetooth/sdp_data.c
497
next += 16;
lib/libbluetooth/sdp_data.c
501
if (next + 16 > end)
lib/libbluetooth/sdp_data.c
507
next[0], next[1], next[2], next[3],
lib/libbluetooth/sdp_data.c
508
next[4], next[5], next[6], next[7],
lib/libbluetooth/sdp_data.c
509
next[8], next[9], next[10], next[11],
lib/libbluetooth/sdp_data.c
510
next[12], next[13], next[14], next[15]);
lib/libbluetooth/sdp_data.c
511
next += 16;
lib/libbluetooth/sdp_data.c
515
if (next + 16 > end)
lib/libbluetooth/sdp_data.c
52
if (data->next + 1 > data->end)
lib/libbluetooth/sdp_data.c
524
next[0], next[1], next[2], next[3],
lib/libbluetooth/sdp_data.c
525
next[4], next[5],
lib/libbluetooth/sdp_data.c
526
next[6], next[7],
lib/libbluetooth/sdp_data.c
527
next[8], next[9],
lib/libbluetooth/sdp_data.c
528
next[10], next[11], next[12],
lib/libbluetooth/sdp_data.c
529
next[13], next[14], next[15]);
lib/libbluetooth/sdp_data.c
530
next += 16;
lib/libbluetooth/sdp_data.c
534
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
537
len = *next;
lib/libbluetooth/sdp_data.c
538
next += 1;
lib/libbluetooth/sdp_data.c
540
if (next + len > end)
lib/libbluetooth/sdp_data.c
543
_sdp_putstr(indent, "str8", next, len);
lib/libbluetooth/sdp_data.c
544
next += len;
lib/libbluetooth/sdp_data.c
548
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
55
return data->next[0];
lib/libbluetooth/sdp_data.c
551
len = *next;
lib/libbluetooth/sdp_data.c
552
next += 1;
lib/libbluetooth/sdp_data.c
554
if (next + len > end)
lib/libbluetooth/sdp_data.c
557
_sdp_putstr(indent, "url8", next, len);
lib/libbluetooth/sdp_data.c
558
next += len;
lib/libbluetooth/sdp_data.c
562
if (next + 2 > end)
lib/libbluetooth/sdp_data.c
565
len = be16dec(next);
lib/libbluetooth/sdp_data.c
566
next += 2;
lib/libbluetooth/sdp_data.c
568
if (next + len > end)
lib/libbluetooth/sdp_data.c
571
_sdp_putstr(indent, "str16", next, len);
lib/libbluetooth/sdp_data.c
572
next += len;
lib/libbluetooth/sdp_data.c
576
if (next + 2 > end)
lib/libbluetooth/sdp_data.c
579
len = be16dec(next);
lib/libbluetooth/sdp_data.c
580
next += 2;
lib/libbluetooth/sdp_data.c
582
if (next + len > end)
lib/libbluetooth/sdp_data.c
585
_sdp_putstr(indent, "url16", next, len);
lib/libbluetooth/sdp_data.c
586
next += len;
lib/libbluetooth/sdp_data.c
590
if (next + 4 > end)
lib/libbluetooth/sdp_data.c
593
len = be32dec(next);
lib/libbluetooth/sdp_data.c
594
next += 4;
lib/libbluetooth/sdp_data.c
596
if (next + len > end)
lib/libbluetooth/sdp_data.c
599
_sdp_putstr(indent, "str32", next, len);
lib/libbluetooth/sdp_data.c
600
next += len;
lib/libbluetooth/sdp_data.c
604
if (next + 4 > end)
lib/libbluetooth/sdp_data.c
607
len = be32dec(next);
lib/libbluetooth/sdp_data.c
608
next += 4;
lib/libbluetooth/sdp_data.c
610
if (next + len > end)
lib/libbluetooth/sdp_data.c
613
_sdp_putstr(indent, "url32", next, len);
lib/libbluetooth/sdp_data.c
614
next += len;
lib/libbluetooth/sdp_data.c
618
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
621
len = *next;
lib/libbluetooth/sdp_data.c
622
next += 1;
lib/libbluetooth/sdp_data.c
624
if (next + len > end)
lib/libbluetooth/sdp_data.c
628
if (!_sdp_data_print(next, next + len, indent + 1))
lib/libbluetooth/sdp_data.c
631
next += len;
lib/libbluetooth/sdp_data.c
635
if (next + 1 > end)
lib/libbluetooth/sdp_data.c
638
len = *next;
lib/libbluetooth/sdp_data.c
639
next += 1;
lib/libbluetooth/sdp_data.c
641
if (next + len > end)
lib/libbluetooth/sdp_data.c
645
if (!_sdp_data_print(next, next + len, indent + 1))
lib/libbluetooth/sdp_data.c
648
next += len;
lib/libbluetooth/sdp_data.c
652
if (next + 2 > end)
lib/libbluetooth/sdp_data.c
655
len = be16dec(next);
lib/libbluetooth/sdp_data.c
656
next += 2;
lib/libbluetooth/sdp_data.c
658
if (next + len > end)
lib/libbluetooth/sdp_data.c
662
if (!_sdp_data_print(next, next + len, indent + 1))
lib/libbluetooth/sdp_data.c
665
next += len;
lib/libbluetooth/sdp_data.c
669
if (next + 2 > end)
lib/libbluetooth/sdp_data.c
672
len = be16dec(next);
lib/libbluetooth/sdp_data.c
673
next += 2;
lib/libbluetooth/sdp_data.c
675
if (next + len > end)
lib/libbluetooth/sdp_data.c
679
if (!_sdp_data_print(next, next + len, indent + 1))
lib/libbluetooth/sdp_data.c
68
uint8_t *p = data->next;
lib/libbluetooth/sdp_data.c
682
next += len;
lib/libbluetooth/sdp_data.c
686
if (next + 4 > end)
lib/libbluetooth/sdp_data.c
689
len = be32dec(next);
lib/libbluetooth/sdp_data.c
690
next += 4;
lib/libbluetooth/sdp_data.c
692
if (next + len > end)
lib/libbluetooth/sdp_data.c
696
if (!_sdp_data_print(next, next + len, indent + 1))
lib/libbluetooth/sdp_data.c
699
next += len;
lib/libbluetooth/sdp_data.c
703
if (next + 4 > end)
lib/libbluetooth/sdp_data.c
706
len = be32dec(next);
lib/libbluetooth/sdp_data.c
707
next += 4;
lib/libbluetooth/sdp_data.c
709
if (next + len > end)
lib/libbluetooth/sdp_data.c
713
if (!_sdp_data_print(next, next + len, indent + 1))
lib/libbluetooth/sdp_data.c
716
next += len;
lib/libbluetooth/sdp_data.c
731
if (!_sdp_data_print(data->next, data->end, indent))
lib/libbluetooth/sdp_get.c
121
data->next = p;
lib/libbluetooth/sdp_get.c
128
uint8_t *p = data->next;
lib/libbluetooth/sdp_get.c
147
data->next = p;
lib/libbluetooth/sdp_get.c
155
uint8_t *p = data->next;
lib/libbluetooth/sdp_get.c
210
data->next = p;
lib/libbluetooth/sdp_get.c
218
uint8_t *p = data->next;
lib/libbluetooth/sdp_get.c
280
data->next = p;
lib/libbluetooth/sdp_get.c
288
uint8_t *p = data->next;
lib/libbluetooth/sdp_get.c
327
data->next = p + l;
lib/libbluetooth/sdp_get.c
328
ext->next = p;
lib/libbluetooth/sdp_get.c
355
*str = (char *)s.next;
lib/libbluetooth/sdp_get.c
356
*len = s.end - s.next;
lib/libbluetooth/sdp_get.c
368
*url = (char *)u.next;
lib/libbluetooth/sdp_get.c
369
*len = u.end - u.next;
lib/libbluetooth/sdp_get.c
52
uint8_t *p = data->next;
lib/libbluetooth/sdp_get.c
59
data->next = p + l;
lib/libbluetooth/sdp_get.c
60
value->next = p;
lib/libbluetooth/sdp_get.c
85
uint8_t *p = data->next;
lib/libbluetooth/sdp_put.c
100
be16enc(data->next + 1, uuid);
lib/libbluetooth/sdp_put.c
101
data->next += 3;
lib/libbluetooth/sdp_put.c
109
if (data->next + 5 > data->end)
lib/libbluetooth/sdp_put.c
112
data->next[0] = SDP_DATA_UUID32;
lib/libbluetooth/sdp_put.c
113
be32enc(data->next + 1, uuid);
lib/libbluetooth/sdp_put.c
114
data->next += 5;
lib/libbluetooth/sdp_put.c
122
if (data->next + 17 > data->end)
lib/libbluetooth/sdp_put.c
125
data->next[0] = SDP_DATA_UUID128;
lib/libbluetooth/sdp_put.c
126
uuid_enc_be(data->next + 1, uuid);
lib/libbluetooth/sdp_put.c
127
data->next += 17;
lib/libbluetooth/sdp_put.c
135
if (data->next + 2 > data->end)
lib/libbluetooth/sdp_put.c
138
data->next[0] = SDP_DATA_BOOL;
lib/libbluetooth/sdp_put.c
139
data->next[1] = (value ? 0x01 : 0x00);
lib/libbluetooth/sdp_put.c
140
data->next += 2;
lib/libbluetooth/sdp_put.c
167
if (data->next + 2 > data->end)
lib/libbluetooth/sdp_put.c
170
data->next[0] = SDP_DATA_UINT8;
lib/libbluetooth/sdp_put.c
171
data->next[1] = value;
lib/libbluetooth/sdp_put.c
172
data->next += 2;
lib/libbluetooth/sdp_put.c
180
if (data->next + 3 > data->end)
lib/libbluetooth/sdp_put.c
183
data->next[0] = SDP_DATA_UINT16;
lib/libbluetooth/sdp_put.c
184
be16enc(data->next + 1, value);
lib/libbluetooth/sdp_put.c
185
data->next += 3;
lib/libbluetooth/sdp_put.c
193
if (data->next + 5 > data->end)
lib/libbluetooth/sdp_put.c
196
data->next[0] = SDP_DATA_UINT32;
lib/libbluetooth/sdp_put.c
197
be32enc(data->next + 1, value);
lib/libbluetooth/sdp_put.c
198
data->next += 5;
lib/libbluetooth/sdp_put.c
206
if (data->next + 9 > data->end)
lib/libbluetooth/sdp_put.c
209
data->next[0] = SDP_DATA_UINT64;
lib/libbluetooth/sdp_put.c
210
be64enc(data->next + 1, value);
lib/libbluetooth/sdp_put.c
211
data->next += 9;
lib/libbluetooth/sdp_put.c
238
if (data->next + 2 > data->end)
lib/libbluetooth/sdp_put.c
241
data->next[0] = SDP_DATA_INT8;
lib/libbluetooth/sdp_put.c
242
data->next[1] = (uint8_t)value;
lib/libbluetooth/sdp_put.c
243
data->next += 2;
lib/libbluetooth/sdp_put.c
251
if (data->next + 3 > data->end)
lib/libbluetooth/sdp_put.c
254
data->next[0] = SDP_DATA_INT16;
lib/libbluetooth/sdp_put.c
255
be16enc(data->next + 1, (uint16_t)value);
lib/libbluetooth/sdp_put.c
256
data->next += 3;
lib/libbluetooth/sdp_put.c
264
if (data->next + 5 > data->end)
lib/libbluetooth/sdp_put.c
267
data->next[0] = SDP_DATA_INT32;
lib/libbluetooth/sdp_put.c
268
be32enc(data->next + 1, (uint32_t)value);
lib/libbluetooth/sdp_put.c
269
data->next += 5;
lib/libbluetooth/sdp_put.c
277
if (data->next + 9 > data->end)
lib/libbluetooth/sdp_put.c
280
data->next[0] = SDP_DATA_INT64;
lib/libbluetooth/sdp_put.c
281
be64enc(data->next + 1, (uint64_t)value);
lib/libbluetooth/sdp_put.c
282
data->next += 9;
lib/libbluetooth/sdp_put.c
289
uint8_t *p = data->next;
lib/libbluetooth/sdp_put.c
330
data->next = p;
lib/libbluetooth/sdp_put.c
358
memcpy(data->next, str, (size_t)len);
lib/libbluetooth/sdp_put.c
359
data->next += len;
lib/libbluetooth/sdp_put.c
373
memcpy(data->next, url, (size_t)len);
lib/libbluetooth/sdp_put.c
374
data->next += len;
lib/libbluetooth/sdp_put.c
52
len = value->end - value->next;
lib/libbluetooth/sdp_put.c
54
if (len > data->end - data->next)
lib/libbluetooth/sdp_put.c
57
memcpy(data->next, value->next, (size_t)len);
lib/libbluetooth/sdp_put.c
58
data->next += len;
lib/libbluetooth/sdp_put.c
68
|| sdp_data_size(value) != (value->end - value->next)
lib/libbluetooth/sdp_put.c
96
if (data->next + 3 > data->end)
lib/libbluetooth/sdp_put.c
99
data->next[0] = SDP_DATA_UUID16;
lib/libbluetooth/sdp_record.c
138
len = rec->end - rec->next;
lib/libbluetooth/sdp_record.c
144
hdr.next = data;
lib/libbluetooth/sdp_record.c
148
req[2].iov_len = hdr.next - data;
lib/libbluetooth/sdp_record.c
150
req[3].iov_base = rec->next;
lib/libbluetooth/sdp_record.c
69
len = rec->end - rec->next;
lib/libbluetooth/sdp_record.c
75
hdr.next = data;
lib/libbluetooth/sdp_record.c
79
req[2].iov_len = hdr.next - data;
lib/libbluetooth/sdp_record.c
81
req[3].iov_base = rec->next;
lib/libbluetooth/sdp_service.c
103
len = ssp->end - ssp->next;
lib/libbluetooth/sdp_service.c
109
hdr.next = sdata;
lib/libbluetooth/sdp_service.c
113
req[1].iov_len = hdr.next - sdata;
lib/libbluetooth/sdp_service.c
115
req[2].iov_base = ssp->next;
lib/libbluetooth/sdp_service.c
240
len = (ail == NULL ? (ssize_t)sizeof(ail_default) : (ail->end - ail->next));
lib/libbluetooth/sdp_service.c
246
hdr.next = adata;
lib/libbluetooth/sdp_service.c
250
req[3].iov_len = hdr.next - adata;
lib/libbluetooth/sdp_service.c
252
req[4].iov_base = (ail == NULL ? ail_default : ail->next);
lib/libbluetooth/sdp_service.c
322
rsp->next = rbuf;
lib/libbluetooth/sdp_service.c
351
len = ssp->end - ssp->next;
lib/libbluetooth/sdp_service.c
357
hdr.next = sdata;
lib/libbluetooth/sdp_service.c
361
req[1].iov_len = hdr.next - sdata;
lib/libbluetooth/sdp_service.c
363
req[2].iov_base = ssp->next;
lib/libbluetooth/sdp_service.c
376
len = (ail == NULL ? (ssize_t)sizeof(ail_default) : (ail->end - ail->next));
lib/libbluetooth/sdp_service.c
382
hdr.next = adata;
lib/libbluetooth/sdp_service.c
386
req[4].iov_len = hdr.next - adata;
lib/libbluetooth/sdp_service.c
388
req[5].iov_base = (ail == NULL ? ail_default : ail->next);
lib/libbluetooth/sdp_service.c
458
rsp->next = rbuf;
lib/libbluetooth/sdp_set.c
117
uint8_t *p = data->next;
lib/libbluetooth/sdp_set.c
177
uint8_t *p = data->next;
lib/libbluetooth/sdp_set.c
48
uint8_t *p = data->next;
lib/libbluetooth/sdp_set.c
61
uint8_t *p = data->next;
lib/libc/citrus/modules/citrus_iconv_std.c
566
goto next;
lib/libc/citrus/modules/citrus_iconv_std.c
586
goto next;
lib/libc/citrus/modules/citrus_iconv_std.c
596
next:
lib/libc/db/btree/bt_search.c
131
next: BT_PUSH(t, h->pgno, idx);
lib/libc/db/btree/bt_search.c
90
goto next;
lib/libc/db/hash/hash.h
51
BUFHEAD *next; /* LRU links */
lib/libc/db/hash/hash_buf.c
287
bfp->next = bfp;
lib/libc/db/hash/hash_buf.c
76
(B)->prev->next = (B)->next; \
lib/libc/db/hash/hash_buf.c
77
(B)->next->prev = (B)->prev; \
lib/libc/db/hash/hash_buf.c
82
(B)->next = (P)->next; \
lib/libc/db/hash/hash_buf.c
84
(P)->next = (B); \
lib/libc/db/hash/hash_buf.c
85
(B)->next->prev = (B); \
lib/libc/db/hash/hash_buf.c
88
#define MRU hashp->bufhead.next
lib/libc/gdtoa/gdtoaimp.h
520
struct Bigint *next;
lib/libc/gdtoa/misc.c
108
v->next = freelist[v->k];
lib/libc/gdtoa/misc.c
424
p5->next = 0;
lib/libc/gdtoa/misc.c
431
p5->next = 0;
lib/libc/gdtoa/misc.c
444
if ((p51 = p5->next) == 0) {
lib/libc/gdtoa/misc.c
447
if (!(p51 = p5->next)) {
lib/libc/gdtoa/misc.c
448
p51 = p5->next = mult(p5,p5);
lib/libc/gdtoa/misc.c
453
p51->next = 0;
lib/libc/gdtoa/misc.c
457
p51 = p5->next = mult(p5,p5);
lib/libc/gdtoa/misc.c
460
p51->next = 0;
lib/libc/gdtoa/misc.c
63
freelist[k] = rv->next;
lib/libc/gen/fts.c
432
next:
lib/libc/gen/fts.c
467
goto next;
lib/libc/gen/popen.c
127
for (old = pidlist; old; old = old->next)
lib/libc/gen/popen.c
174
cur->next = pidlist;
lib/libc/gen/popen.c
278
for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
lib/libc/gen/popen.c
291
pidlist = cur->next;
lib/libc/gen/popen.c
293
last->next = cur->next;
lib/libc/gen/popen.c
67
struct pid *next;
lib/libc/gen/pthread_atfork.c
226
SIMPLEQ_INSERT_HEAD(&prepareq, newprepare, next);
lib/libc/gen/pthread_atfork.c
228
SIMPLEQ_INSERT_TAIL(&parentq, newparent, next);
lib/libc/gen/pthread_atfork.c
230
SIMPLEQ_INSERT_TAIL(&childq, newchild, next);
lib/libc/gen/pthread_atfork.c
251
SIMPLEQ_FOREACH(iter, &prepareq, next)
lib/libc/gen/pthread_atfork.c
263
SIMPLEQ_FOREACH(iter, &parentq, next)
lib/libc/gen/pthread_atfork.c
269
SIMPLEQ_FOREACH(iter, &childq, next)
lib/libc/gen/pthread_atfork.c
63
SIMPLEQ_ENTRY(atfork_callback) next;
lib/libc/include/isc/list.h
106
if ((after)->link.next == NULL) \
lib/libc/include/isc/list.h
109
(elt)->link.next = (after)->link.next; \
lib/libc/include/isc/list.h
110
(after)->link.next = (elt); \
lib/libc/include/isc/list.h
111
(elt)->link.next->link.prev = (elt); \
lib/libc/include/isc/list.h
28
#define LINK(type) struct { type *prev, *next; }
lib/libc/include/isc/list.h
32
(elt)->link.next = (type *)(-1); \
lib/libc/include/isc/list.h
37
(void *)((elt)->link.next) != (void *)(-1))
lib/libc/include/isc/list.h
51
(elt)->link.next = (list).head; \
lib/libc/include/isc/list.h
59
(list).tail->link.next = (elt); \
lib/libc/include/isc/list.h
63
(elt)->link.next = NULL; \
lib/libc/include/isc/list.h
70
if ((elt)->link.next != NULL) \
lib/libc/include/isc/list.h
71
(elt)->link.next->link.prev = (elt)->link.prev; \
lib/libc/include/isc/list.h
77
(elt)->link.prev->link.next = (elt)->link.next; \
lib/libc/include/isc/list.h
80
(list).head = (elt)->link.next; \
lib/libc/include/isc/list.h
88
#define NEXT(elt, link) ((elt)->link.next)
lib/libc/include/isc/list.h
98
(elt)->link.prev->link.next = (elt); \
lib/libc/include/isc/list.h
99
(elt)->link.next = (before); \
lib/libc/isc/ev_streams.c
122
new->next = ctx->streams;
lib/libc/isc/ev_streams.c
170
old->prev->next = old->next;
lib/libc/isc/ev_streams.c
172
ctx->streams = old->next;
lib/libc/isc/ev_streams.c
173
if (old->next != NULL)
lib/libc/isc/ev_streams.c
174
old->next->prev = old->prev;
lib/libc/isc/ev_streams.c
88
new->next = ctx->streams;
lib/libc/isc/eventlib_p.h
121
struct evFile * next;
lib/libc/isc/eventlib_p.h
142
struct evStream *prev, *next;
lib/libc/isc/eventlib_p.h
158
struct evWait * next;
lib/libc/isc/eventlib_p.h
165
struct evWaitList * next;
lib/libc/isc/eventlib_p.h
176
struct { struct evEvent_p *next; } free;
lib/libc/isc/eventlib_p.h
88
struct evConn * next;
lib/libc/nameser/ns_name.c
960
goto next;
lib/libc/nameser/ns_name.c
965
goto next;
lib/libc/nameser/ns_name.c
974
goto next;
lib/libc/nameser/ns_name.c
984
next: ;
lib/libc/net/getaddrinfo.c
1919
srv->next = srvlist;
lib/libc/net/getaddrinfo.c
1923
csrv->next && csrv->next->pri <= srv->pri;
lib/libc/net/getaddrinfo.c
1924
csrv = csrv->next) {
lib/libc/net/getaddrinfo.c
1925
if (csrv->next->pri == srv->pri
lib/libc/net/getaddrinfo.c
1927
csrv->next->weight))
lib/libc/net/getaddrinfo.c
1930
srv->next = csrv->next;
lib/libc/net/getaddrinfo.c
1931
csrv->next = srv;
lib/libc/net/getaddrinfo.c
1945
if (!srvlist->next && !srvlist->name[0]) {
lib/libc/net/getaddrinfo.c
1955
srvlist = srvlist->next;
lib/libc/net/getaddrinfo.c
1967
q.next = &q2;
lib/libc/net/getaddrinfo.c
2034
struct res_target *q2 = q->next;
lib/libc/net/getaddrinfo.c
2040
for (iter = q; iter; iter = iter->next)
lib/libc/net/getaddrinfo.c
2191
q.next = &q2;
lib/libc/net/getaddrinfo.c
222
struct res_target *next;
lib/libc/net/getaddrinfo.c
231
struct srvinfo *next;
lib/libc/net/getaddrinfo.c
2568
for (t = target; t; t = t->next) {
lib/libc/net/getaddrinfo.c
368
struct addrinfo *next;
lib/libc/net/getaddrinfo.c
373
next = ai->ai_next;
lib/libc/net/getaddrinfo.c
378
ai = next;
lib/libc/net/getaddrinfo.c
848
goto next; /* not match */
lib/libc/net/getaddrinfo.c
865
next:
lib/libc/net/getifaddrs.c
104
for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
lib/libc/net/getifaddrs.c
105
rtm = (struct rt_msghdr *)(void *)next;
lib/libc/net/getifaddrs.c
184
for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
lib/libc/net/getifaddrs.c
185
rtm = (struct rt_msghdr *)(void *)next;
lib/libc/net/getifaddrs.c
79
char *next;
lib/libc/regex/regcomp.c
1028
p->next--;
lib/libc/regex/regcomp.c
106
const char *next; /* next character in RE */
lib/libc/regex/regcomp.c
1105
if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]", 6) == 0) {
lib/libc/regex/regcomp.c
1110
if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]", 6) == 0) {
lib/libc/regex/regcomp.c
1299
const char *sp = p->next;
lib/libc/regex/regcomp.c
1305
len = p->next - sp;
lib/libc/regex/regcomp.c
1378
const char *sp = p->next;
lib/libc/regex/regcomp.c
1390
len = p->next - sp;
lib/libc/regex/regcomp.c
1489
const char *oldnext = p->next;
lib/libc/regex/regcomp.c
1497
p->next = bracket;
lib/libc/regex/regcomp.c
1511
assert(p->next == p->end);
lib/libc/regex/regcomp.c
1512
p->next = oldnext;
lib/libc/regex/regcomp.c
1552
const char *oldnext = p->next;
lib/libc/regex/regcomp.c
1558
p->next = bracket;
lib/libc/regex/regcomp.c
1565
assert(p->next == bracket+3);
lib/libc/regex/regcomp.c
1566
p->next = oldnext;
lib/libc/regex/regcomp.c
1657
n = mbrtowc(&wc, p->next, (size_t)(p->end - p->next), &mbs);
lib/libc/regex/regcomp.c
1664
p->next += n;
lib/libc/regex/regcomp.c
1667
return *p->next++;
lib/libc/regex/regcomp.c
1683
p->next = nuls; /* try to bring things to a halt */
lib/libc/regex/regcomp.c
194
#define PEEK() (*p->next)
lib/libc/regex/regcomp.c
195
#define PEEK2() (*(p->next+1))
lib/libc/regex/regcomp.c
196
#define MORE() (p->next < p->end)
lib/libc/regex/regcomp.c
197
#define MORE2() (p->next+1 < p->end)
lib/libc/regex/regcomp.c
204
#define NEXT() (p->next++)
lib/libc/regex/regcomp.c
205
#define NEXT2() (p->next += 2)
lib/libc/regex/regcomp.c
206
#define NEXTn(n) (p->next += (n))
lib/libc/regex/regcomp.c
207
#define GETNEXT() (*p->next++)
lib/libc/regex/regcomp.c
329
p->next = pattern; /* convenience; we do not modify it */
lib/libc/regex/regcomp.c
330
p->end = p->next + len;
lib/libc/regex/regcomp.c
618
p->next--;
lib/libc/rpc/clnt_bcast.c
212
struct broadif *bip, *next;
lib/libc/rpc/clnt_bcast.c
219
next = TAILQ_NEXT(bip, link);
lib/libc/rpc/clnt_bcast.c
221
bip = next;
lib/libc/rpc/getnetconfig.c
124
struct netconfig_list *next;
lib/libc/rpc/getnetconfig.c
279
ncp->nc_configs->next != NULL) {
lib/libc/rpc/getnetconfig.c
280
ncp->nc_configs = ncp->nc_configs->next;
lib/libc/rpc/getnetconfig.c
330
list->next = NULL;
lib/libc/rpc/getnetconfig.c
348
ni.tail->next = list;
lib/libc/rpc/getnetconfig.c
349
ni.tail = ni.tail->next;
lib/libc/rpc/getnetconfig.c
400
p = q->next;
lib/libc/rpc/getnetconfig.c
444
for (list = ni.head; list; list = list->next) {
lib/libc/rpc/pmap_prot2.c
111
struct pmaplist **next = NULL; /* pacify gcc */
lib/libc/rpc/pmap_prot2.c
130
next = &((*rp)->pml_next);
lib/libc/rpc/pmap_prot2.c
134
rp = (freeing) ? next : &((*rp)->pml_next);
lib/libc/rpc/rpcb_prot.c
134
rpcblist_ptr next;
lib/libc/rpc/rpcb_prot.c
141
next = NULL;
lib/libc/rpc/rpcb_prot.c
157
next = (*rp)->rpcb_next;
lib/libc/rpc/rpcb_prot.c
163
next_copy = next;
lib/libc/rpc/rpcb_prot.c
225
rpcb_entry_list_ptr next;
lib/libc/rpc/rpcb_prot.c
232
next = NULL;
lib/libc/rpc/rpcb_prot.c
248
next = (*rp)->rpcb_entry_next;
lib/libc/rpc/rpcb_prot.c
255
next_copy = next;
lib/libc/rpc/rpcb_st_xdr.c
139
if (!xdr_pointer(xdrs, (char **)(void *)&objp->next,
lib/libc/rpc/rpcb_st_xdr.c
177
if (!xdr_pointer(xdrs, (char **)(void *)&objp->next,
lib/libc/rpc/rpcb_st_xdr.c
205
if (!xdr_pointer(xdrs, (char **)(void *)&objp->next,
lib/libc/rpc/rpcb_st_xdr.c
88
if (!xdr_pointer(xdrs, (char **)(void *)&objp->next,
lib/libc/rpc/svc_auth.c
144
for (asp = Auths; asp; asp = asp->next) {
lib/libc/rpc/svc_auth.c
198
for (asp = Auths; asp; asp = asp->next) {
lib/libc/rpc/svc_auth.c
214
asp->next = Auths;
lib/libc/rpc/svc_auth.c
85
struct authsvc *next;
lib/libc/rpc/svc_generic.c
113
for (l = xprtlist; l; l = l->next) {
lib/libc/rpc/svc_generic.c
139
l->next = xprtlist;
lib/libc/rpc/svc_generic.c
97
struct xlist *next; /* Next item */
lib/libc/stdio/findfp.c
123
g->next = NULL;
lib/libc/stdio/findfp.c
168
for (g = &__sglue;; g = g->next) {
lib/libc/stdio/findfp.c
172
if (g->next == NULL && (g->next = moreglue(NDYNAMIC)) == NULL)
lib/libc/stdio/findfp.c
194
for (g = &__sglue; (n -= g->niobs) > 0 && g->next; g = g->next)
lib/libc/stdio/findfp.c
197
g->next = moreglue(n);
lib/libc/stdio/fwalk.c
61
for (g = &__sglue; g != NULL; g = g->next)
lib/libc/stdio/glue.h
42
struct glue *next;
lib/libc/stdlib/_env.c
210
env_node_t *node, *next;
lib/libc/stdlib/_env.c
222
for (node = RB_TREE_MIN(&env_tree); node != NULL; node = next) {
lib/libc/stdlib/_env.c
223
next = rb_tree_iterate(&env_tree, node, RB_DIR_RIGHT);
lib/libc/stdlib/malloc.c
1004
} else if (pf->next == NULL) {
lib/libc/stdlib/malloc.c
1006
px->next = NULL;
lib/libc/stdlib/malloc.c
1008
pf->next = px;
lib/libc/stdlib/malloc.c
1017
if (pf->next == NULL && /* If we're the last one, */
lib/libc/stdlib/malloc.c
1083
while (*mp && (*mp)->next && (*mp)->next->page < info->page)
lib/libc/stdlib/malloc.c
1084
mp = &(*mp)->next;
lib/libc/stdlib/malloc.c
1085
info->next = *mp;
lib/libc/stdlib/malloc.c
1095
mp = &((*mp)->next);
lib/libc/stdlib/malloc.c
1101
*mp = info->next;
lib/libc/stdlib/malloc.c
151
struct pginfo *next; /* next on the free list */
lib/libc/stdlib/malloc.c
165
struct pgfree *next; /* next run of free pages */
lib/libc/stdlib/malloc.c
589
for(pf = free_list.next; pf; pf = pf->next) {
lib/libc/stdlib/malloc.c
613
if (pf->next != NULL)
lib/libc/stdlib/malloc.c
614
pf->next->prev = pf->prev;
lib/libc/stdlib/malloc.c
615
pf->prev->next = pf->next;
lib/libc/stdlib/malloc.c
721
bp->next = page_dir[bits];
lib/libc/stdlib/malloc.c
774
page_dir[j] = bp->next;
lib/libc/stdlib/malloc.c
775
bp->next = NULL;
lib/libc/stdlib/malloc.c
961
if (free_list.next == NULL) {
lib/libc/stdlib/malloc.c
964
px->next = free_list.next;
lib/libc/stdlib/malloc.c
966
free_list.next = px;
lib/libc/stdlib/malloc.c
975
for(pf = free_list.next; pf->end < ptr && pf->next != NULL;
lib/libc/stdlib/malloc.c
976
pf = pf->next)
lib/libc/stdlib/malloc.c
981
px->next = pf;
lib/libc/stdlib/malloc.c
984
px->prev->next = px;
lib/libc/stdlib/malloc.c
991
if (pf->next != NULL && pf->end == pf->next->page ) {
lib/libc/stdlib/malloc.c
993
pt = pf->next;
lib/libc/stdlib/malloc.c
996
pf->next = pt->next;
lib/libc/stdlib/malloc.c
997
if (pf->next != NULL)
lib/libc/stdlib/malloc.c
998
pf->next->prev = pf;
lib/libc/stdlib/quick_exit.c
44
struct quick_exit_handler *next;
lib/libc/stdlib/quick_exit.c
73
h->next = handlers;
lib/libc/stdlib/quick_exit.c
90
for (h = handlers; NULL != h; h = h->next)
lib/libc/stdlib/rand.c
44
static u_long next = 1;
lib/libc/stdlib/rand.c
49
return (int)((next = next * 1103515245 + 12345) % ((u_long)RAND_MAX + 1));
lib/libc/stdlib/rand.c
55
next = seed;
lib/libc/yp/yp_match.c
146
for (ep = ypmc; ep; ep = ep->next) {
lib/libc/yp/yp_match.c
56
struct ypmatch_ent *next;
lib/libc/yp/yp_match.c
79
for (ep = ypmc; ep; ep = ep->next)
lib/libc/yp/yp_match.c
87
ep->next = ypmc;
lib/libcompat/4.3/ruserpass.c
128
next:
lib/libcompat/4.3/ruserpass.c
165
goto next;
lib/libcompat/regexp/regexp.c
1019
if (regmatch(next)) {
lib/libcompat/regexp/regexp.c
1034
if (OP(next) != BRANCH) /* No choice. */
lib/libcompat/regexp/regexp.c
1035
next = OPERAND(scan); /* Avoid recursion. */
lib/libcompat/regexp/regexp.c
1061
if (OP(next) == EXACTLY)
lib/libcompat/regexp/regexp.c
1062
nextch = *OPERAND(next);
lib/libcompat/regexp/regexp.c
1069
if (regmatch(next))
lib/libcompat/regexp/regexp.c
1084
scan = next;
lib/libcompat/regexp/regexp.c
1174
char *next;
lib/libcompat/regexp/regexp.c
1181
next = regnext(s);
lib/libcompat/regexp/regexp.c
1182
if (next == NULL) /* Next ptr. */
lib/libcompat/regexp/regexp.c
1185
printf("(%td)", (s-r->program)+(next-s));
lib/libcompat/regexp/regexp.c
420
char *next;
lib/libcompat/regexp/regexp.c
450
next = regnode(BRANCH); /* Either */
lib/libcompat/regexp/regexp.c
451
regtail(ret, next);
lib/libcompat/regexp/regexp.c
453
regtail(next, regnode(BRANCH)); /* or */
lib/libcompat/regexp/regexp.c
459
next = regnode(NOTHING); /* null. */
lib/libcompat/regexp/regexp.c
460
regtail(ret, next);
lib/libcompat/regexp/regexp.c
461
regoptail(ret, next);
lib/libcompat/regexp/regexp.c
904
char *next; /* Next node. */
lib/libcompat/regexp/regexp.c
916
next = regnext(scan);
lib/libcompat/regexp/regexp.c
992
if (regmatch(next)) {
lib/libcurses/PSD.doc/appen.C
71
The next example follows the lines of the previous one but extends then to
lib/libcurses/PSD.doc/life.c
157
for (hp = Head; hp; hp = hp->next)
lib/libcurses/PSD.doc/life.c
42
struct lst_st *next, *last; /* doubly linked */
lib/libcurses/add_wchstr.c
229
tnp = np->next;
lib/libcurses/add_wchstr.c
246
np->next = lp->nsp;
lib/libcurses/add_wchstr.c
258
tnp = np->next;
lib/libcurses/add_wchstr.c
280
np->next = lp->nsp;
lib/libcurses/addbytes.c
434
np->next = lp->nsp;
lib/libcurses/addbytes.c
571
np->next = lp->nsp;
lib/libcurses/background.c
202
np->next = NULL;
lib/libcurses/background.c
207
np = np->next;
lib/libcurses/background.c
216
np->next = NULL;
lib/libcurses/background.c
218
tnp->next = np;
lib/libcurses/background.c
224
np = np->next;
lib/libcurses/background.c
303
np = np->next;
lib/libcurses/border.c
315
tnp = np->next;
lib/libcurses/border.c
331
np->next = win->alines[i]->line[j].nsp;
lib/libcurses/border.c
360
tnp = np->next;
lib/libcurses/border.c
374
np->next = win->alines[i]->line[j].nsp;
lib/libcurses/border.c
423
tnp = np->next;
lib/libcurses/border.c
439
np->next = win->alines[0]->line[i + j].nsp;
lib/libcurses/border.c
466
tnp = np->next;
lib/libcurses/border.c
482
np->next = win->alines[endy]->line[i + j].nsp;
lib/libcurses/border.c
510
tnp = np->next;
lib/libcurses/border.c
527
np->next = win->alines[0]->line[i].nsp;
lib/libcurses/border.c
540
tnp = np->next;
lib/libcurses/border.c
555
np->next = win->alines[0]->line[i].nsp;
lib/libcurses/border.c
570
tnp = np->next;
lib/libcurses/border.c
586
np->next = win->alines[endy]->line[i].nsp;
lib/libcurses/border.c
599
tnp = np->next;
lib/libcurses/border.c
613
np->next = win->alines[endy]->line[i].nsp;
lib/libcurses/copywin.c
132
np = np->next;
lib/libcurses/cur_hash.c
81
for (np = cp->nsp; np != NULL; np = np->next)
lib/libcurses/curses.c
107
xnp = xnp->next;
lib/libcurses/curses.c
108
ynp = ynp->next;
lib/libcurses/curses.c
149
tnp = tnp->next;
lib/libcurses/curses.c
155
pnp->next = tnp;
lib/libcurses/curses.c
156
tnp->next = NULL;
lib/libcurses/curses.c
160
np = np->next;
lib/libcurses/curses.c
164
pnp->next = NULL;
lib/libcurses/curses.c
189
tnp = np->next;
lib/libcurses/curses_private.h
55
struct nschar_t *next; /* Next non-spacing character */
lib/libcurses/delch.c
127
tnp = np->next;
lib/libcurses/fileio.c
154
tnsp->next = NULL;
lib/libcurses/fileio.c
155
onsp->next = tnsp;
lib/libcurses/fileio.c
156
onsp = onsp->next;
lib/libcurses/get_wch.c
391
current = current->key[current->mapping[k]]->value.next;
lib/libcurses/getch.c
237
map->key[map->mapping[i]]->value.next);
lib/libcurses/getch.c
308
the_key->value.next = new_keymap();
lib/libcurses/getch.c
354
delete_key_sequence(key->value.next, key_type);
lib/libcurses/getch.c
356
if (key->value.next->count == 0)
lib/libcurses/getch.c
357
_cursesi_free_keymap(key->value.next);
lib/libcurses/getch.c
409
current = current->key[key_ent]->value.next;
lib/libcurses/getch.c
522
new_one[i].value.next = NULL;
lib/libcurses/getch.c
667
current = current->key[current->mapping[k]]->value.next;
lib/libcurses/getch.c
749
do_keyok(key->value.next, key_type, set, flag, retval);
lib/libcurses/in_wch.c
101
np = np-> next;
lib/libcurses/in_wchstr.c
154
np = np->next;
lib/libcurses/ins_wch.c
164
tnp = np->next;
lib/libcurses/ins_wch.c
194
np->next = start->nsp;
lib/libcurses/insstr.c
174
tnp = np->next;
lib/libcurses/keymap.h
68
keymap_t *next; /* next keymap is key is multi-key sequence */
lib/libcurses/refresh.c
2142
p = p->next;
lib/libedit/history.c
161
struct hentry_t *next; /* Next entry */
lib/libedit/history.c
253
h->cursor = h->list.next;
lib/libedit/history.c
298
if (h->cursor->next == &h->list) {
lib/libedit/history.c
303
h->cursor = h->cursor->next;
lib/libedit/history.c
370
for (h->cursor = h->list.next; h->cursor != &h->list;
lib/libedit/history.c
371
h->cursor = h->cursor->next)
lib/libedit/history.c
489
h->cursor = hp->next;
lib/libedit/history.c
491
hp->prev->next = hp->next;
lib/libedit/history.c
492
hp->next->prev = hp->prev;
lib/libedit/history.c
516
c->next = h->list.next;
lib/libedit/history.c
518
h->list.next->prev = c;
lib/libedit/history.c
519
h->list.next = c;
lib/libedit/history.c
539
if ((h->flags & H_UNIQUE) != 0 && h->list.next != &h->list &&
lib/libedit/history.c
540
Strcmp(h->list.next->ev.str, str) == 0)
lib/libedit/history.c
573
h->list.next = h->list.prev = &h->list;
lib/libedit/keymacro.c
288
if (ptr->next) {
lib/libedit/keymacro.c
292
return node_trav(el, ptr->next, ch, val);
lib/libedit/keymacro.c
333
if (ptr->next != NULL) {
lib/libedit/keymacro.c
334
node__put(el, ptr->next);
lib/libedit/keymacro.c
336
ptr->next = NULL;
lib/libedit/keymacro.c
364
if (ptr->next == NULL)
lib/libedit/keymacro.c
365
ptr->next = node__get(*str); /* setup new node */
lib/libedit/keymacro.c
366
(void) node__try(el, ptr->next, str, val, ntype);
lib/libedit/keymacro.c
403
} else if (ptr->next != NULL &&
lib/libedit/keymacro.c
404
node__delete(el, &ptr->next, str) == 1) {
lib/libedit/keymacro.c
405
if (ptr->next != NULL)
lib/libedit/keymacro.c
429
if (ptr->next != NULL) {
lib/libedit/keymacro.c
430
node__put(el, ptr->next);
lib/libedit/keymacro.c
431
ptr->next = NULL;
lib/libedit/keymacro.c
464
ptr->next = NULL;
lib/libedit/keymacro.c
475
node__free(k->next);
lib/libedit/keymacro.c
504
if (ptr->next != NULL)
lib/libedit/keymacro.c
506
return (node_lookup(el, str + 1, ptr->next,
lib/libedit/keymacro.c
560
if (ptr->next == NULL) {
lib/libedit/keymacro.c
566
(void) node_enum(el, ptr->next, cnt + (size_t)used);
lib/libedit/keymacro.c
81
struct keymacro_node_t *next; /* ptr to next char of this key */
lib/libexecinfo/builtin.c
50
struct frameinfo *next;
lib/libexecinfo/builtin.c
64
frame = frame->next;
lib/libform/field.c
499
for (linep = field->alines; linep; linep = linep->next) {
lib/libform/field.c
512
reformat[pos++] = linep->next ? '\n' : '\0';
lib/libform/field.c
806
new->alines->next = NULL;
lib/libform/field_types.c
202
fieldtype->link->next->refcount--;
lib/libform/field_types.c
269
new->link->next = type2;
lib/libform/field_types.c
64
_formi_create_field_args(type->link->next,
lib/libform/field_types.c
66
&type->link->next->link,
lib/libform/internals.c
1059
row = row->next;
lib/libform/internals.c
1157
if (row->next == NULL)
lib/libform/internals.c
1165
if (row->next == NULL) {
lib/libform/internals.c
1169
row = row->next;
lib/libform/internals.c
1185
if (row->next == NULL)
lib/libform/internals.c
1193
if (row->next == NULL) {
lib/libform/internals.c
1197
row = row->next;
lib/libform/internals.c
1289
if (row->next != NULL) {
lib/libform/internals.c
1291
row = row->next;
lib/libform/internals.c
1317
while ((count > 0) && (end_row->next != NULL))
lib/libform/internals.c
1320
end_row = end_row->next;
lib/libform/internals.c
1324
if ((count > 0) && (end_row->next == NULL))
lib/libform/internals.c
1334
while ((count > 0) && (end_row->next != NULL)) {
lib/libform/internals.c
1336
field->start_line = field->start_line->next;
lib/libform/internals.c
1337
end_row = end_row->next;
lib/libform/internals.c
145
rs = rs->next;
lib/libform/internals.c
1519
row = row->next, line++) {
lib/libform/internals.c
160
field->start_line = field->start_line->next;
lib/libform/internals.c
177
if ((line->prev == NULL) && (line->next == NULL))
lib/libform/internals.c
1792
if (row->next != NULL) {
lib/libform/internals.c
1794
temp = row->next;
lib/libform/internals.c
1796
next_temp = temp->next;
lib/libform/internals.c
182
field->alines = line->next;
lib/libform/internals.c
189
} else if (line->next == NULL) {
lib/libform/internals.c
191
line->prev->next = NULL;
lib/libform/internals.c
1921
field->start_line = field->start_line->next;
lib/libform/internals.c
197
saved->next->prev = saved->prev;
lib/libform/internals.c
198
saved->prev->next = saved->next;
lib/libform/internals.c
205
saved->next = field->free;
lib/libform/internals.c
208
if (saved->next != NULL)
lib/libform/internals.c
209
saved->next->prev = line;
lib/libform/internals.c
2124
if ((row->next == NULL) ||
lib/libform/internals.c
2130
cur->cur_line = cur->cur_line->next;
lib/libform/internals.c
2133
cur->start_line->next;
lib/libform/internals.c
2147
if ((row->next == NULL) ||
lib/libform/internals.c
2156
cur->cur_line = cur->cur_line->next;
lib/libform/internals.c
2160
cur->start_line->next;
lib/libform/internals.c
2250
if ((row->next == NULL) || (cur->cur_line->next == NULL))
lib/libform/internals.c
2253
cur->cur_line = cur->cur_line->next;
lib/libform/internals.c
2255
cur->start_line = cur->start_line->next;
lib/libform/internals.c
229
new->next = NULL;
lib/libform/internals.c
2421
while (cur->cur_line->next != NULL)
lib/libform/internals.c
2422
cur->cur_line = cur->cur_line->next;
lib/libform/internals.c
2465
if (row->next == NULL) {
lib/libform/internals.c
2498
if ((start >= row->length) && (row->next == NULL))
lib/libform/internals.c
2532
if (row->next != NULL) {
lib/libform/internals.c
2577
if (row->next != NULL) {
lib/libform/internals.c
2742
if (row->next == NULL) {
lib/libform/internals.c
2767
cur->start_line->next;
lib/libform/internals.c
2768
rs = rs->next;
lib/libform/internals.c
2803
if (row->next != NULL) {
lib/libform/internals.c
2833
row = cur->cur_line->next;
lib/libform/internals.c
2835
rs = row->next;
lib/libform/internals.c
2843
row = cur->alines->next;
lib/libform/internals.c
2848
rs = row->next;
lib/libform/internals.c
2964
_formi_do_char_validation(field, type->link->next, c, ret_val);
lib/libform/internals.c
3054
_formi_do_validation(field, type->link->next, ret_val);
lib/libform/internals.c
3570
line = line->next;
lib/libform/internals.c
488
temp = row->next;
lib/libform/internals.c
556
row = row->next;
lib/libform/internals.c
562
if ((temp->next = copy_row(row)) == NULL) {
lib/libform/internals.c
568
temp->next->prev = temp;
lib/libform/internals.c
569
temp = temp->next;
lib/libform/internals.c
576
row = row->next;
lib/libform/internals.c
584
if ((row->hard_ret == TRUE) && (row->next != NULL)) {
lib/libform/internals.c
590
row = row->next;
lib/libform/internals.c
594
if (row->next == NULL) {
lib/libform/internals.c
643
if ((row->next == NULL) && (pos == row->length - 1) &&
lib/libform/internals.c
664
row = row->next;
lib/libform/internals.c
678
saved_row->prev->next = row_backup;
lib/libform/internals.c
722
if ((row->next == NULL) || (row->hard_ret == TRUE)) {
lib/libform/internals.c
733
if (row->allocated < (row->length + row->next->length + 1)) {
lib/libform/internals.c
735
row->next->length
lib/libform/internals.c
739
row->allocated = row->length + row->next->length + 1;
lib/libform/internals.c
742
strcat(row->string, row->next->string);
lib/libform/internals.c
744
row->length += row->next->length;
lib/libform/internals.c
753
row->hard_ret = row->next->hard_ret;
lib/libform/internals.c
756
if (field->cur_line == row->next) {
lib/libform/internals.c
775
add_to_free(field, row->next);
lib/libform/internals.c
851
while (saved->next != NULL) {
lib/libform/internals.c
855
saved = saved->next;
lib/libform/internals.c
901
field->free = new_line->next;
lib/libform/internals.c
908
new_line->next = NULL;
lib/libform/internals.c
924
new_line->next = row->next;
lib/libform/internals.c
926
row->next = new_line;
lib/libform/internals.c
927
if (new_line->next != NULL)
lib/libform/internals.c
928
new_line->next->prev = new_line;
lib/libform/internals.c
975
if (field->start_line->next != NULL) {
lib/libform/internals.c
976
field->start_line = field->start_line->next;
lib/libform/internals.c
980
assert(field->start_line->next == NULL);
lib/libform/internals.h
58
FIELDTYPE *next;
lib/libform/internals.h
89
_FORMI_FIELD_LINES *next;
lib/libintl/gettext.c
974
for (db = __bindings; db; db = db->next)
lib/libintl/libintl_local.h
134
struct domainbinding *next;
lib/libintl/plural_parser.c
385
const struct parser_op2_transition *next;
lib/libintl/plural_parser.c
550
token = parse_op2(tcx, &pe0, tr->next);
lib/libintl/plural_parser.c
564
token = parse_op2(tcx, &pe1, tr->next);
lib/libintl/textdomain.c
133
for (p = __bindings; p; p = p->next)
lib/libintl/textdomain.c
142
p->next = __bindings;
lib/libisns/isns_pdu.c
1005
info_p->buf_p = info_p->buf_p->next;
lib/libisns/isns_pdu.c
1009
if ((info_p->buf_p == NULL) && (info_p->pdu_p->next != NULL)) {
lib/libisns/isns_pdu.c
1010
info_p->pdu_p = info_p->pdu_p->next;
lib/libisns/isns_pdu.c
1091
extra_buf_p->next = info_p->extra_buf_list;
lib/libisns/isns_pdu.c
1168
pdu_p->next = NULL;
lib/libisns/isns_pdu.c
1177
pdu_p->next = p;
lib/libisns/isns_pdu.c
1180
while (p_prev->next != p)
lib/libisns/isns_pdu.c
1181
p_prev = p_prev->next;
lib/libisns/isns_pdu.c
1182
p_prev->next = pdu_p;
lib/libisns/isns_pdu.c
1183
pdu_p->next = p;
lib/libisns/isns_pdu.c
1188
p = p->next;
lib/libisns/isns_pdu.c
1193
while (p->next != NULL)
lib/libisns/isns_pdu.c
1194
p = p->next;
lib/libisns/isns_pdu.c
1195
p->next = pdu_p;
lib/libisns/isns_pdu.c
1196
pdu_p->next = NULL;
lib/libisns/isns_pdu.c
1221
while (buf_p->next != NULL) buf_p = buf_p->next;
lib/libisns/isns_pdu.c
1238
while ((buf_p->next != NULL) && (buf_p->cur_len == buf_p->alloc_len)) {
lib/libisns/isns_pdu.c
1239
buf_p = buf_p->next;
lib/libisns/isns_pdu.c
1303
buf_p = buf_p->next;
lib/libisns/isns_pdu.c
132
list_p = list_p->next;
lib/libisns/isns_pdu.c
1329
buf_p = buf_p->next;
lib/libisns/isns_pdu.c
183
list_p->next = NULL;
lib/libisns/isns_pdu.c
185
list_p->next = G_buffer_pool.list_p;
lib/libisns/isns_pdu.c
189
while (p->next != NULL) {
lib/libisns/isns_pdu.c
190
p_next = p->next;
lib/libisns/isns_pdu.c
192
p->next = list_p;
lib/libisns/isns_pdu.c
193
list_p->next = p_next;
lib/libisns/isns_pdu.c
196
p = p->next;
lib/libisns/isns_pdu.c
198
if (p->next == NULL) {
lib/libisns/isns_pdu.c
199
p->next = list_p;
lib/libisns/isns_pdu.c
200
list_p->next = NULL;
lib/libisns/isns_pdu.c
211
buf_p->next = list_p->head;
lib/libisns/isns_pdu.c
245
list_p->head = buf_p->next;
lib/libisns/isns_pdu.c
258
G_buffer_pool.list_p = list_p->next;
lib/libisns/isns_pdu.c
296
list_p->head = buf_p->next;
lib/libisns/isns_pdu.c
301
list_p = list_p->next;
lib/libisns/isns_pdu.c
340
buf_p->next = list_p->head;
lib/libisns/isns_pdu.c
451
trans_p->pdu_req_list = pdu_p->next;
lib/libisns/isns_pdu.c
457
trans_p->pdu_rsp_list = pdu_p->next;
lib/libisns/isns_pdu.c
465
buf_p = buf_p->next;
lib/libisns/isns_pdu.c
514
while (pdu_p->next != NULL) {
lib/libisns/isns_pdu.c
515
pdu_p->next->hdr.seq_id = pdu_p->hdr.seq_id + 1;
lib/libisns/isns_pdu.c
516
pdu_p = pdu_p->next;
lib/libisns/isns_pdu.c
762
while (pdu_p->next != NULL)
lib/libisns/isns_pdu.c
763
pdu_p = pdu_p->next;
lib/libisns/isns_pdu.c
80
struct isns_buffer_list_s *next;
lib/libisns/isns_pdu.c
810
buf_p = buf_p->next;
lib/libisns/isns_pdu.c
901
pdu_p->next = NULL;
lib/libisns/isns_pdu.c
965
if (buf_p->next != NULL)
lib/libisns/isns_pdu.c
966
buf_p = buf_p->next;
lib/libisns/isns_pdu.c
971
buf_p->next = new_buf_p;
lib/libisns/isns_pdu.h
187
struct isns_pdu_s *next;
lib/libisns/isns_pdu.h
200
(((_pdu) == NULL) ? NULL : ((struct isns_pdu_s *)(_pdu))->next)
lib/libisns/isns_pdu.h
77
((struct isns_buffer_s *)(_bufp))->next = NULL; \
lib/libisns/isns_pdu.h
89
struct isns_buffer_s *next;
lib/libisns/isns_task.c
240
buf_p = buf_p->next;
lib/libisns/isns_task.c
277
buf_p = buf_p->next;
lib/libisns/isns_task.c
305
pdu_p = pdu_p->next;
lib/libisns/isns_thread.c
194
while (pdu_p->next != NULL) {
lib/libisns/isns_thread.c
196
pdu_p = pdu_p->next;
lib/libisns/isns_thread.c
220
curpdu_p = curpdu_p->next;
lib/libisns/isns_thread.c
345
curbuf_p->next = newbuf_p;
lib/libisns/isns_thread.c
348
curbuf_p->next = NULL;
lib/libisns/isns_thread.c
377
curbuf_p = curbuf_p->next;
lib/libisns/isns_thread.c
386
while (curbuf_p->next != NULL) {
lib/libisns/isns_thread.c
393
curbuf_p = curbuf_p->next;
lib/libisns/isns_thread.c
414
curbuf_p = curbuf_p->next;
lib/libisns/isns_thread.c
427
curbuf_p = curbuf_p->next;
lib/libisns/isns_util.c
275
pdu_p = pdu_p->next;
lib/libkvm/kvm_proc.c
211
addr = (u_long)vme.next;
lib/libpam/modules/pam_guest/pam_guest.c
57
const char *next;
lib/libpam/modules/pam_guest/pam_guest.c
64
if ((next = strchr(list, ',')) == NULL)
lib/libpam/modules/pam_guest/pam_guest.c
65
next = strchr(list, '\0');
lib/libpam/modules/pam_guest/pam_guest.c
66
if (next - list == (ptrdiff_t)len &&
lib/libpam/modules/pam_guest/pam_guest.c
69
list = next;
lib/libpthread/pthread_cond.c
128
struct pthread__waiter waiter, *next, *head;
lib/libpthread/pthread_cond.c
154
for (head = cond->ptc_waiters;; head = next) {
lib/libpthread/pthread_cond.c
158
next = cond->ptc_waiters;
lib/libpthread/pthread_cond.c
162
waiter.next = head;
lib/libpthread/pthread_cond.c
166
next = atomic_cas_ptr(&cond->ptc_waiters, head, &waiter);
lib/libpthread/pthread_cond.c
167
if (__predict_true(next == head)) {
lib/libpthread/pthread_cond.c
239
struct pthread__waiter *head, *next;
lib/libpthread/pthread_cond.c
252
for (head = cond->ptc_waiters;; head = next) {
lib/libpthread/pthread_cond.c
256
next = cond->ptc_waiters;
lib/libpthread/pthread_cond.c
263
next = atomic_cas_ptr(&cond->ptc_waiters, head,
lib/libpthread/pthread_cond.c
265
if (__predict_true(next == head)) {
lib/libpthread/pthread_cond.c
272
cond->ptc_waiters = head->next;
lib/libpthread/pthread_cond.c
274
head->next = NULL;
lib/libpthread/pthread_cond.c
284
struct pthread__waiter *head, *next;
lib/libpthread/pthread_cond.c
300
for (head = cond->ptc_waiters;; head = next) {
lib/libpthread/pthread_cond.c
304
next = cond->ptc_waiters;
lib/libpthread/pthread_cond.c
310
next = atomic_cas_ptr(&cond->ptc_waiters, head, NULL);
lib/libpthread/pthread_cond.c
311
if (__predict_true(next == head)) {
lib/libpthread/pthread_int.h
185
struct pthread__waiter *volatile next;
lib/libpthread/pthread_mutex.c
272
void *newval, *owner, *next;
lib/libpthread/pthread_mutex.c
307
next = atomic_cas_ptr(&ptm->ptm_owner, owner, newval);
lib/libpthread/pthread_mutex.c
308
if (__predict_false(next != owner)) {
lib/libpthread/pthread_mutex.c
309
owner = next;
lib/libpthread/pthread_mutex.c
330
waiter.next = ptm->ptm_waiters;
lib/libpthread/pthread_mutex.c
335
next = atomic_cas_ptr(&ptm->ptm_waiters, waiter.next, &waiter);
lib/libpthread/pthread_mutex.c
336
if (next != waiter.next) {
lib/libpthread/pthread_mutex.c
394
void *val, *new, *next;
lib/libpthread/pthread_mutex.c
414
next = atomic_cas_ptr(&ptm->ptm_owner, val, new);
lib/libpthread/pthread_mutex.c
415
if (__predict_true(next == val)) {
lib/libpthread/pthread_mutex.c
516
struct pthread__waiter *next;
lib/libpthread/pthread_mutex.c
525
for (nlid = 0; cur != NULL; cur = next) {
lib/libpthread/pthread_mutex.c
530
next = cur->next;
lib/libpthread/pthread_mutex.c
713
for (tail = head; tail->next != NULL; tail = tail->next) {
lib/libpthread/pthread_mutex.c
719
tail->next = o;
lib/libpthread/pthread_rwlock.c
160
uintptr_t owner, next;
lib/libpthread/pthread_rwlock.c
168
for (owner = (uintptr_t)ptr->ptr_owner;; owner = next) {
lib/libpthread/pthread_rwlock.c
174
next = rw_cas(ptr, owner, owner + RW_READ_INCR);
lib/libpthread/pthread_rwlock.c
175
if (owner == next) {
lib/libpthread/pthread_rwlock.c
199
next = owner;
lib/libpthread/pthread_rwlock.c
214
next = rw_cas(ptr, owner, owner | RW_HAS_WAITERS);
lib/libpthread/pthread_rwlock.c
215
if (owner != next) {
lib/libpthread/pthread_rwlock.c
249
uintptr_t owner, next;
lib/libpthread/pthread_rwlock.c
262
for (owner = (uintptr_t)ptr->ptr_owner;; owner = next) {
lib/libpthread/pthread_rwlock.c
265
next = rw_cas(ptr, owner, owner + RW_READ_INCR);
lib/libpthread/pthread_rwlock.c
266
if (owner == next) {
lib/libpthread/pthread_rwlock.c
279
uintptr_t owner, next;
lib/libpthread/pthread_rwlock.c
290
for (owner = (uintptr_t)ptr->ptr_owner;; owner = next) {
lib/libpthread/pthread_rwlock.c
296
next = rw_cas(ptr, owner,
lib/libpthread/pthread_rwlock.c
298
if (owner == next) {
lib/libpthread/pthread_rwlock.c
321
next = owner;
lib/libpthread/pthread_rwlock.c
336
next = rw_cas(ptr, owner,
lib/libpthread/pthread_rwlock.c
338
if (owner != next) {
lib/libpthread/pthread_rwlock.c
370
uintptr_t owner, next;
lib/libpthread/pthread_rwlock.c
382
for (owner = (uintptr_t)ptr->ptr_owner;; owner = next) {
lib/libpthread/pthread_rwlock.c
385
next = rw_cas(ptr, owner, (uintptr_t)self | RW_WRITE_LOCKED);
lib/libpthread/pthread_rwlock.c
386
if (owner == next) {
lib/libpthread/pthread_rwlock.c
446
uintptr_t owner, decr, new, next;
lib/libpthread/pthread_rwlock.c
479
for (;; owner = next) {
lib/libpthread/pthread_rwlock.c
487
next = rw_cas(ptr, owner, new);
lib/libpthread/pthread_rwlock.c
488
if (owner == next) {
lib/libpthread/pthread_rwlock.c
505
next = owner;
lib/libpthread/pthread_rwlock.c
578
uintptr_t owner, set, newval, next;
lib/libpthread/pthread_rwlock.c
602
for (;; owner = next) {
lib/libpthread/pthread_rwlock.c
604
next = rw_cas(ptr, owner, newval);
lib/libpthread/pthread_rwlock.c
605
if (owner == next)
lib/librefuse/refuse_signals.c
203
for (elem = fuse_head; elem != NULL; elem = elem->next)
lib/librefuse/refuse_signals.c
257
for (elem = fuse_head; elem != NULL; elem = elem->next) {
lib/librefuse/refuse_signals.c
268
elem->next = fuse_head;
lib/librefuse/refuse_signals.c
301
prev = elem, elem = elem->next) {
lib/librefuse/refuse_signals.c
305
prev->next = elem->next;
lib/librefuse/refuse_signals.c
307
fuse_head = elem->next;
lib/librefuse/refuse_signals.c
88
struct refuse_obj_elem* next;
lib/libresolv/res_mkupdate.c
1027
slp->next = protolist;
lib/libresolv/res_mkupdate.c
1041
plp_next = plp->next;
lib/libresolv/res_mkupdate.c
1053
for (; lp != NULL; lp = lp->next)
lib/libresolv/res_mkupdate.c
1056
lp->prev->next = lp->next;
lib/libresolv/res_mkupdate.c
1057
if (lp->next)
lib/libresolv/res_mkupdate.c
1058
lp->next->prev = lp->prev;
lib/libresolv/res_mkupdate.c
1060
lp->next = *list;
lib/libresolv/res_mkupdate.c
1097
for (; lp != NULL; lp = lp->next) {
lib/libresolv/res_mkupdate.c
1102
lp->prev->next = lp->next;
lib/libresolv/res_mkupdate.c
1103
if (lp->next)
lib/libresolv/res_mkupdate.c
1104
lp->next->prev = lp->prev;
lib/libresolv/res_mkupdate.c
1106
lp->next = *list;
lib/libresolv/res_mkupdate.c
1124
for (; lp != NULL; lp = lp->next)
lib/libresolv/res_mkupdate.c
1127
lp->prev->next = lp->next;
lib/libresolv/res_mkupdate.c
1128
if (lp->next)
lib/libresolv/res_mkupdate.c
1129
lp->next->prev = lp->prev;
lib/libresolv/res_mkupdate.c
1131
lp->next = *list;
lib/libresolv/res_mkupdate.c
954
struct valuelist * next;
lib/libresolv/res_mkupdate.c
985
slp->next = servicelist;
lib/libresolv/res_mkupdate.c
999
slp_next = slp->next;
lib/librumpuser/rumpfiber.c
141
struct thread *prev, *next, *thread, *tmp;
lib/librumpuser/rumpfiber.c
150
next = NULL;
lib/librumpuser/rumpfiber.c
160
next = thread;
lib/librumpuser/rumpfiber.c
167
if (next)
lib/librumpuser/rumpfiber.c
178
if (prev != next)
lib/librumpuser/rumpfiber.c
179
switch_threads(prev, next);
lib/librumpuser/rumpfiber.c
244
switch_threads(struct thread *prev, struct thread *next)
lib/librumpuser/rumpfiber.c
248
current_thread = next;
lib/librumpuser/rumpfiber.c
250
scheduler_hook(prev->cookie, next->cookie);
lib/librumpuser/rumpfiber.c
251
ret = swapcontext(&prev->ctx, &next->ctx);
lib/librumpuser/rumpfiber.c
96
static void switch_threads(struct thread *prev, struct thread *next);
lib/libusbhid/parse.c
118
while (s->cur.next) {
lib/libusbhid/parse.c
119
hid_item_t *hi = s->cur.next->next;
lib/libusbhid/parse.c
120
free(s->cur.next);
lib/libusbhid/parse.c
121
s->cur.next = hi;
lib/libusbhid/parse.c
196
h->next = 0;
lib/libusbhid/parse.c
286
h->next = 0;
lib/libusbhid/parse.c
374
c->next = hi;
lib/libusbhid/parse.c
377
hi = c->next;
lib/libusbhid/usbhid.h
79
struct hid_item *next;
libexec/comsat/comsat.c
214
for (ep = utmp; ep != NULL; ep = ep->next)
libexec/ftpd/conf.c
320
conv = conv->next) {
libexec/ftpd/conf.c
331
conv->next = NULL;
libexec/ftpd/conf.c
333
cnext != NULL; cnext = cnext->next)
libexec/ftpd/conf.c
334
if (cnext->next == NULL)
libexec/ftpd/conf.c
337
cnext->next = conv;
libexec/ftpd/conf.c
821
for (cp = curclass.conversions; cp != NULL; cp = cp->next) {
libexec/ftpd/conf.c
89
cnext = conv->next;
libexec/ftpd/extern.h
235
struct ftpconv *next;
libexec/ftpd/ftpd.c
2825
for (cp = curclass.conversions; cp != NULL; cp=cp->next) {
libexec/httpd/netbsd_queue.h
71
#define SIMPLEQ_FOREACH_SAFE(var, head, field, next) \
libexec/httpd/netbsd_queue.h
73
(var) && ((next = ((var)->field.sqe_next)), 1); \
libexec/httpd/netbsd_queue.h
74
(var) = (next))
libexec/ld.elf_so/arch/arm/find_exidx.c
52
for (obj = _rtld_objlist; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/headers.c
272
nep->next = NULL;
libexec/ld.elf_so/headers.c
275
needed_tail = &nep->next;
libexec/ld.elf_so/load.c
127
for (obj = _rtld_objlist->next; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/load.c
154
for (obj = _rtld_objlist->next; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/load.c
195
_rtld_objtail = &obj->next;
libexec/ld.elf_so/load.c
258
for (o = _rtld_objlist->next; o != NULL; o = o->next) {
libexec/ld.elf_so/load.c
269
for (; x; x = x->next) {
libexec/ld.elf_so/load.c
327
ne->next = (*needed)->next;
libexec/ld.elf_so/load.c
328
(*needed)->next = ne;
libexec/ld.elf_so/load.c
357
for (obj = first; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/load.c
375
needed = needed->next) {
libexec/ld.elf_so/map_object.c
508
obj->needed = needed->next;
libexec/ld.elf_so/paths.c
325
hwptr->next = *lib_p;
libexec/ld.elf_so/reloc.c
268
for (obj = first; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/reloc.c
96
for (srcobj = dstobj->next; srcobj != NULL; srcobj = srcobj->next) {
libexec/ld.elf_so/rtld.c
1089
_rtld_objtail = &_rtld_objmain->next;
libexec/ld.elf_so/rtld.c
1116
for (obj = _rtld_objlist; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/rtld.c
1126
for (obj = _rtld_objlist; obj != NULL; obj = obj->next)
libexec/ld.elf_so/rtld.c
1234
for (obj = _rtld_objlist; obj != NULL; obj = obj->next)
libexec/ld.elf_so/rtld.c
1271
for (elm = obj->needed; elm != NULL; elm = elm->next) {
libexec/ld.elf_so/rtld.c
1295
for (obj = _rtld_objlist->next; obj; obj = obj->next) {
libexec/ld.elf_so/rtld.c
1299
for (obj = _rtld_objlist->next; obj; obj = obj->next) {
libexec/ld.elf_so/rtld.c
1324
for (needed = obj->needed; needed != NULL; needed = needed->next)
libexec/ld.elf_so/rtld.c
1402
linkp = &_rtld_objlist->next;
libexec/ld.elf_so/rtld.c
1416
*linkp = obj->next;
libexec/ld.elf_so/rtld.c
1421
linkp = &obj->next;
libexec/ld.elf_so/rtld.c
1441
needed = needed->next) {
libexec/ld.elf_so/rtld.c
1462
needed = needed->next) {
libexec/ld.elf_so/rtld.c
1677
obj = obj->next;
libexec/ld.elf_so/rtld.c
1681
for (; obj; obj = obj->next) {
libexec/ld.elf_so/rtld.c
1731
fake.next = NULL;
libexec/ld.elf_so/rtld.c
1974
for (obj = _rtld_objlist; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/rtld.c
2131
for (obj = _rtld_objlist; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/rtld.c
222
lwpid_t next;
libexec/ld.elf_so/rtld.c
242
next = obj->neededwaiter;
libexec/ld.elf_so/rtld.c
258
if (next)
libexec/ld.elf_so/rtld.c
259
_lwp_unpark(next, &obj->neededrefcount);
libexec/ld.elf_so/rtld.c
296
lwpid_t next;
libexec/ld.elf_so/rtld.c
313
next = obj->initfinilockwaiter;
libexec/ld.elf_so/rtld.c
330
if (next)
libexec/ld.elf_so/rtld.c
331
_lwp_unpark(next, &obj->initfinilock);
libexec/ld.elf_so/rtld.c
419
lwpid_t next;
libexec/ld.elf_so/rtld.c
442
next = obj->finiwaiter;
libexec/ld.elf_so/rtld.c
458
if (next)
libexec/ld.elf_so/rtld.c
459
_lwp_unpark(next, &obj->refcount);
libexec/ld.elf_so/rtld.h
107
struct Struct_Needed_Entry *next;
libexec/ld.elf_so/rtld.h
132
struct _rtld_library_xform_t *next;
libexec/ld.elf_so/rtld.h
151
struct Struct_Obj_Entry *next;
libexec/ld.elf_so/symbol.c
133
for (n = needed; n != NULL; n = n->next) {
libexec/ld.elf_so/symbol.c
152
for (n = needed; n != NULL; n = n->next) {
libexec/ld.elf_so/symver.c
111
for (needed = obj->needed; needed != NULL; needed = needed->next) {
libexec/ld.elf_so/tls.c
318
for (obj = _rtld_objlist; obj != NULL; obj = obj->next) {
libexec/ld.elf_so/tls.c
422
for (obj = _rtld_objlist; obj != NULL; obj = obj->next) {
libexec/makewhatis/makewhatis.c
921
char *next;
libexec/makewhatis/makewhatis.c
925
if ((next = findwhitespace(ptr)) != NULL)
libexec/makewhatis/makewhatis.c
926
*next = '\0';
libexec/rpc.rusersd/rusers_proc.c
205
for (nu = 0, e = ue; e != NULL && nu < (size_t)nusers; e = e->next) {
libexec/rpc.rusersd/rusers_proc.c
252
for (nu = 0, e = ue; e != NULL && nu < (size_t)nusers; e = e->next) {
libexec/talkd/process.c
200
for (; ep; ep = ep->next) {
libexec/talkd/table.c
132
for (ptr = table; ptr != NIL; ptr = ptr->next) {
libexec/talkd/table.c
173
ptr->next = table;
libexec/talkd/table.c
174
if (ptr->next != NIL)
libexec/talkd/table.c
175
ptr->next->last = ptr;
libexec/talkd/table.c
205
for (ptr = table; ptr != NIL; ptr = ptr->next) {
libexec/talkd/table.c
228
table = ptr->next;
libexec/talkd/table.c
230
ptr->last->next = ptr->next;
libexec/talkd/table.c
231
if (ptr->next != NIL)
libexec/talkd/table.c
232
ptr->next->last = ptr->last;
libexec/talkd/table.c
73
TABLE_ENTRY *next;
libexec/talkd/table.c
95
for (ptr = table; ptr != NIL; ptr = ptr->next) {
libexec/telnetd/utility.c
201
char *thisitem, *next;
libexec/telnetd/utility.c
212
while ((next = nextitem(thisitem, nbackp)) != NULL && (next <= nbackp)) {
libexec/telnetd/utility.c
213
thisitem = next;
libexec/telnetd/utility.c
228
next = thisitem;
libexec/telnetd/utility.c
230
next = nextitem(next, nfrontp);
libexec/telnetd/utility.c
231
} while ((next != NULL) && wewant(next) && (nfrontp > next));
libexec/telnetd/utility.c
232
if (next == NULL) {
libexec/telnetd/utility.c
233
next = nfrontp;
libexec/telnetd/utility.c
235
length = next-thisitem;
libexec/telnetd/utility.c
238
thisitem = next;
sbin/cgdconfig/cgdconfig.c
1342
for (kg = p->keygen; kg && !ret; kg = kg->next) {
sbin/cgdconfig/cgdconfig.c
1469
for (kg=p->keygen; kg; kg=kg->next)
sbin/cgdconfig/cgdconfig.c
1475
for (kg=oldp->keygen; kg; kg=kg->next)
sbin/cgdconfig/cgdconfig.c
453
for (; kg; kg=kg->next) {
sbin/cgdconfig/cgdconfig.c
824
kg = kg->next)
sbin/cgdconfig/params.c
1041
return keygen_fput(kg->next, ts, f);
sbin/cgdconfig/params.c
339
kg->next = NULL;
sbin/cgdconfig/params.c
354
keygen_free(kg->next);
sbin/cgdconfig/params.c
464
return keygen_verify(kg->next);
sbin/cgdconfig/params.c
529
return keygen_filldefaults(kg->next, keylen);
sbin/cgdconfig/params.c
546
*kgp = kg->next;
sbin/cgdconfig/params.c
547
kg->next = to_free;
sbin/cgdconfig/params.c
550
kgp = &kg->next;
sbin/cgdconfig/params.c
561
for (kg = kg0; kg != NULL; kg = kg->next) {
sbin/cgdconfig/params.c
585
for (kg = kg0; kg != NULL; kg = kg->next) {
sbin/cgdconfig/params.c
615
for (kg = kg0; kg != NULL; kg = kg->next) {
sbin/cgdconfig/params.c
639
for (kg = kg0; kg != NULL; kg = kg->next) {
sbin/cgdconfig/params.c
785
for (;t->next; t = t->next)
sbin/cgdconfig/params.c
787
t->next = e;
sbin/cgdconfig/params.c
854
p->dep_keygen->next = p->keygen;
sbin/cgdconfig/params.c
859
p->keygen->next = p->dep_keygen;
sbin/cgdconfig/params.h
50
struct keygen *next;
sbin/disklabel/main.c
1744
goto next;
sbin/disklabel/main.c
2018
next:
sbin/efi/devpath.c
102
next = SIMPLEQ_NEXT(blk, entry);
sbin/efi/devpath.c
106
if (next->path.cp != NULL && *next->path.cp != '\0')
sbin/efi/devpath.c
113
SIMPLEQ_FOREACH_SAFE(blk, head, entry, next) {
sbin/efi/devpath.c
87
devpath_blk_t *blk, *next;
sbin/efi/devpath.c
91
SIMPLEQ_FOREACH_SAFE(blk, head, entry, next) {
sbin/efi/devpath.c
93
if (next == NULL) {
sbin/fsck_ext2fs/fsck.h
159
struct dups *next;
sbin/fsck_ext2fs/fsck.h
169
struct zlncnt *next;
sbin/fsck_ext2fs/main.c
324
for (dp = duplist; dp; dp = dp->next)
sbin/fsck_ext2fs/main.c
330
for (zlnp = zlnhead; zlnp; zlnp = zlnp->next)
sbin/fsck_ext2fs/pass1.c
287
zlnp->next = zlnhead;
sbin/fsck_ext2fs/pass1.c
378
new->next = 0;
sbin/fsck_ext2fs/pass1.c
380
new->next = muldup->next;
sbin/fsck_ext2fs/pass1.c
381
muldup->next = new;
sbin/fsck_ext2fs/pass1.c
383
for (dlp = duplist; dlp != muldup; dlp = dlp->next)
sbin/fsck_ext2fs/pass1b.c
116
for (dlp = duphead; dlp; dlp = dlp->next) {
sbin/fsck_ext2fs/pass1b.c
121
duphead = duphead->next;
sbin/fsck_ext2fs/pass1b.c
126
if (muldup == 0 || duphead == muldup->next)
sbin/fsck_ext2fs/pass4.c
100
for (zlnp = zlnhead; zlnp; zlnp = zlnp->next)
sbin/fsck_ext2fs/pass4.c
104
zlnhead = zlnhead->next;
sbin/fsck_ext2fs/pass4.c
148
for (dlp = duplist; dlp; dlp = dlp->next) {
sbin/fsck_ext2fs/pass4.c
153
duplist = duplist->next;
sbin/fsck_ffs/fsck.h
227
struct dups *next;
sbin/fsck_ffs/fsck.h
237
struct zlncnt *next;
sbin/fsck_ffs/main.c
329
goto next;
sbin/fsck_ffs/main.c
340
next:
sbin/fsck_ffs/main.c
517
for (dp = duplist; dp; dp = dp->next)
sbin/fsck_ffs/main.c
523
for (zlnp = zlnhead; zlnp; zlnp = zlnp->next)
sbin/fsck_ffs/pass1.c
393
zlnp->next = zlnhead;
sbin/fsck_ffs/pass1.c
562
new->next = 0;
sbin/fsck_ffs/pass1.c
564
new->next = muldup->next;
sbin/fsck_ffs/pass1.c
565
muldup->next = new;
sbin/fsck_ffs/pass1.c
567
for (dlp = duplist; dlp != muldup; dlp = dlp->next)
sbin/fsck_ffs/pass1b.c
109
for (dlp = duphead; dlp; dlp = dlp->next) {
sbin/fsck_ffs/pass1b.c
114
duphead = duphead->next;
sbin/fsck_ffs/pass1b.c
119
if (muldup == 0 || duphead == muldup->next)
sbin/fsck_ffs/pass4.c
118
for (zlnp = zlnhead; zlnp; zlnp = zlnp->next)
sbin/fsck_ffs/pass4.c
122
zlnhead = zlnhead->next;
sbin/fsck_ffs/pass4.c
181
for (dlp = duplist; dlp; dlp = dlp->next) {
sbin/fsck_ffs/pass4.c
186
duplist = duplist->next;
sbin/fsck_lfs/fsck.h
132
struct dups *next;
sbin/fsck_lfs/fsck.h
139
struct zlncnt *next;
sbin/fsck_lfs/main.c
284
for (dp = duplist; dp; dp = dp->next)
sbin/fsck_lfs/main.c
290
for (zlnp = zlnhead; zlnp; zlnp = zlnp->next)
sbin/fsck_lfs/pass1.c
290
zlnp->next = zlnhead;
sbin/fsck_lfs/pass1.c
314
zlnp->next = orphead;
sbin/fsck_lfs/pass1.c
402
new->next = 0;
sbin/fsck_lfs/pass1.c
404
new->next = muldup->next;
sbin/fsck_lfs/pass1.c
405
muldup->next = new;
sbin/fsck_lfs/pass1.c
407
for (dlp = duplist; dlp != muldup; dlp = dlp->next)
sbin/fsck_lfs/pass4.c
103
zlnhead = zlnhead->next;
sbin/fsck_lfs/pass4.c
159
for (dlp = duplist; dlp; dlp = dlp->next) {
sbin/fsck_lfs/pass4.c
164
duplist = duplist->next;
sbin/fsck_lfs/pass4.c
62
for (zlnp = orphead; zlnp; zlnp = zlnp->next) {
sbin/fsck_lfs/pass4.c
67
orphead = orphead->next;
sbin/fsck_lfs/pass4.c
99
for (zlnp = zlnhead; zlnp; zlnp = zlnp->next)
sbin/fsck_msdos/dir.c
118
freede = de->next;
sbin/fsck_msdos/dir.c
125
de->next = freede;
sbin/fsck_msdos/dir.c
143
freedt = dt->next;
sbin/fsck_msdos/dir.c
150
dt->next = freedt;
sbin/fsck_msdos/dir.c
253
cl = fat[boot->RootCl].next;
sbin/fsck_msdos/dir.c
267
fat[boot->RootCl].next = CLUST_FREE;
sbin/fsck_msdos/dir.c
290
np = p->next;
sbin/fsck_msdos/dir.c
299
if (!(nd = d->next))
sbin/fsck_msdos/dir.c
347
startcl = fat[startcl].next;
sbin/fsck_msdos/dir.c
427
cl = fat[cl].next;
sbin/fsck_msdos/dir.c
428
clearchain(boot, fat, fat[cl].next);
sbin/fsck_msdos/dir.c
429
fat[cl].next = CLUST_EOF;
sbin/fsck_msdos/dir.c
670
dirent.next = dir->child;
sbin/fsck_msdos/dir.c
712
|| fat[dirent.head].next == CLUST_FREE
sbin/fsck_msdos/dir.c
713
|| (fat[dirent.head].next >= CLUST_RSRVD
sbin/fsck_msdos/dir.c
714
&& fat[dirent.head].next < CLUST_EOFS)
sbin/fsck_msdos/dir.c
724
else if (fat[dirent.head].next == CLUST_FREE)
sbin/fsck_msdos/dir.c
727
else if (fat[dirent.head].next >= CLUST_RSRVD)
sbin/fsck_msdos/dir.c
730
rsrvdcltype(fat[dirent.head].next));
sbin/fsck_msdos/dir.c
842
n->next = pendingDirectories;
sbin/fsck_msdos/dir.c
865
} while ((cl = fat[cl].next) >= CLUST_FIRST && cl < boot->NumClusters);
sbin/fsck_msdos/dir.c
901
struct dirTodoNode *n = pendingDirectories->next;
sbin/fsck_msdos/dir.c
939
for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
sbin/fsck_msdos/dir.c
965
lfcl = p ? fat[lfcl].next : lostDir->head;
sbin/fsck_msdos/dosfs.h
116
*next, /* next brother */
sbin/fsck_msdos/dosfs.h
134
struct dirTodoNode *next;
sbin/fsck_msdos/dosfs.h
83
cl_t next; /* pointer to next cluster */
sbin/fsck_msdos/fat.c
203
fat[cl].next = p[0] + (p[1] << 8)
sbin/fsck_msdos/fat.c
205
fat[cl].next &= boot->ClustMask;
sbin/fsck_msdos/fat.c
206
ret |= checkclnum(boot, no, cl, &fat[cl].next);
sbin/fsck_msdos/fat.c
211
fat[cl].next = p[0] + (p[1] << 8);
sbin/fsck_msdos/fat.c
212
ret |= checkclnum(boot, no, cl, &fat[cl].next);
sbin/fsck_msdos/fat.c
217
fat[cl].next = (p[0] + (p[1] << 8)) & 0x0fff;
sbin/fsck_msdos/fat.c
218
ret |= checkclnum(boot, no, cl, &fat[cl].next);
sbin/fsck_msdos/fat.c
222
fat[cl].next = ((p[1] >> 4) + (p[2] << 4)) & 0x0fff;
sbin/fsck_msdos/fat.c
223
ret |= checkclnum(boot, no, cl, &fat[cl].next);
sbin/fsck_msdos/fat.c
332
if (first[cl].next != second[cl].next)
sbin/fsck_msdos/fat.c
333
ret |= clustdiffer(cl, &first[cl].next, &second[cl].next, fatnum);
sbin/fsck_msdos/fat.c
345
q = fat[p].next;
sbin/fsck_msdos/fat.c
346
fat[p].next = fat[p].head = CLUST_FREE;
sbin/fsck_msdos/fat.c
363
p = fat[p].next, len++)
sbin/fsck_msdos/fat.c
389
|| fat[head].next == CLUST_FREE
sbin/fsck_msdos/fat.c
390
|| fat[head].next == CLUST_BAD)
sbin/fsck_msdos/fat.c
397
p = fat[p].next) {
sbin/fsck_msdos/fat.c
403
fat[head].length = fat[head].next == CLUST_FREE ? 0 : len;
sbin/fsck_msdos/fat.c
418
(n = fat[p].next) >= CLUST_FIRST && n < boot->NumClusters;
sbin/fsck_msdos/fat.c
429
ret |= tryclear(boot, fat, head, &fat[p].next);
sbin/fsck_msdos/fat.c
445
conf = tryclear(boot, fat, head, &fat[p].next);
sbin/fsck_msdos/fat.c
453
p = fat[p].next) {
sbin/fsck_msdos/fat.c
52
checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next)
sbin/fsck_msdos/fat.c
54
if (*next >= (CLUST_RSRVD&boot->ClustMask))
sbin/fsck_msdos/fat.c
541
if (fat[cl].next == CLUST_FREE)
sbin/fsck_msdos/fat.c
543
*p++ = (u_char)fat[cl].next;
sbin/fsck_msdos/fat.c
544
*p++ = (u_char)(fat[cl].next >> 8);
sbin/fsck_msdos/fat.c
545
*p++ = (u_char)(fat[cl].next >> 16);
sbin/fsck_msdos/fat.c
547
*p++ |= (fat[cl].next >> 24)&0x0f;
sbin/fsck_msdos/fat.c
55
*next |= ~boot->ClustMask;
sbin/fsck_msdos/fat.c
550
if (fat[cl].next == CLUST_FREE)
sbin/fsck_msdos/fat.c
552
*p++ = (u_char)fat[cl].next;
sbin/fsck_msdos/fat.c
553
*p++ = (u_char)(fat[cl].next >> 8);
sbin/fsck_msdos/fat.c
556
if (fat[cl].next == CLUST_FREE)
sbin/fsck_msdos/fat.c
558
*p++ = (u_char)fat[cl].next;
sbin/fsck_msdos/fat.c
559
*p = (u_char)((fat[cl].next >> 8) & 0xf);
sbin/fsck_msdos/fat.c
56
if (*next == CLUST_FREE) {
sbin/fsck_msdos/fat.c
563
if (fat[cl].next == CLUST_FREE)
sbin/fsck_msdos/fat.c
565
*p++ |= (u_char)(fat[cl].next << 4);
sbin/fsck_msdos/fat.c
566
*p++ = (u_char)(fat[cl].next >> 4);
sbin/fsck_msdos/fat.c
596
|| fat[head].next == CLUST_FREE
sbin/fsck_msdos/fat.c
597
|| (fat[head].next >= CLUST_RSRVD
sbin/fsck_msdos/fat.c
598
&& fat[head].next < CLUST_EOFS)
sbin/fsck_msdos/fat.c
60
if (*next == CLUST_BAD) {
sbin/fsck_msdos/fat.c
627
(boot->NumFree && fat[boot->FSNext].next != CLUST_FREE))) {
sbin/fsck_msdos/fat.c
633
if (fat[head].next == CLUST_FREE) {
sbin/fsck_msdos/fat.c
64
if (*next < CLUST_FIRST
sbin/fsck_msdos/fat.c
65
|| (*next >= boot->NumClusters && *next < CLUST_EOFS)) {
sbin/fsck_msdos/fat.c
68
*next < CLUST_RSRVD ? "out of range" : "reserved",
sbin/fsck_msdos/fat.c
69
*next&boot->ClustMask);
sbin/fsck_msdos/fat.c
71
*next = CLUST_EOF;
sbin/fsck_udf/main.c
154
TAILQ_ENTRY(udf_fsck_node) next;
sbin/fsck_udf/main.c
175
TAILQ_ENTRY(udf_fsck_overlap) next;
sbin/fsck_udf/main.c
3390
TAILQ_INSERT_TAIL(&fs_nodes, leaf_node, next);
sbin/fsck_udf/main.c
3431
TAILQ_INSERT_TAIL(&fs_nodes, leaf_node, next);
sbin/fsck_udf/main.c
3877
TAILQ_INSERT_TAIL(&fs_nodes, root_node, next);
sbin/fsck_udf/main.c
3887
TAILQ_INSERT_TAIL(&fs_nodes, sys_stream_node, next);
sbin/fsck_udf/main.c
3897
TAILQ_FOREACH(cur_node, &fs_nodes, next) {
sbin/fsck_udf/main.c
3954
TAILQ_FOREACH(cur_node, &fs_nodes, next) {
sbin/fsck_udf/main.c
3976
TAILQ_FOREACH(overlap, &fsck_overlaps, next) {
sbin/fsck_udf/main.c
3984
TAILQ_FOREACH(cur_node, &fs_nodes, next) {
sbin/fsck_udf/main.c
4009
TAILQ_FOREACH_SAFE(cur_node, &fs_nodes, next, next_node) {
sbin/fsck_udf/main.c
4094
TAILQ_FOREACH_SAFE(cur_node, &fs_nodes, next, next_node) {
sbin/fsck_udf/main.c
4097
TAILQ_REMOVE(&fs_nodes, cur_node, next);
sbin/fsck_udf/main.c
4121
TAILQ_FOREACH_SAFE(cur_node, &fs_nodes, next, next_node) {
sbin/fsck_udf/main.c
4162
TAILQ_FOREACH_SAFE(cur_node, &fs_nodes, next, next_node) {
sbin/fsck_udf/main.c
4163
TAILQ_REMOVE(&fs_nodes, cur_node, next);
sbin/fsck_udf/main.c
666
TAILQ_INSERT_TAIL(&fsck_overlaps, new_overlap, next);
sbin/fsck_udf/main.c
708
TAILQ_FOREACH(overlap, &fsck_overlaps, next) {
sbin/ifconfig/parse.c
705
const char *maskkey, struct parser *next)
sbin/ifconfig/parse.c
715
pa->pa_parser.p_nextparser = next;
sbin/iscsid/iscsid_discover.c
836
generic_entry_t *next;
sbin/iscsid/iscsid_discover.c
857
curr = next) {
sbin/iscsid/iscsid_discover.c
859
next = TAILQ_NEXT(curr, link);
sbin/iscsid/iscsid_lists.c
52
generic_entry_t *curr, *next;
sbin/iscsid/iscsid_lists.c
55
for (curr = sess->connections.tqh_first; curr != NULL && !nosess; curr = next) {
sbin/iscsid/iscsid_lists.c
56
next = curr->link.tqe_next;
sbin/iscsid/iscsid_lists.c
82
generic_entry_t *curr, *next;
sbin/iscsid/iscsid_lists.c
84
for (curr = list[SESSION_LIST].list.tqh_first; curr != NULL; curr = next) {
sbin/iscsid/iscsid_lists.c
85
next = curr->link.tqe_next;
sbin/iscsid/iscsid_targets.c
815
generic_entry_t *next;
sbin/iscsid/iscsid_targets.c
900
curr = next) {
sbin/iscsid/iscsid_targets.c
902
next = TAILQ_NEXT(curr, link);
sbin/iscsid/iscsid_targets.c
928
generic_entry_t *next;
sbin/iscsid/iscsid_targets.c
937
curr = next) {
sbin/iscsid/iscsid_targets.c
939
next = TAILQ_NEXT(curr, link);
sbin/ldconfig/ldconfig.c
306
for (shp = shlib_head; shp; shp = shp->next) {
sbin/ldconfig/ldconfig.c
342
shp->next = NULL;
sbin/ldconfig/ldconfig.c
345
shlib_tail = &shp->next;
sbin/ldconfig/ldconfig.c
385
for (shp = shlib_head; shp; shp = shp->next) {
sbin/ldconfig/ldconfig.c
417
for (shp = shlib_head; shp; shp = shp->next) {
sbin/ldconfig/ldconfig.c
584
shp->next = NULL;
sbin/ldconfig/ldconfig.c
587
shlib_tail = &shp->next;
sbin/ldconfig/ldconfig.c
611
for (i = 0, shp = shlib_head; shp; i++, shp = shp->next)
sbin/ldconfig/ldconfig.c
79
struct shlib_list *next;
sbin/newfs_udf/udf_core.c
3659
TAILQ_FOREACH_REVERSE(packet, &write_queue, wrpacket_list, next) {
sbin/newfs_udf/udf_core.c
3707
TAILQ_INSERT_AFTER(&write_queue, found_packet, packet, next);
sbin/newfs_udf/udf_core.c
3709
TAILQ_INSERT_HEAD(&write_queue, packet, next);
sbin/newfs_udf/udf_core.c
3729
TAILQ_FOREACH_REVERSE(packet, &write_queue, wrpacket_list, next) {
sbin/newfs_udf/udf_core.c
3801
TAILQ_FOREACH(packet, &write_queue, next) {
sbin/newfs_udf/udf_core.c
3832
TAILQ_FOREACH(packet, &write_queue, next) {
sbin/newfs_udf/udf_core.c
3855
TAILQ_FOREACH_SAFE(packet, &write_queue, next, next_packet) {
sbin/newfs_udf/udf_core.c
3857
TAILQ_REMOVE(&write_queue, packet, next);
sbin/newfs_udf/udf_core.c
68
TAILQ_ENTRY(wrpacket) next;
sbin/rcorder/hash.c
189
nexth = h->next;
sbin/rcorder/hash.c
234
for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next)
sbin/rcorder/hash.c
281
for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next) {
sbin/rcorder/hash.c
298
e->next = *hp;
sbin/rcorder/hash.c
335
(p = *hp) != NULL; hp = &p->next) {
sbin/rcorder/hash.c
337
*hp = p->next;
sbin/rcorder/hash.c
411
e = e->next;
sbin/rcorder/hash.c
445
Hash_Entry *e, *next, **hp, **xp;
sbin/rcorder/hash.c
450
next = NULL;
sbin/rcorder/hash.c
460
for (e = *hp++; e != NULL; e = next) {
sbin/rcorder/hash.c
461
next = e->next;
sbin/rcorder/hash.c
463
e->next = *xp;
sbin/rcorder/hash.h
90
struct Hash_Entry *next; /* Used to link together all the
sbin/rcorder/rcorder.c
114
provnode *next, *last;
sbin/rcorder/rcorder.c
119
f_provnode *next;
sbin/rcorder/rcorder.c
124
f_reqnode *next;
sbin/rcorder/rcorder.c
129
strnodelist *next;
sbin/rcorder/rcorder.c
136
filenode *next, *last;
sbin/rcorder/rcorder.c
229
ent->next = *listp;
sbin/rcorder/rcorder.c
260
temp->next = fn_head->next;
sbin/rcorder/rcorder.c
261
if (temp->next != NULL)
sbin/rcorder/rcorder.c
262
temp->next->last = temp;
sbin/rcorder/rcorder.c
264
fn_head->next = temp;
sbin/rcorder/rcorder.c
283
rnode->next = fnode->req_list;
sbin/rcorder/rcorder.c
308
head->last = head->next = NULL;
sbin/rcorder/rcorder.c
347
head->next->fnode->filename);
sbin/rcorder/rcorder.c
355
pnode->next = head->next;
sbin/rcorder/rcorder.c
357
head->next = pnode;
sbin/rcorder/rcorder.c
358
if (pnode->next != NULL)
sbin/rcorder/rcorder.c
359
pnode->next->last = pnode;
sbin/rcorder/rcorder.c
363
f_pnode->next = fnode->prov_list;
sbin/rcorder/rcorder.c
495
head->last = head->next = NULL;
sbin/rcorder/rcorder.c
502
pnode->next = head->next;
sbin/rcorder/rcorder.c
504
head->next = pnode;
sbin/rcorder/rcorder.c
505
if (pnode->next != NULL)
sbin/rcorder/rcorder.c
506
pnode->next->last = pnode;
sbin/rcorder/rcorder.c
510
f_pnode->next = node->prov_list;
sbin/rcorder/rcorder.c
533
bl = bl_list->next;
sbin/rcorder/rcorder.c
542
for (pnode = Hash_GetValue(entry); pnode; pnode = pnode->next) {
sbin/rcorder/rcorder.c
548
rnode->next = pnode->fnode->req_list;
sbin/rcorder/rcorder.c
604
if (head->next == NULL)
sbin/rcorder/rcorder.c
624
while (head->next != NULL)
sbin/rcorder/rcorder.c
625
do_file(head->next->fnode);
sbin/rcorder/rcorder.c
634
for (s = skip_list; s; s = s->next)
sbin/rcorder/rcorder.c
635
for (k = fnode->keyword_list; k; k = k->next)
sbin/rcorder/rcorder.c
648
for (s = keep_list; s; s = s->next)
sbin/rcorder/rcorder.c
649
for (k = fnode->keyword_list; k; k = k->next)
sbin/rcorder/rcorder.c
701
r = r->next;
sbin/rcorder/rcorder.c
716
if (pnode->next != NULL) {
sbin/rcorder/rcorder.c
717
pnode->next->last = pnode->last;
sbin/rcorder/rcorder.c
720
pnode->last->next = pnode->next;
sbin/rcorder/rcorder.c
723
p = p->next;
sbin/rcorder/rcorder.c
735
if (fnode->next != NULL) {
sbin/rcorder/rcorder.c
736
fnode->next->last = fnode->last;
sbin/rcorder/rcorder.c
739
fnode->last->next = fnode->next;
sbin/rcorder/rcorder.c
767
while (fn_head->next != NULL) {
sbin/rcorder/rcorder.c
768
DPRINTF((stderr, "generate on %s\n", fn_head->next->filename));
sbin/rcorder/rcorder.c
769
do_file(fn_head->next);
sbin/restore/restore.c
637
goto next;
sbin/restore/restore.c
660
next:
sbin/restore/restore.c
676
ino_t first, next, last;
sbin/restore/restore.c
692
next = lowerbnd(curfile.ino);
sbin/restore/restore.c
720
while (next > curfile.ino && volno == curvol)
sbin/restore/restore.c
741
while (next < curfile.ino) {
sbin/restore/restore.c
742
ep = lookupino(next);
sbin/restore/restore.c
747
next = lowerbnd(next);
sbin/restore/restore.c
753
if (next == curfile.ino && next <= last) {
sbin/restore/restore.c
754
ep = lookupino(next);
sbin/restore/restore.c
769
next = lowerbnd(next);
sbin/restore/symtab.c
122
struct entry *next;
sbin/restore/symtab.c
129
for (next = *prev; next != NULL; next = next->e_next) {
sbin/restore/symtab.c
130
if (next->e_ino == inum) {
sbin/restore/symtab.c
131
next->e_ino = 0;
sbin/restore/symtab.c
132
*prev = next->e_next;
sbin/restore/symtab.c
135
prev = &next->e_next;
sbin/restore/symtab.c
376
struct strhdr *next;
sbin/restore/symtab.c
399
if (tp->next == NULL) {
sbin/restore/symtab.c
406
np->next = tp->next;
sbin/restore/symtab.c
407
tp->next = np;
sbin/restore/symtab.c
410
np = tp->next;
sbin/restore/symtab.c
411
tp->next = np->next;
sbin/restore/symtab.c
428
np->next = tp->next;
sbin/restore/symtab.c
429
tp->next = np;
sbin/route/route.c
1090
char *buf, *lim, *next;
sbin/route/route.c
1109
for (next = buf; next < lim; next += rtm->rtm_msglen) {
sbin/route/route.c
1110
rtm = (struct rt_msghdr *)next;
sbin/route/route.c
303
char *buf, *next, *lim;
sbin/route/route.c
336
for (next = buf; next < lim; next += rtm->rtm_msglen) {
sbin/route/route.c
337
rtm = (struct rt_msghdr *)next;
sbin/route/route.c
352
rlen = prog_write(sock, next, rtm->rtm_msglen);
sbin/route/rtutil.c
111
char *buf = NULL, *next, *lim = NULL;
sbin/route/rtutil.c
135
for (next = buf; next < lim; next += rtm->rtm_msglen) {
sbin/route/rtutil.c
136
rtm = (struct rt_msghdr *)next;
sbin/route/rtutil.c
174
for (next = buf; next < lim; next += msg->sadb_msg_len *
sbin/route/rtutil.c
176
msg = (struct sadb_msg *)next;
sbin/routed/radix.c
498
struct radix_mask *next)
sbin/routed/radix.c
514
m->rm_mklist = next;
sbin/routed/radix.c
820
struct radix_node *base, *next;
sbin/routed/radix.c
838
next = rn;
sbin/routed/radix.c
845
rn = next;
sbin/routed/rtquery/rtquery.c
379
struct seen *next;
sbin/routed/rtquery/rtquery.c
455
for (sp = seen; sp != 0; sp = sp->next) {
sbin/routed/rtquery/rtquery.c
467
sp->next = seen;
sbin/routed/table.c
1053
char *next, *lim;
sbin/routed/table.c
1094
for (next = sysctl_buf; next < lim; next += rtm->rtm_msglen) {
sbin/routed/table.c
1095
rtm = (struct rt_msghdr *)next;
sbin/routed/table.c
1105
(struct sockaddr *)(next + rtm->rtm_msglen),
share/examples/puffs/pgfs/pgfs_puffs.c
148
next:
share/examples/puffs/pgfs/pgfs_puffs.c
255
goto next;
sys/altq/altq_wfq.c
155
queue->next = queue->prev = NULL;
sys/altq/altq_wfq.c
172
new_wfqp->next = wfq_list;
sys/altq/altq_wfq.c
197
wfq_list = wfqp->next;
sys/altq/altq_wfq.c
201
if (wp->next == wfqp) {
sys/altq/altq_wfq.c
202
wp->next = wfqp->next;
sys/altq/altq_wfq.c
205
} while ((wp = wp->next) != NULL);
sys/altq/altq_wfq.c
274
if (queue->next == NULL) {
sys/altq/altq_wfq.c
278
queue->next = queue->prev = queue;
sys/altq/altq_wfq.c
284
wfqp->rrp->prev->next = queue;
sys/altq/altq_wfq.c
286
queue->next = wfqp->rrp;
sys/altq/altq_wfq.c
428
} while ((queue = queue->next) != wfqp->rrp);
sys/altq/altq_wfq.c
453
if (queue->next == queue){
sys/altq/altq_wfq.c
457
queue->next = queue->prev = NULL;
sys/altq/altq_wfq.c
461
queue->prev->next = queue->next;
sys/altq/altq_wfq.c
462
queue->next->prev = queue->prev;
sys/altq/altq_wfq.c
465
wfqp->rrp = queue->next;
sys/altq/altq_wfq.c
466
queue->next = queue->prev = NULL;
sys/altq/altq_wfq.c
495
queue = wfqp->rrp = queue->next;
sys/altq/altq_wfq.c
590
queue->next = queue->prev = NULL;
sys/altq/altq_wfq.h
103
struct weighted_fair_queue *next, *prev;
sys/altq/altq_wfq.h
115
struct wfqstate *next; /* for wfqstate list */
sys/arch/amiga/amiga/cc.c
547
struct mem_node *mn, *next, *prev;
sys/arch/amiga/amiga/cc.c
555
next = TAILQ_NEXT(mn, link);
sys/arch/amiga/amiga/cc.c
561
if (next->type == MNODE_FREE) {
sys/arch/amiga/amiga/cc.c
565
TAILQ_INSERT_BEFORE(next, mn, free_link);
sys/arch/amiga/amiga/cc.c
567
TAILQ_REMOVE(&chip_list, next, link);
sys/arch/amiga/amiga/cc.c
568
TAILQ_REMOVE(&free_list, next, free_link);
sys/arch/amiga/amiga/cc.c
570
mn->size += next->size + sizeof(struct mem_node);
sys/arch/amiga/amiga/cc.c
591
while (next != NULL && prev != NULL) {
sys/arch/amiga/amiga/cc.c
592
if (next->type == MNODE_FREE) {
sys/arch/amiga/amiga/cc.c
593
TAILQ_INSERT_BEFORE(next, mn, free_link);
sys/arch/amiga/amiga/cc.c
604
next = TAILQ_NEXT(next, link);
sys/arch/amiga/amiga/cc.c
607
if (next == NULL) {
sys/arch/amiga/amiga/disksubr.c
103
short next;
sys/arch/amiga/amiga/disksubr.c
108
char next;
sys/arch/amiga/amiga/disksubr.c
305
for (nextb = rbp->partbhead; nextb != RDBNULL; nextb = pbp->next) {
sys/arch/amiga/dev/aucc.c
722
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/aucc.c
737
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/aucc.c
746
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/grf_ul.c
896
u_short put, new_put, next, oc;
sys/arch/amiga/dev/grf_ul.c
920
next = gsp->data;
sys/arch/amiga/dev/grf_ul.c
922
while (next == new_put) {
sys/arch/amiga/dev/grf_ul.c
930
next = gsp->data;
sys/arch/amiga/dev/gvpio.c
179
LIST_INSERT_HEAD(&sc->sc_comhdls, p, next);
sys/arch/amiga/dev/gvpio.c
200
np = np->next.le_next) {
sys/arch/amiga/dev/ite.c
581
irp->next = next_repeat_timeo;
sys/arch/amiga/dev/ite.c
585
if (irp->start < ITEMINREPEAT && irp->next < ITEMINREPEAT)
sys/arch/amiga/dev/ite.c
588
next_repeat_timeo = irp->next;
sys/arch/amiga/dev/iteioctl.h
63
int next; /* number of 100/s before next repeat */
sys/arch/amiga/dev/toccata.c
630
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
641
dip->next = TOCCATA_MONO_MUTE;
sys/arch/amiga/dev/toccata.c
652
dip->next = TOCCATA_AUX1_MUTE;
sys/arch/amiga/dev/toccata.c
662
dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
671
dip->next = TOCCATA_AUX2_MUTE;
sys/arch/amiga/dev/toccata.c
681
dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
688
dip->next = TOCCATA_MONITOR_MUTE;
sys/arch/amiga/dev/toccata.c
698
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
708
dip->next = TOCCATA_LINE_IN_MUTE;
sys/arch/amiga/dev/toccata.c
718
dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
725
dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
739
dip->next = TOCCATA_RECORD_SOURCE;
sys/arch/amiga/dev/toccata.c
749
dip->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
765
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
772
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
779
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/toccata.c
786
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/zz9k_ax.c
438
di->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/zz9k_ax.c
447
di->next = AUDIO_MIXER_LAST;
sys/arch/amiga/dev/zz9k_ax.c
456
di->next = AUDIO_MIXER_LAST;
sys/arch/amiga/stand/bootblock/boot/amigatypes.h
55
struct MemHead *next;
sys/arch/amiga/stand/bootblock/boot/main.c
337
mh = mh->next;
sys/arch/amiga/stand/bootblock/boot/main.c
339
if (mh->next) {
sys/arch/arc/arc/machdep.c
511
bip += bt->next;
sys/arch/arc/arc/machdep.c
512
} while (bt->next != 0 &&
sys/arch/arc/arc/machdep.c
513
bt->next < BOOTINFO_SIZE /* sanity */ &&
sys/arch/arc/dti/btl.c
447
goto next;
sys/arch/arc/dti/btl.c
473
goto next;
sys/arch/arc/dti/btl.c
488
goto next;
sys/arch/arc/dti/btl.c
494
next:
sys/arch/arc/include/bootinfo.h
36
size_t next; /* offset of next item, or zero if end of data */
sys/arch/arc/stand/boot/bootinfo.c
49
bootinfo->next = 0;
sys/arch/arc/stand/boot/bootinfo.c
72
bi->next = size;
sys/arch/arc/stand/boot/bootinfo.c
78
bi->next = 0;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
709
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
715
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
721
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
729
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
738
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
747
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
756
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/broadcom/bcm2835_vcaudio.c
764
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/ep93xx/epcom.c
1061
goto next;
sys/arch/arm/ep93xx/epcom.c
1065
goto next;
sys/arch/arm/ep93xx/epcom.c
1074
goto next;
sys/arch/arm/ep93xx/epcom.c
1084
next:
sys/arch/arm/fdt/arm_fdt.c
131
TAILQ_INSERT_TAIL(&arm_fdt_cpu_hatch_cbs, c, next);
sys/arch/arm/fdt/arm_fdt.c
139
TAILQ_FOREACH(c, &arm_fdt_cpu_hatch_cbs, next)
sys/arch/arm/fdt/arm_fdt.c
83
TAILQ_ENTRY(arm_fdt_cpu_hatch_cb) next;
sys/arch/arm/imx/imx23_apbdma.c
103
void *next; /* Physical address. */
sys/arch/arm/imx/imx23_apbdma.c
219
chan->chan_cmds[i].next = &pa_cmd[i + 1].next;
sys/arch/arm/imx/imx23_digfilt.c
546
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/imx/imx23_digfilt.c
554
di->next = DIGFILT_OUTPUT_DAC_MUTE;
sys/arch/arm/imx/imx23_digfilt.c
563
di->next = AUDIO_MIXER_LAST;
sys/arch/arm/imx/imx23_digfilt.c
580
di->next = DIGFILT_OUTPUT_HP_MUTE;
sys/arch/arm/imx/imx23_digfilt.c
589
di->next = AUDIO_MIXER_LAST;
sys/arch/arm/imx/imx23_digfilt.c
597
di->next = DIGFILT_OUTPUT_LINE_MUTE;
sys/arch/arm/imx/imx23_digfilt.c
606
di->next = AUDIO_MIXER_LAST;
sys/arch/arm/imx/imxuart.c
1725
goto next;
sys/arch/arm/imx/imxuart.c
1729
goto next;
sys/arch/arm/imx/imxuart.c
1781
next:
sys/arch/arm/sunxi/sun4i_a10_codec.c
204
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun4i_a10_codec.c
211
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun4i_a10_codec.c
222
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
437
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
444
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
451
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
461
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
480
di->next = A64_CODEC_RECORD_MIC1_PREAMP;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
482
di->next = A64_CODEC_RECORD_MIC2_PREAMP;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
484
di->next = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
498
di->next = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
510
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
522
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun50i_a64_acodec.c
534
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun6i_a31_codec.c
265
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun6i_a31_codec.c
272
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun6i_a31_codec.c
283
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_h3_codec.c
356
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_h3_codec.c
363
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_h3_codec.c
370
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_h3_codec.c
385
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_h3_codec.c
394
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_v3s_codec.c
335
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_v3s_codec.c
342
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_v3s_codec.c
349
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_v3s_codec.c
361
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sun8i_v3s_codec.c
370
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/arm/sunxi/sunxi_emac.c
1219
sc->tx.desc_ring[i].next =
sys/arch/arm/sunxi/sunxi_emac.c
156
u_int cur, next, queued;
sys/arch/arm/sunxi/sunxi_emac.c
400
sc->rx.desc_ring[index].next =
sys/arch/arm/sunxi/sunxi_emac.c
861
for (i = sc->tx.next; sc->tx.queued > 0; i = TX_NEXT(i)) {
sys/arch/arm/sunxi/sunxi_emac.c
888
sc->tx.next = i;
sys/arch/arm/sunxi/sunxi_emac.h
205
uint32_t next;
sys/arch/arm/ti/if_cpsw.c
1199
goto next;
sys/arch/arm/ti/if_cpsw.c
1214
next:
sys/arch/arm/ti/if_cpsw.c
1285
goto next;
sys/arch/arm/ti/if_cpsw.c
1312
next:
sys/arch/arm/xscale/iopaau.c
100
next = d->d_next;
sys/arch/arm/xscale/iopaau.c
97
struct aau_desc_4 *d, *next;
sys/arch/arm/xscale/iopaau.c
99
for (d = firstdesc; d != NULL; d = next) {
sys/arch/arm/xscale/ixp425_if_npe.c
1241
uint32_t next;
sys/arch/arm/xscale/ixp425_if_npe.c
1286
next = npe->ix_neaddr + sizeof(hw->ix_ne[0]);
sys/arch/arm/xscale/ixp425_if_npe.c
1290
hw->ix_ne[i].next = htobe32(next);
sys/arch/arm/xscale/ixp425_if_npe.c
1293
next += sizeof(hw->ix_ne[0]);
sys/arch/arm/xscale/ixp425_if_npe.c
1295
hw->ix_ne[i-1].next = 0; /* zero last in chain */
sys/arch/arm/xscale/ixp425_if_npe.c
881
hw->ix_ne[0].next = 0;
sys/arch/arm/xscale/ixp425_if_npereg.h
82
uint32_t next; /* phys addr of next segment */
sys/arch/arm/xscale/pxa2x0_i2s.c
220
p->next = sc->sc_dmas;
sys/arch/arm/xscale/pxa2x0_i2s.c
244
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/arch/arm/xscale/pxa2x0_i2s.c
254
*pp = p->next;
sys/arch/arm/xscale/pxa2x0_i2s.c
323
p = p->next) {
sys/arch/arm/xscale/pxa2x0_i2s.c
36
struct pxa2x0_i2s_dma *next;
sys/arch/arm/xscale/pxa2x0_i2s.c
373
p = p->next) {
sys/arch/atari/atari/machdep.c
407
struct si_callback *next;
sys/arch/atari/atari/machdep.c
438
si_free = si->next;
sys/arch/atari/atari/machdep.c
456
si->next = si_callbacks;
sys/arch/atari/atari/machdep.c
484
nsi = si->next;
sys/arch/atari/atari/machdep.c
489
si->next = si_free;
sys/arch/atari/atari/machdep.c
492
psi->next = nsi;
sys/arch/atari/atari/machdep.c
513
si_callbacks = si->next;
sys/arch/atari/atari/machdep.c
523
si->next = si_free;
sys/arch/atari/atari/stalloc.c
153
struct mem_node *mn, *next, *prev;
sys/arch/atari/atari/stalloc.c
161
next = TAILQ_NEXT(mn, link);
sys/arch/atari/atari/stalloc.c
167
if (next != NULL && next->type == MNODE_FREE) {
sys/arch/atari/atari/stalloc.c
171
TAILQ_INSERT_BEFORE(next, mn, free_link);
sys/arch/atari/atari/stalloc.c
173
TAILQ_REMOVE(&st_list, next, link);
sys/arch/atari/atari/stalloc.c
174
TAILQ_REMOVE(&free_list, next, free_link);
sys/arch/atari/atari/stalloc.c
176
mn->size += next->size + sizeof(*mn);
sys/arch/atari/atari/stalloc.c
197
while (next != NULL && prev != NULL) {
sys/arch/atari/atari/stalloc.c
198
if (next->type == MNODE_FREE) {
sys/arch/atari/atari/stalloc.c
199
TAILQ_INSERT_BEFORE(next, mn, free_link);
sys/arch/atari/atari/stalloc.c
210
next = TAILQ_NEXT(next, link);
sys/arch/atari/atari/stalloc.c
213
if (next == NULL) {
sys/arch/atari/dev/ite.c
551
irp->next = next_repeat_timeo;
sys/arch/atari/dev/ite.c
557
if (irp->start < ITEMINREPEAT || irp->next < ITEMINREPEAT)
sys/arch/atari/dev/ite.c
560
next_repeat_timeo = irp->next;
sys/arch/atari/dev/iteioctl.h
70
int next; /* number of 100/s before next repeat */
sys/arch/atari/dev/ncr5380.c
1165
for (req = issue_q; req != NULL; prev = req, req = req->next) {
sys/arch/atari/dev/ncr5380.c
1172
issue_q = req->next;
sys/arch/atari/dev/ncr5380.c
1174
prev->next = req->next;
sys/arch/atari/dev/ncr5380.c
1175
req->next = NULL;
sys/arch/atari/dev/ncr5380.c
1213
reqp->next = discon_q;
sys/arch/atari/dev/ncr5380.c
1315
prev = tmp, tmp = tmp->next) {
sys/arch/atari/dev/ncr5380.c
1318
prev->next = tmp->next;
sys/arch/atari/dev/ncr5380.c
1320
discon_q = tmp->next;
sys/arch/atari/dev/ncr5380.c
1321
tmp->next = NULL;
sys/arch/atari/dev/ncr5380.c
163
reqp->next = free_head;
sys/arch/atari/dev/ncr5380.c
1630
reqp->next = issue_q;
sys/arch/atari/dev/ncr5380.c
1713
SC_REQ *tmp, *next;
sys/arch/atari/dev/ncr5380.c
1728
next = tmp->next;
sys/arch/atari/dev/ncr5380.c
1729
tmp->next = NULL;
sys/arch/atari/dev/ncr5380.c
1733
tmp = next;
sys/arch/atari/dev/ncr5380.c
2047
for (tmp = issue_q; tmp; tmp = tmp->next)
sys/arch/atari/dev/ncr5380.c
2049
for (tmp = discon_q; tmp; tmp = tmp->next)
sys/arch/atari/dev/ncr5380.c
236
req_queue[i].next = free_head;
sys/arch/atari/dev/ncr5380.c
300
free_head = reqp->next;
sys/arch/atari/dev/ncr5380.c
301
reqp->next = NULL;
sys/arch/atari/dev/ncr5380.c
344
reqp->next = issue_q;
sys/arch/atari/dev/ncr5380.c
352
} while (tmp->next && (tmp = tmp->next));
sys/arch/atari/dev/ncr5380.c
353
tmp->next = reqp;
sys/arch/atari/dev/ncr5380.c
373
free_head = tmp->next;
sys/arch/atari/dev/ncr5380.c
389
tmp->next = issue_q;
sys/arch/atari/dev/ncr5380.c
483
prev = req, req = req->next) {
sys/arch/atari/dev/ncr5380.c
490
issue_q = req->next;
sys/arch/atari/dev/ncr5380.c
492
prev->next = req->next;
sys/arch/atari/dev/ncr5380.c
493
req->next = NULL;
sys/arch/atari/dev/ncr5380.c
513
req->next = issue_q;
sys/arch/atari/dev/ncr5380.c
548
req->next = issue_q;
sys/arch/atari/dev/ncr5380reg.h
190
struct req_q *next; /* next in free, issue or discon queue */
sys/arch/bebox/bebox/machdep.c
194
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/bebox/bebox/machdep.c
195
} while (bt->next &&
sys/arch/bebox/bebox/mainbus.c
136
SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
sys/arch/bebox/bebox/mainbus.c
167
SIMPLEQ_FOREACH(pbi, &genppc_pct->pc_pbi, next)
sys/arch/bebox/include/bootinfo.h
33
int next; /* offset of next item, or zero */
sys/arch/bebox/stand/boot/boot.c
105
btinfo_console.common.next = sizeof (btinfo_console);
sys/arch/bebox/stand/boot/boot.c
114
btinfo_clock.common.next = 0;
sys/arch/bebox/stand/boot/boot.c
182
goto next;
sys/arch/bebox/stand/boot/boot.c
194
next:
sys/arch/bebox/stand/boot/boot.c
211
btinfo_rootdevice.common.next = sizeof (btinfo_rootdevice);
sys/arch/bebox/stand/boot/boot.c
98
btinfo_memory.common.next = sizeof (btinfo_memory);
sys/arch/bebox/stand/boot/tgets.c
50
goto next;
sys/arch/bebox/stand/boot/tgets.c
54
next:
sys/arch/cobalt/cobalt/machdep.c
488
help += bt->next;
sys/arch/cobalt/cobalt/machdep.c
489
} while (bt->next != 0 &&
sys/arch/cobalt/include/bootinfo.h
36
int32_t next; /* offset of next item, or zero */
sys/arch/cobalt/stand/boot/bootinfo.c
51
bi->next = bi->type = 0;
sys/arch/cobalt/stand/boot/bootinfo.c
74
bi->next = size;
sys/arch/cobalt/stand/boot/bootinfo.c
80
bi->next = bi->type = 0;
sys/arch/cobalt/stand/boot/tgets.c
52
goto next;
sys/arch/cobalt/stand/boot/tgets.c
56
next:
sys/arch/dreamcast/dev/g2/aica.c
657
md->prev = md->next = AUDIO_MIXER_LAST;
sys/arch/dreamcast/dev/g2/aica.c
665
md->prev = md->next = AUDIO_MIXER_LAST;
sys/arch/dreamcast/dev/g2/aica.c
673
md->next = md->prev = AUDIO_MIXER_LAST;
sys/arch/dreamcast/dreamcast/kloader_machdep.c
98
} while ((p = (struct kloader_page_tag *)p->next) != 0);
sys/arch/emips/emips/machdep.c
492
help += bt->next;
sys/arch/emips/emips/machdep.c
493
} while (bt->next != 0 &&
sys/arch/emips/include/bootinfo.h
42
int next; /* offset of next item, or zero */
sys/arch/emips/stand/common/bootinfo.c
49
bi->next = bi->type = 0;
sys/arch/emips/stand/common/bootinfo.c
65
bi->next = size;
sys/arch/emips/stand/common/bootinfo.c
71
bi->next = bi->type = 0;
sys/arch/evbarm/mini2440/mini2440_bootinfo.h
39
int next;
sys/arch/evbarm/mini2440/mini2440_machdep.c
1055
if (help->next == 0)
sys/arch/evbarm/mini2440/mini2440_machdep.c
1061
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/evbarm/mini2440/mini2440_machdep.c
1062
} while (bt->next &&
sys/arch/evbarm/stand/boot2440/main.c
528
bi->next = size;
sys/arch/evbarm/stand/boot2440/main.c
538
char *next = (char*)str;
sys/arch/evbarm/stand/boot2440/main.c
541
str = next;
sys/arch/evbarm/stand/boot2440/main.c
542
enaddr[i] = (unsigned char)strtoll(str, &next, 16);
sys/arch/evbarm/stand/boot2440/main.c
543
if( *next == ':' ) {
sys/arch/evbarm/stand/boot2440/main.c
544
next++;
sys/arch/evbmips/loongson/loongson_clock.c
212
uint32_t now, diff, next, new_cnt;
sys/arch/evbmips/loongson/loongson_clock.c
237
next = now + curcpu()->ci_cycles_per_hz;
sys/arch/evbmips/loongson/loongson_clock.c
240
mips3_cp0_compare_write(next);
sys/arch/evbmips/loongson/loongson_clock.c
249
if ((next - new_cnt) & 0x80000000) {
sys/arch/evbmips/loongson/loongson_clock.c
251
next = new_cnt + curcpu()->ci_cycles_per_hz;
sys/arch/evbmips/loongson/loongson_clock.c
252
mips3_cp0_compare_write(next);
sys/arch/evbppc/nintendo/dev/bwai.c
167
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/evbppc/nintendo/dev/bwai.c
174
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/evbppc/nintendo/dev/bwai.c
182
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/evbppc/nintendo/dev/bwai.c
192
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/evbppc/pmppc/dev/cpc_mainbus.c
87
SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
sys/arch/evbppc/virtex/dev/xlcom.c
286
next(sc->sc_rget);
sys/arch/evbppc/virtex/dev/xlcom.c
356
next(sc->sc_rput);
sys/arch/evbsh3/evbsh3/kloader_machdep.c
120
} while ((p = (struct kloader_page_tag *)p->next) != 0); \
sys/arch/hp300/dev/dcm.c
1160
u_int head, tail, next;
sys/arch/hp300/dev/dcm.c
1200
next = (tail + 1) & TX_MASK;
sys/arch/hp300/dev/dcm.c
1202
if (head == next)
sys/arch/hp300/dev/dcm.c
1206
nch = q_to_b(&tp->t_outq, buf, (head - next) & TX_MASK);
sys/arch/hp300/dev/dcm.c
1219
pp->t_tail = next;
sys/arch/hp300/dev/dcm.c
1231
tail = next;
sys/arch/hp300/dev/dcm.c
1233
next = (next + 1) & TX_MASK;
sys/arch/hp300/hp300/machdep.c
508
help += bt->next;
sys/arch/hp300/hp300/machdep.c
509
} while (bt->next != 0 &&
sys/arch/hp300/include/bootinfo.h
33
int next; /* offset of next item, or zero */
sys/arch/hpc/stand/hpcboot/hpcboot.h
107
uint32_t next; /* next tagged page kernel virtual address; */
sys/arch/hpc/stand/hpcboot/load.cpp
106
i, p->next, p->src, p->dst, p->sz));
sys/arch/hpc/stand/hpcboot/load.cpp
111
} while ((p = reinterpret_cast <struct PageTag *>(p->next)) != ~0);
sys/arch/hpc/stand/hpcboot/load.cpp
114
i - 1, op->next, op->src, op->dst, op->sz));
sys/arch/hpc/stand/hpcboot/load.cpp
149
_opvec_prev->next = ~0; // terminate
sys/arch/hpc/stand/hpcboot/load.cpp
188
_pvec_prev->next = (uint32_t)_pvec_clr;
sys/arch/hpc/stand/hpcboot/load.cpp
190
_pvec_prev->next = ptokv(_pvec_clr_paddr);
sys/arch/hpc/stand/hpcboot/load.cpp
227
_pvec_prev->next = (uint32_t)pvec;
sys/arch/hpc/stand/hpcboot/load.cpp
229
_pvec_prev->next = ptokv(pvec_paddr);
sys/arch/hpc/stand/hpcboot/load.cpp
256
prev->next = (uint32_t)pvec;
sys/arch/hpc/stand/hpcboot/load.cpp
258
prev->next = ptokv(pvec_paddr);
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
305
HWND next, prev;
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
313
next = _cancel_button->_window;
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
316
next = _base->_window;
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
327
next = _base->_window; // out of the tab window
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
340
dst = next;
sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
356
dst = next;
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
196
} while ((p =(struct PageTag *)p->next) != ~0); \
sys/arch/hpcmips/vr/vraiu.c
474
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/hpcmips/vr/vraiu.c
482
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/hpcsh/hpcsh/kloader_machdep.c
116
} while ((p = (struct kloader_page_tag *)p->next) != 0); \
sys/arch/hppa/dev/apic.c
179
aiv->next = NULL;
sys/arch/hppa/dev/apic.c
200
while (biv->next)
sys/arch/hppa/dev/apic.c
201
biv = biv->next;
sys/arch/hppa/dev/apic.c
202
biv->next = aiv;
sys/arch/hppa/dev/apic.c
248
iv = iv->next;
sys/arch/hppa/dev/apic.c
70
struct apic_iv *next;
sys/arch/hppa/gsc/harmony.c
791
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
800
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
813
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
822
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
835
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
844
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
857
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
873
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
879
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
885
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/hppa/gsc/harmony.c
891
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/i386/pci/gcscehci.c
156
TAILQ_FOREACH(up, &ehci_pci_alldevs, next) {
sys/arch/i386/pnpbios/pnpbios.c
1018
SIMPLEQ_INSERT_TAIL(&r->mem, mem, next);
sys/arch/i386/pnpbios/pnpbios.c
1139
SIMPLEQ_INSERT_TAIL(&r->irq, irq, next);
sys/arch/i386/pnpbios/pnpbios.c
1161
SIMPLEQ_INSERT_TAIL(&r->dma, dma, next);
sys/arch/i386/pnpbios/pnpbios.c
1186
SIMPLEQ_INSERT_TAIL(&r->io, io, next);
sys/arch/i386/pnpbios/pnpbios.c
1213
SIMPLEQ_INSERT_TAIL(&r->io, io, next);
sys/arch/i386/pnpbios/pnpbios.c
1231
id->next = r->compatids;
sys/arch/i386/pnpbios/pnpbios.c
1276
io = SIMPLEQ_NEXT(io, next);
sys/arch/i386/pnpbios/pnpbios.c
1294
io = SIMPLEQ_NEXT(io, next);
sys/arch/i386/pnpbios/pnpbios.c
1310
io = SIMPLEQ_NEXT(io, next);
sys/arch/i386/pnpbios/pnpbios.c
1330
io = SIMPLEQ_NEXT(io, next);
sys/arch/i386/pnpbios/pnpbios.c
1348
irq = SIMPLEQ_NEXT(irq, next);
sys/arch/i386/pnpbios/pnpbios.c
1367
irq = SIMPLEQ_NEXT(irq, next);
sys/arch/i386/pnpbios/pnpbios.c
1387
dma = SIMPLEQ_NEXT(dma, next);
sys/arch/i386/pnpbios/pnpbios.c
704
} while ((mem = SIMPLEQ_NEXT(mem, next)));
sys/arch/i386/pnpbios/pnpbios.c
717
} while ((io = SIMPLEQ_NEXT(io, next)));
sys/arch/i386/pnpbios/pnpbios.c
726
} while ((irq = SIMPLEQ_NEXT(irq, next)));
sys/arch/i386/pnpbios/pnpbios.c
735
} while ((dma = SIMPLEQ_NEXT(dma, next)));
sys/arch/i386/pnpbios/pnpbios.c
847
compatid = compatid->next;
sys/arch/i386/pnpbios/pnpbios.c
872
compatid = compatid->next;
sys/arch/i386/pnpbios/pnpbios.c
882
compatid = compatid->next;
sys/arch/i386/pnpbios/pnpbiosvar.h
38
struct pnp_compatid *next;
sys/arch/i386/pnpbios/pnpbiosvar.h
42
SIMPLEQ_ENTRY(pnp_mem) next;
sys/arch/i386/pnpbios/pnpbiosvar.h
47
SIMPLEQ_ENTRY(pnp_io) next;
sys/arch/i386/pnpbios/pnpbiosvar.h
52
SIMPLEQ_ENTRY(pnp_irq) next;
sys/arch/i386/pnpbios/pnpbiosvar.h
57
SIMPLEQ_ENTRY(pnp_dma) next;
sys/arch/i386/stand/efiboot/efidisk.c
133
goto next;
sys/arch/i386/stand/efiboot/efidisk.c
141
next:
sys/arch/i386/stand/efiboot/efimemory.c
110
for (i = 0, md = desc; i < *NoEntries - 1; i++, md = next) {
sys/arch/i386/stand/efiboot/efimemory.c
111
target = next = NextMemoryDescriptor(md, *DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
130
EFI_MEMORY_DESCRIPTOR *md, *next, *target, *tmp;
sys/arch/i386/stand/efiboot/efimemory.c
135
for (i = 0, md = target = desc; i < *NoEntries; i++, md = next) {
sys/arch/i386/stand/efiboot/efimemory.c
176
next = NextMemoryDescriptor(md, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
177
CopyMem(md, next, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
178
md = next;
sys/arch/i386/stand/efiboot/efimemory.c
180
next = tmp;
sys/arch/i386/stand/efiboot/efimemory.c
190
next = NextMemoryDescriptor(md, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
200
EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next;
sys/arch/i386/stand/efiboot/efimemory.c
217
for (i = 0, md = mdtop; i < NoEntries; i++, md = next) {
sys/arch/i386/stand/efiboot/efimemory.c
222
next = NextMemoryDescriptor(md, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
236
EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next;
sys/arch/i386/stand/efiboot/efimemory.c
244
for (i = 0, md = mdtop; i < NoEntries; i++, md = next) {
sys/arch/i386/stand/efiboot/efimemory.c
245
next = NextMemoryDescriptor(md, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
271
EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next;
sys/arch/i386/stand/efiboot/efimemory.c
283
for (i = 0, md = mdtop; i < NoEntries; i++, md = next) {
sys/arch/i386/stand/efiboot/efimemory.c
284
next = NextMemoryDescriptor(md, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
331
EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next;
sys/arch/i386/stand/efiboot/efimemory.c
348
for (i = 0, n = 0, md = mdtop; i < NoEntries; i++, md = next) {
sys/arch/i386/stand/efiboot/efimemory.c
349
next = NextMemoryDescriptor(md, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
373
EFI_MEMORY_DESCRIPTOR *mdtop, *md, *next;
sys/arch/i386/stand/efiboot/efimemory.c
395
for (i = 0, md = mdtop; i < NoEntries; i++, md = next) {
sys/arch/i386/stand/efiboot/efimemory.c
396
next = NextMemoryDescriptor(md, DescriptorSize);
sys/arch/i386/stand/efiboot/efimemory.c
94
EFI_MEMORY_DESCRIPTOR *desc, *md, *next, *target, *tmp;
sys/arch/ia64/ia64/interrupt.c
182
goto next;
sys/arch/ia64/ia64/interrupt.c
90
next:
sys/arch/ia64/stand/common/interp.c
193
struct includeline *next;
sys/arch/ia64/stand/common/interp.c
251
sp->next = NULL;
sys/arch/ia64/stand/common/interp.c
256
se->next = sp;
sys/arch/ia64/stand/common/interp.c
272
for (sp = script; sp != NULL; sp = sp->next) {
sys/arch/ia64/stand/common/interp.c
317
script = script->next;
sys/arch/landisk/landisk/kloader_machdep.c
102
} while ((p = (struct kloader_page_tag *)p->next) != 0);
sys/arch/mac68k/dev/ncr5380.c
1142
for (; req != NULL; prev = req, req = req->next) {
sys/arch/mac68k/dev/ncr5380.c
1149
issue_q = req->next;
sys/arch/mac68k/dev/ncr5380.c
1150
else prev->next = req->next;
sys/arch/mac68k/dev/ncr5380.c
1151
req->next = NULL;
sys/arch/mac68k/dev/ncr5380.c
1189
reqp->next = discon_q;
sys/arch/mac68k/dev/ncr5380.c
1291
for (tmp = discon_q, prev = NULL; tmp; prev = tmp, tmp = tmp->next){
sys/arch/mac68k/dev/ncr5380.c
1294
prev->next = tmp->next;
sys/arch/mac68k/dev/ncr5380.c
1295
else discon_q = tmp->next;
sys/arch/mac68k/dev/ncr5380.c
1296
tmp->next = NULL;
sys/arch/mac68k/dev/ncr5380.c
158
reqp->next = free_head;
sys/arch/mac68k/dev/ncr5380.c
1595
reqp->next = issue_q;
sys/arch/mac68k/dev/ncr5380.c
1674
SC_REQ *tmp, *next;
sys/arch/mac68k/dev/ncr5380.c
1689
next = tmp->next;
sys/arch/mac68k/dev/ncr5380.c
1690
tmp->next = NULL;
sys/arch/mac68k/dev/ncr5380.c
1694
tmp = next;
sys/arch/mac68k/dev/ncr5380.c
1975
for (tmp = issue_q; tmp; tmp = tmp->next)
sys/arch/mac68k/dev/ncr5380.c
1977
for (tmp = discon_q; tmp; tmp = tmp->next)
sys/arch/mac68k/dev/ncr5380.c
232
req_queue[i].next = free_head;
sys/arch/mac68k/dev/ncr5380.c
292
free_head = reqp->next;
sys/arch/mac68k/dev/ncr5380.c
293
reqp->next = NULL;
sys/arch/mac68k/dev/ncr5380.c
337
reqp->next = issue_q;
sys/arch/mac68k/dev/ncr5380.c
345
} while (tmp->next && (tmp = tmp->next));
sys/arch/mac68k/dev/ncr5380.c
346
tmp->next = reqp;
sys/arch/mac68k/dev/ncr5380.c
366
free_head = tmp->next;
sys/arch/mac68k/dev/ncr5380.c
382
tmp->next = issue_q;
sys/arch/mac68k/dev/ncr5380.c
474
for (req=issue_q; req != NULL; prev = req, req = req->next) {
sys/arch/mac68k/dev/ncr5380.c
480
issue_q = req->next;
sys/arch/mac68k/dev/ncr5380.c
481
else prev->next = req->next;
sys/arch/mac68k/dev/ncr5380.c
482
req->next = NULL;
sys/arch/mac68k/dev/ncr5380.c
500
req->next = issue_q;
sys/arch/mac68k/dev/ncr5380.c
535
req->next = issue_q;
sys/arch/mac68k/dev/ncr5380reg.h
190
struct req_q *next; /* next in free, issue or discon queue */
sys/arch/mac68k/mac68k/macrom.c
302
rsrc->unknown[2], rsrc->unknown[3], rsrc->next,
sys/arch/mac68k/mac68k/macrom.c
307
rsrc = rsrc->next == 0 ? 0 : (rsrc_t *)(rsrc->next + (char *)ROMBase);
sys/arch/mac68k/mac68k/macrom.c
339
(ResHndls[i] == (void *)(rsrc->next + (char *)ROMBase))) {
sys/arch/mac68k/mac68k/macrom.c
346
rsrc = rsrc->next == 0 ? 0 : (rsrc_t *)(rsrc->next + (char *)ROMBase);
sys/arch/mac68k/mac68k/macrom.h
156
u_int32_t next; /* pointer to next resource in list */
sys/arch/mac68k/obio/ascaudio.c
717
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/mac68k/obio/ascaudio.c
723
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/mac68k/obio/ascaudio.c
729
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/mac68k/obio/ascaudio.c
737
di->next = di->prev = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
852
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
864
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
874
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
886
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
897
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
907
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
921
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
930
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
937
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/awacs.c
944
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/fcu.c
253
goto next;
sys/arch/macppc/dev/fcu.c
269
goto next;
sys/arch/macppc/dev/fcu.c
273
goto next;
sys/arch/macppc/dev/fcu.c
277
goto next;
sys/arch/macppc/dev/fcu.c
284
next:
sys/arch/macppc/dev/if_bm.c
485
goto next;
sys/arch/macppc/dev/if_bm.c
500
goto next;
sys/arch/macppc/dev/if_bm.c
505
next:
sys/arch/macppc/dev/if_gm.c
372
goto next;
sys/arch/macppc/dev/if_gm.c
378
goto next;
sys/arch/macppc/dev/if_gm.c
383
next:
sys/arch/macppc/dev/if_mc.c
263
goto next;
sys/arch/macppc/dev/if_mc.c
282
next:
sys/arch/macppc/dev/smu.c
431
if (OF_getprop(child, "location", loc, 32) == 0) goto next;
sys/arch/macppc/dev/smu.c
432
if (OF_getprop(child, "device_type", type, 32) == 0) goto next;
sys/arch/macppc/dev/smu.c
433
if (OF_getprop(child, "reg", ®, 4) == 0) goto next;
sys/arch/macppc/dev/smu.c
443
next:
sys/arch/macppc/dev/snapper.c
1227
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1241
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1254
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1266
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1275
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1282
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1289
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1299
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1310
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1321
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1332
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
1343
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/arch/macppc/dev/snapper.c
773
char prop[64], next[64], codec[64], *cref;
sys/arch/macppc/dev/snapper.c
787
ok = OF_nextprop(sound, NULL, next);
sys/arch/macppc/dev/snapper.c
790
DPRINTF("prop %d %s\n", ok, next);
sys/arch/macppc/dev/snapper.c
791
strncpy(prop, next, 64);
sys/arch/macppc/dev/snapper.c
792
if ((cref = strstr(next, "-codec-ref")) != NULL) {
sys/arch/macppc/dev/snapper.c
793
OF_getprop(sound, next, &codec_node, 4);
sys/arch/macppc/dev/snapper.c
799
ok = OF_nextprop(sound, prop, next);
sys/arch/mips/adm5120/dev/ahci.c
1202
ep->next = ep;
sys/arch/mips/adm5120/dev/ahci.c
1216
td[i]->next = td[i + 1];
sys/arch/mips/adm5120/dev/ahci.c
1223
td[i]->next = 0;
sys/arch/mips/adm5120/dev/ahci.c
882
ep->next = ep;
sys/arch/mips/adm5120/dev/ahci.c
889
td->next = td1;
sys/arch/mips/adm5120/dev/ahci.c
893
td1->next = td2;
sys/arch/mips/adm5120/dev/ahci.c
897
td->next = td2;
sys/arch/mips/adm5120/dev/ahci.c
902
td2->next = td3;
sys/arch/mips/adm5120/dev/ahci.c
907
td3->next = 0;
sys/arch/mips/adm5120/dev/ahcireg.h
102
volatile struct admhcd_td *next;
sys/arch/mips/adm5120/dev/ahcireg.h
85
volatile struct admhcd_ed *next;
sys/arch/mips/cavium/dev/octeon_smi.c
184
TAILQ_INSERT_TAIL(&octsmi_instances, oi, next);
sys/arch/mips/cavium/dev/octeon_smi.c
84
TAILQ_ENTRY(octsmi_instance) next;
sys/arch/mips/ralink/ralink_ehci.c
144
TAILQ_FOREACH(ruh, &ralink_usb_alldevs, next) {
sys/arch/mips/ralink/ralink_ehci.c
210
TAILQ_INSERT_TAIL(&ralink_usb_alldevs, ruh, next);
sys/arch/mips/ralink/ralink_ehci.c
221
TAILQ_REMOVE(&ralink_usb_alldevs, ruh, next);
sys/arch/mips/ralink/ralink_usbhcvar.h
40
TAILQ_ENTRY(ralink_usb_hc) next;
sys/arch/mipsco/include/bootinfo.h
42
int next; /* offset of next item, or zero */
sys/arch/mipsco/mipsco/machdep.c
330
help += bt->next;
sys/arch/mipsco/mipsco/machdep.c
331
} while (bt->next != 0 &&
sys/arch/mipsco/stand/common/bootinfo.c
50
bi->next = bi->type = 0;
sys/arch/mipsco/stand/common/bootinfo.c
68
bi->next = size;
sys/arch/mipsco/stand/common/bootinfo.c
74
bi->next = bi->type = 0;
sys/arch/mmeye/include/bootinfo.h
36
int32_t next; /* offset of next item, or zero */
sys/arch/mmeye/mmeye/machdep.c
814
if (((struct btinfo_common *)help)->next == 0)
sys/arch/mmeye/mmeye/machdep.c
821
help += bt->next;
sys/arch/mmeye/mmeye/machdep.c
822
} while (bt->next != 0 &&
sys/arch/mmeye/stand/boot/bootinfo.c
51
bi->next = bi->type = 0;
sys/arch/mmeye/stand/boot/bootinfo.c
74
bi->next = size;
sys/arch/mmeye/stand/boot/bootinfo.c
80
bi->next = bi->type = 0;
sys/arch/mmeye/stand/boot/tgets.c
52
goto next;
sys/arch/mmeye/stand/boot/tgets.c
56
next:
sys/arch/mvmeppc/mvmeppc/mainbus.c
119
SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
sys/arch/newsmips/apbus/spifi.c
359
goto next;
sys/arch/newsmips/include/bootinfo.h
34
int next; /* offset of next item, or zero */
sys/arch/newsmips/newsmips/machdep.c
421
help += bt->next;
sys/arch/newsmips/newsmips/machdep.c
422
} while (bt->next != 0 &&
sys/arch/newsmips/stand/boot/bootinfo.c
49
bi->next = bi->type = 0;
sys/arch/newsmips/stand/boot/bootinfo.c
66
bi->next = size;
sys/arch/newsmips/stand/boot/bootinfo.c
72
bi->next = bi->type = 0;
sys/arch/next68k/dev/esp.c
560
int next;
sys/arch/next68k/dev/esp.c
565
while (((next = nd_bsr4(DD_NEXT)) !=
sys/arch/next68k/dev/esp.c
567
onext != next) {
sys/arch/next68k/dev/esp.c
568
onext = next;
sys/arch/next68k/next68k/conf.c
51
cons_decl(next);
sys/arch/next68k/next68k/conf.c
58
cons_init(next),
sys/arch/ofppc/ofppc/disksubr.c
380
for (nextb = rbp->partbhead; nextb != RDBNULL; nextb = pbp->next) {
sys/arch/ofppc/pci/gt_mainbus.c
283
SIMPLEQ_INSERT_TAIL(&genppc_gtpci1_chipset.pc_pbi, pbi, next);
sys/arch/ofppc/pci/ofwpci.c
212
SIMPLEQ_INSERT_TAIL(&pc->pc_pbi, pbi, next);
sys/arch/ofppc/stand/ofwboot/rdb.c
192
for (blk = rbp->partbhead; blk != RDBNULL; blk = pbp->next) {
sys/arch/playstation2/playstation2/sifbios.h
161
struct sifrpc_server *next;
sys/arch/playstation2/playstation2/sifbios.h
171
struct sifrpc_server *next;
sys/arch/pmax/include/bootinfo.h
42
int next; /* offset of next item, or zero */
sys/arch/pmax/pmax/machdep.c
406
help += bt->next;
sys/arch/pmax/pmax/machdep.c
407
} while (bt->next != 0 &&
sys/arch/pmax/stand/common/bootinfo.c
49
bi->next = bi->type = 0;
sys/arch/pmax/stand/common/bootinfo.c
65
bi->next = size;
sys/arch/pmax/stand/common/bootinfo.c
71
bi->next = bi->type = 0;
sys/arch/powerpc/ibm4xx/pmap.c
1909
static int next = MINCTX;
sys/arch/powerpc/ibm4xx/pmap.c
1917
cnum = next;
sys/arch/powerpc/ibm4xx/pmap.c
1921
} while (ctxbusy[cnum] != NULL && cnum != next);
sys/arch/powerpc/ibm4xx/pmap.c
1936
next = cnum;
sys/arch/powerpc/include/pci_machdep.h
129
SIMPLEQ_ENTRY(genppc_pci_chipset_businfo) next;
sys/arch/powerpc/mpc5200/mpc5200_pci.c
244
pbi = SIMPLEQ_NEXT(pbi, next);
sys/arch/powerpc/mpc5200/mpc5200_pci.c
264
pbi = SIMPLEQ_NEXT(pbi, next);
sys/arch/powerpc/mpc5200/mpc5200_pci.c
421
SIMPLEQ_INSERT_TAIL(&pc->pc_pbi, pbi, next);
sys/arch/powerpc/mpc5200/psc.c
326
u_int next = (sc->sc_rbput + 1) & PSC_RING_MASK;
sys/arch/powerpc/mpc5200/psc.c
328
if (next != sc->sc_rbget) {
sys/arch/powerpc/mpc5200/psc.c
330
sc->sc_rbput = next;
sys/arch/powerpc/oea/ofw_consinit.c
78
struct usb_kbd_ihandles *next;
sys/arch/powerpc/pci/pci_machdep_ofw.c
407
pbi = SIMPLEQ_NEXT(pbi, next);
sys/arch/powerpc/pci/pci_machdep_ofw.c
429
pbi = SIMPLEQ_NEXT(pbi, next);
sys/arch/powerpc/pci/pci_machdep_ofw.c
561
SIMPLEQ_INSERT_TAIL(&pct->pc_pbi, pbi, next);
sys/arch/prep/include/bootinfo.h
33
int next; /* offset of next item, or zero */
sys/arch/prep/isa/paud_isa.c
233
dip->next = PAUD_MIC_IN_MUTE;
sys/arch/prep/isa/paud_isa.c
243
dip->next = PAUD_LINE_IN_MUTE;
sys/arch/prep/isa/paud_isa.c
253
dip->next = PAUD_DAC_MUTE;
sys/arch/prep/isa/paud_isa.c
263
dip->next = PAUD_RECORD_SOURCE;
sys/arch/prep/isa/paud_isa.c
273
dip->next = PAUD_MONITOR_MUTE;
sys/arch/prep/isa/paud_isa.c
282
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/prep/isa/paud_isa.c
289
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/prep/isa/paud_isa.c
296
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/arch/prep/isa/paud_isa.c
304
dip->next = AUDIO_MIXER_LAST;
sys/arch/prep/isa/paud_isa.c
311
dip->next = AUDIO_MIXER_LAST;
sys/arch/prep/isa/paud_isa.c
318
dip->next = AUDIO_MIXER_LAST;
sys/arch/prep/isa/paud_isa.c
325
dip->next = AUDIO_MIXER_LAST;
sys/arch/prep/isa/paud_isa.c
339
dip->next = AUDIO_MIXER_LAST;
sys/arch/prep/pci/pci_machdep.c
142
pbi = SIMPLEQ_NEXT(pbi, next);
sys/arch/prep/pci/pci_machdep.c
174
pbi = SIMPLEQ_NEXT(pbi, next);
sys/arch/prep/pci/pci_machdep.c
196
pbi = SIMPLEQ_NEXT(pbi, next);
sys/arch/prep/pci/pci_machdep.c
353
SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
sys/arch/prep/pnpbus/if_we_pnpbus.c
238
i < pna->pna_res.numirq; i++, irq = SIMPLEQ_NEXT(irq, next)) {
sys/arch/prep/pnpbus/pnpbus.c
115
SIMPLEQ_INSERT_TAIL(&r->irq, irq, next);
sys/arch/prep/pnpbus/pnpbus.c
135
SIMPLEQ_INSERT_TAIL(&r->dma, dma, next);
sys/arch/prep/pnpbus/pnpbus.c
156
SIMPLEQ_INSERT_TAIL(&r->io, io, next);
sys/arch/prep/pnpbus/pnpbus.c
175
SIMPLEQ_INSERT_TAIL(&r->io, io, next);
sys/arch/prep/pnpbus/pnpbus.c
194
SIMPLEQ_INSERT_TAIL(&r->iomem, mem, next);
sys/arch/prep/pnpbus/pnpbus.c
216
SIMPLEQ_INSERT_TAIL(&r->io, io, next);
sys/arch/prep/pnpbus/pnpbus.c
227
SIMPLEQ_INSERT_TAIL(&r->mem, mem, next);
sys/arch/prep/pnpbus/pnpbus.c
245
id->next = r->compatids;
sys/arch/prep/pnpbus/pnpbus.c
423
SIMPLEQ_FOREACH(mem, &r->mem, next) {
sys/arch/prep/pnpbus/pnpbus.c
435
SIMPLEQ_FOREACH(io, &r->io, next) {
sys/arch/prep/pnpbus/pnpbus.c
446
SIMPLEQ_FOREACH(mem, &r->iomem, next) {
sys/arch/prep/pnpbus/pnpbus.c
458
SIMPLEQ_FOREACH(irq, &r->irq, next) {
sys/arch/prep/pnpbus/pnpbus.c
466
SIMPLEQ_FOREACH(dma, &r->dma, next) {
sys/arch/prep/pnpbus/pnpbus.c
503
irq = SIMPLEQ_NEXT(irq, next);
sys/arch/prep/pnpbus/pnpbus.c
533
irq = SIMPLEQ_NEXT(irq, next);
sys/arch/prep/pnpbus/pnpbus.c
552
dma = SIMPLEQ_NEXT(dma, next);
sys/arch/prep/pnpbus/pnpbus.c
569
io = SIMPLEQ_NEXT(io, next);
sys/arch/prep/pnpbus/pnpbus.c
589
io = SIMPLEQ_NEXT(io, next);
sys/arch/prep/pnpbus/pnpbus.c
607
io = SIMPLEQ_NEXT(io, next);
sys/arch/prep/pnpbus/pnpbus.c
622
mem = SIMPLEQ_NEXT(mem, next);
sys/arch/prep/pnpbus/pnpbus.c
642
mem = SIMPLEQ_NEXT(mem, next);
sys/arch/prep/pnpbus/pnpbus.c
660
mem = SIMPLEQ_NEXT(mem, next);
sys/arch/prep/pnpbus/pnpbusvar.h
40
SIMPLEQ_ENTRY(pnpbus_mem) next;
sys/arch/prep/pnpbus/pnpbusvar.h
45
SIMPLEQ_ENTRY(pnpbus_io) next;
sys/arch/prep/pnpbus/pnpbusvar.h
50
SIMPLEQ_ENTRY(pnpbus_irq) next;
sys/arch/prep/pnpbus/pnpbusvar.h
55
SIMPLEQ_ENTRY(pnpbus_dma) next;
sys/arch/prep/pnpbus/pnpbusvar.h
61
struct pnpbus_compatid *next;
sys/arch/prep/prep/machdep.c
228
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/prep/prep/machdep.c
229
} while (bt->next &&
sys/arch/prep/prep/mainbus.c
142
SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
sys/arch/prep/prep/mainbus.c
191
SIMPLEQ_FOREACH(pbi, &genppc_pct->pc_pbi, next)
sys/arch/prep/stand/boot/boot.c
110
btinfo_console.common.next = sizeof(btinfo_console);
sys/arch/prep/stand/boot/boot.c
121
btinfo_clock.common.next = 0;
sys/arch/prep/stand/boot/boot.c
200
goto next;
sys/arch/prep/stand/boot/boot.c
212
next:
sys/arch/prep/stand/boot/boot.c
97
btinfo_residual.common.next = sizeof(btinfo_residual);
sys/arch/prep/stand/boot/tgets.c
50
goto next;
sys/arch/prep/stand/boot/tgets.c
54
next:
sys/arch/riscv/riscv/clock_machdep.c
102
uint64_t next = ci->ci_lastintr + timer_ticks_per_hz;
sys/arch/riscv/riscv/clock_machdep.c
103
ci->ci_lastintr_scheduled = next;
sys/arch/riscv/riscv/clock_machdep.c
105
sbi_set_timer(next); /* schedule next timer interrupt */
sys/arch/rs6000/include/bootinfo.h
33
int next; /* offset of next item, or zero */
sys/arch/rs6000/rs6000/machdep.c
453
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/rs6000/rs6000/machdep.c
454
} while (bt->next &&
sys/arch/rs6000/stand/boot/boot.c
183
btinfo_iplcb.common.next = sizeof(btinfo_iplcb);
sys/arch/rs6000/stand/boot/boot.c
195
btinfo_console.common.next = sizeof(btinfo_console);
sys/arch/rs6000/stand/boot/boot.c
263
goto next;
sys/arch/rs6000/stand/boot/boot.c
275
next:
sys/arch/rs6000/stand/boot/tgets.c
50
goto next;
sys/arch/rs6000/stand/boot/tgets.c
54
next:
sys/arch/sandpoint/include/bootinfo.h
35
int next; /* offset of next item, or zero */
sys/arch/sandpoint/sandpoint/machdep.c
299
if (help->next == 0)
sys/arch/sandpoint/sandpoint/machdep.c
305
help = (struct btinfo_common *)((char*)help + bt->next);
sys/arch/sandpoint/sandpoint/machdep.c
306
} while (bt->next &&
sys/arch/sandpoint/stand/altboot/main.c
426
bi->next = size;
sys/arch/sgimips/hpc/haltwo.c
548
dev->prev = dev->next = AUDIO_MIXER_LAST;
sys/arch/sgimips/hpc/haltwo.c
559
dev->next = dev->prev = AUDIO_MIXER_LAST;
sys/arch/sgimips/hpc/haltwo.c
627
p->next = sc->sc_dma_bufs;
sys/arch/sgimips/hpc/haltwo.c
640
for (pp = &sc->sc_dma_bufs; (p = *pp) != NULL; pp = &p->next) {
sys/arch/sgimips/hpc/haltwo.c
642
*pp = p->next;
sys/arch/sgimips/hpc/haltwo.c
671
for (p = sc->sc_dma_bufs; p != NULL; p = p->next)
sys/arch/sgimips/hpc/haltwo.c
734
for (p = sc->sc_dma_bufs; p != NULL; p = p->next)
sys/arch/sgimips/hpc/haltwovar.h
49
struct haltwo_dmabuf *next;
sys/arch/sgimips/hpc/haud.c
1045
dev->prev = dev->next = AUDIO_MIXER_LAST;
sys/arch/sgimips/hpc/haud.c
1055
dev->next = dev->prev = AUDIO_MIXER_LAST;
sys/arch/sgimips/include/bootinfo.h
36
size_t next; /* offset of next item, or zero if end of data */
sys/arch/sgimips/mace/mavb.c
555
di->prev = di->next = AUDIO_MIXER_LAST;
sys/arch/sgimips/mace/mavb.c
567
di->next = AD1843_ADC_GAIN;
sys/arch/sgimips/mace/mavb.c
597
di->next = AD1843_DAC1_MUTE;
sys/arch/sgimips/mace/mavb.c
625
di->next = di->index + AD1843_DAC2_MUTE - AD1843_DAC2_GAIN;
sys/arch/sgimips/sgimips/machdep.c
918
bip += bt->next;
sys/arch/sgimips/sgimips/machdep.c
919
} while (bt->next != 0 &&
sys/arch/sgimips/sgimips/machdep.c
920
bt->next < BOOTINFO_SIZE /* sanity */ &&
sys/arch/sgimips/stand/common/bootinfo.c
49
bootinfo->next = 0;
sys/arch/sgimips/stand/common/bootinfo.c
72
bi->next = size;
sys/arch/sgimips/stand/common/bootinfo.c
78
bi->next = 0;
sys/arch/sgimips/stand/undist/undist.c
577
static char *next;
sys/arch/sgimips/stand/undist/undist.c
581
if (next == NULL && str == NULL)
sys/arch/sgimips/stand/undist/undist.c
585
next = str;
sys/arch/sgimips/stand/undist/undist.c
587
if (*next == '\0')
sys/arch/sgimips/stand/undist/undist.c
592
start = next + strspn(next, WS);
sys/arch/sgimips/stand/undist/undist.c
598
next = NULL;
sys/arch/sgimips/stand/undist/undist.c
625
next = NULL;
sys/arch/sgimips/stand/undist/undist.c
634
next = NULL;
sys/arch/sgimips/stand/undist/undist.c
636
if (next != NULL)
sys/arch/sgimips/stand/undist/undist.c
637
next = end + 1;
sys/arch/shark/include/profileio.h
74
unsigned int next; /* the next pointer as an entry index */
sys/arch/shark/shark/profile.c
624
if (sample->next != 0)
sys/arch/shark/shark/profile.c
628
sample = &table->entries[sample->next];
sys/arch/shark/shark/profile.c
643
first->next = table->hdr.last;
sys/arch/shark/shark/profile.c
664
tmpIndex = prev->next;
sys/arch/shark/shark/profile.c
665
prev->next = sample->next;
sys/arch/shark/shark/profile.c
672
first->next = tmpIndex;
sys/arch/shark/shark/profile.c
706
i, sample->pc, sample->next, sample->counts[0],
sys/arch/sparc/dev/cgfourteen.c
1725
uint32_t bg, fg, addr, bg8, fg8, pixel, in, q, next;
sys/arch/sparc/dev/cgfourteen.c
1802
next = addr;
sys/arch/sparc/dev/cgfourteen.c
1807
sxm(SX_STB, next, 8, in - 1);
sys/arch/sparc/dev/cgfourteen.c
1808
next += in;
sys/arch/sparc/dev/cgfourteen.c
1814
sxm(SX_STUQ0, next, reg, q - 1);
sys/arch/sparc/dev/cgfourteen.c
1815
next += (q << 2);
sys/arch/sparc/dev/cgfourteen.c
1820
sxm(SX_STB, next, reg, cnt - 1);
sys/arch/sparc/dev/vme_machdep.c
613
struct sparc_vme_intr_handle *next;
sys/arch/sparc/dev/vme_machdep.c
642
for (; ihp; ihp = ihp->next)
sys/arch/sparc/dev/vme_machdep.c
713
for (; ihp; ihp = ihp->next)
sys/arch/sparc/dev/vme_machdep.c
766
svih->next = NULL;
sys/arch/sparc/dev/vme_machdep.c
779
svih->next = (vme_intr_handle_t)ih->ih_arg;
sys/arch/sparc/include/bootinfo.h
38
int next; /* offset of next item, or zero */
sys/arch/sparc/include/bsd_openprom.h
129
struct v0mlist *next;
sys/arch/sparc/sparc/autoconf.c
1940
help += bt->next;
sys/arch/sparc/sparc/autoconf.c
1941
} while (bt->next != 0 &&
sys/arch/sparc/sparc/autoconf.c
1975
bi_size += bt->next;
sys/arch/sparc/sparc/autoconf.c
1976
cp += bt->next;
sys/arch/sparc/sparc/autoconf.c
1977
} while (bt->next != 0 &&
sys/arch/sparc/sparc/autoconf.c
1994
memcpy(dp, cp, bt->next);
sys/arch/sparc/sparc/autoconf.c
1995
cp += bt->next;
sys/arch/sparc/sparc/autoconf.c
1996
dp += bt->next;
sys/arch/sparc/sparc/autoconf.c
1997
} while (bt->next != 0 &&
sys/arch/sparc/sparc/autoconf.c
2002
bt->next = bt->type = 0;
sys/arch/sparc/sparc/openfirm.c
247
cell_t next;
sys/arch/sparc/sparc/openfirm.c
258
return args.next;
sys/arch/sparc/sparc/pci_fixup.c
238
int next, k;
sys/arch/sparc/sparc/pci_fixup.c
242
next = OF_peer(node);
sys/arch/sparc/sparc/pci_fixup.c
244
next = OF_parent(node);
sys/arch/sparc/sparc/pci_fixup.c
245
next = OF_peer(node);
sys/arch/sparc/sparc/pci_fixup.c
247
next = 0;
sys/arch/sparc/sparc/pci_fixup.c
251
node = next;
sys/arch/sparc/sparc/pci_fixup.c
256
node = next;
sys/arch/sparc/sparc/pci_fixup.c
291
node = next;
sys/arch/sparc/sparc/pmap.c
292
struct mmuentry *prev, *next;
sys/arch/sparc/sparc/pmap.c
319
e->me_list.next->me_list.prev = e->me_list.prev;
sys/arch/sparc/sparc/pmap.c
320
e->me_list.prev->me_list.next = e->me_list.next;
sys/arch/sparc/sparc/pmap.c
327
e->me_list.next = e;
sys/arch/sparc/sparc/pmap.c
334
KASSERT(head->me_list.next != head);
sys/arch/sparc/sparc/pmap.c
335
return head->me_list.next;
sys/arch/sparc/sparc/pmap.c
341
return head->me_list.next == head;
sys/arch/sparc/sparc/pmap.c
348
e->me_list.next = head;
sys/arch/sparc/sparc/pmap.c
349
head->me_list.prev->me_list.next = e;
sys/arch/sparc/sparc/promlib.c
1132
for (n = 0; mp != NULL; mp = mp->next, n++) {
sys/arch/sparc/stand/boot/bootinfo.c
59
bi->next = bi->type = 0;
sys/arch/sparc/stand/boot/bootinfo.c
77
bi->next = ALIGN(size);
sys/arch/sparc/stand/boot/bootinfo.c
83
bi->next = bi->type = 0;
sys/arch/sparc/stand/ofwboot/bootinfo.c
66
bi->next = bi->type = 0;
sys/arch/sparc/stand/ofwboot/bootinfo.c
84
bi->next = ALIGN(size);
sys/arch/sparc/stand/ofwboot/bootinfo.c
90
bi->next = bi->type = 0;
sys/arch/sparc64/sparc64/autoconf.c
254
help += bt->next;
sys/arch/sparc64/sparc64/autoconf.c
255
} while (bt->next != 0 &&
sys/arch/sun3/include/mon.h
88
struct physmemory *next;
sys/arch/sun3/sun3x/pmap.c
663
membank = membank->next;
sys/arch/sun68k/include/mon.h
88
struct physmemory *next;
sys/arch/x68k/dev/ite.c
489
irp->next = next_repeat_timeo;
sys/arch/x68k/dev/ite.c
493
if (irp->start < ITEMINREPEAT && irp->next < ITEMINREPEAT)
sys/arch/x68k/dev/ite.c
496
next_repeat_timeo = irp->next;
sys/arch/x68k/include/iteioctl.h
56
int next; /* number of 100/s before next repeat */
sys/arch/x68k/stand/libdos/dos.h
169
struct dos_dpbptr *next;
sys/arch/x68k/stand/libiocs/iocs.h
144
const struct iocs_chain2 *next;
sys/arch/x86/include/mpconfig.h
53
struct mp_intr_map *next;
sys/arch/x86/x86/cpu_ucode_amd.c
173
goto next;
sys/arch/x86/x86/cpu_ucode_amd.c
182
goto next;
sys/arch/x86/x86/cpu_ucode_amd.c
187
goto next;
sys/arch/x86/x86/cpu_ucode_amd.c
205
next:
sys/arch/x86/x86/mp.c
222
for (mip = intrs; mip != NULL; mip = mip->next) {
sys/arch/x86/x86/mpacpi.c
200
mpi->next = NULL;
sys/arch/x86/x86/mpacpi.c
224
mpi->next = NULL;
sys/arch/x86/x86/mpacpi.c
315
mpi->next = NULL;
sys/arch/x86/x86/mpacpi.c
613
for (iter = mpb->mb_intrs; iter != NULL; iter = iter->next) {
sys/arch/x86/x86/mpacpi.c
679
mpi->next = mpb->mb_intrs;
sys/arch/x86/x86/mpacpi.c
772
mpi->next = &mp_intrs[mpacpi_intr_index + 1];
sys/arch/x86/x86/mpacpi.c
774
mpi->next = NULL;
sys/arch/x86/x86/mpbios.c
1354
mpi->next = mpb->mb_intrs;
sys/arch/x86/x86/pmap.c
4886
goto next;
sys/arch/x86/x86/pmap.c
4896
next:;
sys/arch/x86/x86/pmap.c
6850
goto next;
sys/arch/x86/x86/pmap.c
6865
next:;
sys/arch/x86/x86/pmap.c
931
for (ent = (&map->header)->next; ent != &map->header; ent = ent->next) {
sys/arch/xen/xen/xbdback_xenbus.c
186
SLIST_ENTRY(xbdback_instance) next;
sys/arch/xen/xen/xbdback_xenbus.c
367
SLIST_INSERT_HEAD(&xbdback_instances, xbdi, next);
sys/arch/xen/xen/xbdback_xenbus.c
464
SLIST_REMOVE(&xbdback_instances, xbdi, xbdback_instance, next);
sys/arch/xen/xen/xbdback_xenbus.c
505
SLIST_REMOVE(&xbdback_instances, xbdi, xbdback_instance, next);
sys/arch/xen/xen/xbdback_xenbus.c
901
SLIST_FOREACH(xbdi, &xbdback_instances, next) {
sys/arch/xen/xen/xen_clock.c
780
uint64_t last, now, delta, next;
sys/arch/xen/xen/xen_clock.c
858
next = ci->ci_xen_hardclock_systime_ns + ns_per_tick;
sys/arch/xen/xen/xen_clock.c
859
error = HYPERVISOR_set_timer_op(next);
sys/arch/xen/xen/xen_clock.c
861
next = xen_vcputime_systime_ns() + ns_per_tick / 2;
sys/arch/xen/xen/xen_clock.c
862
error = HYPERVISOR_set_timer_op(next);
sys/arch/xen/xen/xennetback_xenbus.c
101
SLIST_ENTRY(xnetback_instance) next;
sys/arch/xen/xen/xennetback_xenbus.c
207
SLIST_INSERT_HEAD(&xnetback_instances, xneti, next);
sys/arch/xen/xen/xennetback_xenbus.c
366
xneti, xnetback_instance, next);
sys/arch/xen/xen/xennetback_xenbus.c
585
SLIST_FOREACH(xneti, &xnetback_instances, next) {
sys/arch/xen/xen/xpci_xenbus.c
605
goto next;
sys/arch/xen/xen/xpci_xenbus.c
620
goto next;
sys/arch/xen/xen/xpci_xenbus.c
626
next:
sys/arch/zaurus/dev/wm8731_zaudio.c
783
di->next = WM8731_SPKR_MUTE;
sys/arch/zaurus/dev/wm8731_zaudio.c
795
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8731_zaudio.c
811
di->next = WM8731_MIC_MUTE;
sys/arch/zaurus/dev/wm8731_zaudio.c
823
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8731_zaudio.c
830
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8731_zaudio.c
842
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8731_zaudio.c
850
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8731_zaudio.c
858
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8750_zaudio.c
880
di->next = WM8750_SPKR_MUTE;
sys/arch/zaurus/dev/wm8750_zaudio.c
891
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8750_zaudio.c
898
di->next = WM8750_HP_MUTE;
sys/arch/zaurus/dev/wm8750_zaudio.c
910
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8750_zaudio.c
926
di->next = WM8750_MIC_MUTE;
sys/arch/zaurus/dev/wm8750_zaudio.c
938
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8750_zaudio.c
945
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8750_zaudio.c
957
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8750_zaudio.c
965
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/dev/wm8750_zaudio.c
973
di->next = AUDIO_MIXER_LAST;
sys/arch/zaurus/stand/zboot/diskprobe.c
149
char *bc, *top, *next, *p, *q;
sys/arch/zaurus/stand/zboot/diskprobe.c
180
for (p = bc; *p != '\0'; p = next) {
sys/arch/zaurus/stand/zboot/diskprobe.c
192
next = p;
sys/arch/zaurus/stand/zbsdmod/compat_linux.h
83
struct proc_dir_entry *next, *parent, *subdir;
sys/compat/common/uipc_syscalls_40.c
151
next:
sys/compat/common/uipc_syscalls_40.c
89
goto next;
sys/compat/freebsd/freebsd_sysctl.c
198
next:
sys/compat/freebsd/freebsd_sysctl.c
216
goto next;
sys/compat/linux/common/linux_exec_elf32.c
400
goto next;
sys/compat/linux/common/linux_exec_elf32.c
407
goto next;
sys/compat/linux/common/linux_exec_elf32.c
419
next:
sys/compat/linux/common/linux_fdio.h
142
struct floppy_raw_cmd *next;
sys/compat/linux/common/linux_socket.c
1236
goto next;
sys/compat/linux/common/linux_socket.c
1249
next:
sys/compat/linux32/common/linux32_socket.c
467
goto next;
sys/compat/linux32/common/linux32_socket.c
480
next:
sys/ddb/db_command.c
1409
goto next;
sys/ddb/db_command.c
1425
goto next;
sys/ddb/db_command.c
1447
next: db_read_bytes((db_addr_t)&l->l_sibling.le_next,
sys/dev/acpi/acpi_mcfg.c
345
goto next;
sys/dev/acpi/acpi_mcfg.c
359
goto next;
sys/dev/acpi/acpi_mcfg.c
376
goto next;
sys/dev/acpi/acpi_mcfg.c
393
goto next;
sys/dev/acpi/acpi_mcfg.c
406
next:
sys/dev/acpi/apei_hest.c
888
ACPI_HEST_HEADER *header, *next;
sys/dev/acpi/apei_hest.c
929
for (i = 0; i < n && resid; i++, header = next) {
sys/dev/acpi/apei_hest.c
930
next = apei_hest_attach_source(sc, header, i, resid);
sys/dev/acpi/apei_hest.c
931
if (next == NULL) {
sys/dev/acpi/apei_hest.c
936
KASSERT(header < next);
sys/dev/acpi/apei_hest.c
937
KASSERT((size_t)((const char *)next - (const char *)header) <=
sys/dev/acpi/apei_hest.c
939
resid -= (const char *)next - (const char *)header;
sys/dev/ata/ata_raid_nvidia.c
135
struct _arrayno *next;
sys/dev/ata/ata_raid_nvidia.c
194
for (anptr = &arrayno, count = 0; anptr->next; anptr = anptr->next, count++) {
sys/dev/ata/ata_raid_nvidia.c
199
if (anptr->next == NULL) {
sys/dev/ata/ata_raid_nvidia.c
203
anptr->next = kmem_zalloc(sizeof(arrayno), KM_SLEEP);
sys/dev/bio.c
223
struct bio_mapping *bm, *next;
sys/dev/bio.c
226
for (bm = LIST_FIRST(&bios); bm != NULL; bm = next) {
sys/dev/bio.c
227
next = LIST_NEXT(bm, bm_link);
sys/dev/bluetooth/btsco.c
915
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/bluetooth/btsco.c
925
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/bluetooth/btsco.c
935
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/cardbus/cardbus.c
242
SIMPLEQ_FOREACH(p, &rom_image, next) {
sys/dev/cardbus/cardbus.c
253
SIMPLEQ_REMOVE_HEAD(&rom_image, next);
sys/dev/cardbus/cardbus_exrom.c
134
SIMPLEQ_INSERT_TAIL(head, image, next);
sys/dev/cardbus/cardbus_exrom.h
60
SIMPLEQ_ENTRY(cardbus_rom_image) next;
sys/dev/cardbus/ehci_cardbus.c
179
TAILQ_FOREACH(up, &ehci_cardbus_alldevs, next) {
sys/dev/cardbus/ehci_cardbus.c
239
TAILQ_INSERT_TAIL(&ehci_cardbus_alldevs, up, next);
sys/dev/cardbus/ehci_cardbus.c
252
TAILQ_REMOVE(&ehci_cardbus_alldevs, up, next);
sys/dev/cardbus/usb_cardbus.h
39
TAILQ_ENTRY(usb_cardbus) next;
sys/dev/dkwedge/dkwedge_rdb.c
169
nextb = be32toh(pbp->next)) {
sys/dev/dm/device-mapper.c
542
SLIST_FOREACH(table_en, tbl, next)
sys/dev/dm/device-mapper.c
644
SLIST_FOREACH(table_en, tbl, next) {
sys/dev/dm/dm.h
72
TAILQ_ENTRY(dm_mapping) next;
sys/dev/dm/dm.h
86
SLIST_ENTRY(dm_table_entry) next;
sys/dev/dm/dm_ioctl.c
657
SLIST_FOREACH(table_en, tbl, next)
sys/dev/dm/dm_ioctl.c
678
TAILQ_FOREACH(map, &table_en->pdev_maps, next) {
sys/dev/dm/dm_ioctl.c
811
SLIST_INSERT_HEAD(tbl, table_en, next);
sys/dev/dm/dm_ioctl.c
813
SLIST_INSERT_AFTER(last_table, table_en, next);
sys/dev/dm/dm_ioctl.c
957
SLIST_FOREACH(table_en, tbl, next) {
sys/dev/dm/dm_table.c
168
SLIST_REMOVE(tbl, table_en, dm_table_entry, next);
sys/dev/dm/dm_table.c
203
SLIST_FOREACH(table_en, tbl, next)
sys/dev/dm/dm_table.c
256
SLIST_FOREACH(table_en, tbl, next) {
sys/dev/dm/dm_table.c
293
SLIST_FOREACH(table_en, tbl, next)
sys/dev/dm/dm_table.c
349
TAILQ_FOREACH(map, &table_en->pdev_maps, next) {
sys/dev/dm/dm_table.c
360
TAILQ_INSERT_TAIL(&table_en->pdev_maps, map, next);
sys/dev/dm/dm_table.c
374
TAILQ_REMOVE(&table_en->pdev_maps, map, next);
sys/dev/dm/dm_target_delay.c
332
int next = -1;
sys/dev/dm/dm_target_delay.c
348
next = dp->expire;
sys/dev/dm/dm_target_delay.c
350
next = lmin(next, dp->expire);
sys/dev/dm/dm_target_delay.c
357
callout_reset(&di->cal, next - tick, _timeout, di);
sys/dev/eisa/ahb.c
380
goto next; /* whatever it was, it'll timeout */
sys/dev/eisa/ahb.c
398
goto next;
sys/dev/eisa/ahb.c
404
next:
sys/dev/fdt/cpufreq_dt.c
422
TAILQ_FOREACH(table, &cpufreq_dt_tables, next)
sys/dev/fdt/cpufreq_dt.c
426
TAILQ_INSERT_TAIL(&cpufreq_dt_tables, &sc->sc_table, next);
sys/dev/fdt/cpufreq_dt.c
49
TAILQ_ENTRY(cpufreq_dt_table) next;
sys/dev/fdt/fdt_memory.c
235
struct fdt_memory_range *mr, *next, *tmp;
sys/dev/fdt/fdt_memory.c
251
next = fdt_memory_range_alloc();
sys/dev/fdt/fdt_memory.c
252
if (next == NULL)
sys/dev/fdt/fdt_memory.c
254
next->mr_mem.start = end;
sys/dev/fdt/fdt_memory.c
255
next->mr_mem.end = mr->mr_mem.end;
sys/dev/fdt/fdt_memory.c
257
TAILQ_INSERT_AFTER(&fdt_memory_ranges, mr, next, mr_list);
sys/dev/fdt/fdt_phy.c
105
goto next;
sys/dev/fdt/fdt_phy.c
124
next:
sys/dev/fdt/fdtbus.c
523
struct fdt_node *node, *next;
sys/dev/fdt/fdtbus.c
525
TAILQ_FOREACH_SAFE(node, &fdt_nodes, n_nodes, next) {
sys/dev/goldfish/gfrtc.c
143
gfrtc_set_alarm(struct gfrtc_softc * const sc, const uint64_t next)
sys/dev/goldfish/gfrtc.c
145
GOLDFISH_RTC_WRITE(sc, GOLDFISH_RTC_ALARM_HIGH, (uint32_t)(next >> 32));
sys/dev/goldfish/gfrtc.c
146
GOLDFISH_RTC_WRITE(sc, GOLDFISH_RTC_ALARM_LOW, (uint32_t)next);
sys/dev/hdaudio/hdafg.c
2880
mx[index].mx_di.next = index + 1;
sys/dev/hdaudio/hdafg.c
2902
mx[index].mx_di.next = index + 1;
sys/dev/hdaudio/hdafg.c
2914
mx[index - 1].mx_di.next = index;
sys/dev/hdaudio/hdafg.c
2922
mx[index].mx_di.next = index + 1;
sys/dev/hdaudio/hdafg.c
2978
mx[index].mx_di.prev = mx[index].mx_di.next = AUDIO_MIXER_LAST;
sys/dev/hdaudio/hdafg.c
3012
mx[index].mx_di.prev = mx[index].mx_di.next = AUDIO_MIXER_LAST;
sys/dev/hdaudio/hdafg.c
3030
mx[index].mx_di.prev = mx[index].mx_di.next = AUDIO_MIXER_LAST;
sys/dev/hdaudio/hdafg.c
3054
mx[index].mx_di.prev = mx[index].mx_di.next = AUDIO_MIXER_LAST;
sys/dev/hid/hid.c
109
while (s->cur.next != NULL) {
sys/dev/hid/hid.c
110
struct hid_item *hi = s->cur.next->next;
sys/dev/hid/hid.c
111
kmem_free(s->cur.next, sizeof(*s->cur.next));
sys/dev/hid/hid.c
112
s->cur.next = hi;
sys/dev/hid/hid.c
140
h->next = NULL;
sys/dev/hid/hid.c
244
h->next = NULL;
sys/dev/hid/hid.c
313
c->next = hi;
sys/dev/hid/hid.c
316
hi = c->next;
sys/dev/hid/hid.h
83
struct hid_item *next;
sys/dev/hyperv/if_hvn.c
1008
next:
sys/dev/hyperv/if_hvn.c
4783
goto next;
sys/dev/hyperv/if_hvn.c
4790
next:
sys/dev/hyperv/if_hvn.c
971
goto next;
sys/dev/i2c/es8316ac.c
176
int prev, next;
sys/dev/i2c/es8316ac.c
202
.next = AUDIO_MIXER_LAST,
sys/dev/i2c/es8316ac.c
213
.next = ESCODEC_INPUT_DAC_MUTE,
sys/dev/i2c/es8316ac.c
229
.next = AUDIO_MIXER_LAST,
sys/dev/i2c/es8316ac.c
246
.next = AUDIO_MIXER_LAST,
sys/dev/i2c/es8316ac.c
265
.next = ESCODEC_INPUT_MIXEROUT_MUTE,
sys/dev/i2c/es8316ac.c
285
.next = AUDIO_MIXER_LAST,
sys/dev/i2c/es8316ac.c
444
di->next = mix->next;
sys/dev/ic/ac97.c
1214
as->source_info[previdx].next = idx2;
sys/dev/ic/ac97.c
1221
as->source_info[previdx].next = AUDIO_MIXER_LAST;
sys/dev/ic/ac97.c
1685
dip->next = si->next;
sys/dev/ic/ac97.c
2095
while (as->source_info[idx].next != AUDIO_MIXER_LAST)
sys/dev/ic/ac97.c
2096
idx = as->source_info[idx].next;
sys/dev/ic/ac97.c
2098
as->source_info[idx].next = ouridx;
sys/dev/ic/ac97.c
2100
si->next = AUDIO_MIXER_LAST;
sys/dev/ic/ac97.c
299
int next;
sys/dev/ic/aha.c
321
goto next;
sys/dev/ic/aha.c
351
goto next;
sys/dev/ic/aha.c
366
goto next;
sys/dev/ic/aha.c
372
next:
sys/dev/ic/aic79xx.c
1990
u_int next;
sys/dev/ic/aic79xx.c
2046
next = SCB_LIST_NULL;
sys/dev/ic/aic79xx.c
2049
next = ahd_inw_scbram(ahd, SCB_NEXT2);
sys/dev/ic/aic79xx.c
2052
ahd_outw(ahd, SCB_NEXT2, next);
sys/dev/ic/aic79xx.c
216
u_int prev, u_int next, u_int tid);
sys/dev/ic/aic79xx.c
7296
u_int next;
sys/dev/ic/aic79xx.c
7303
next = *list_head;
sys/dev/ic/aic79xx.c
7304
for (scbid = next; !SCBID_IS_NULL(scbid); scbid = next) {
sys/dev/ic/aic79xx.c
7319
next = ahd_inw_scbram(ahd, SCB_NEXT);
sys/dev/ic/aic79xx.c
7344
ahd_rem_wscb(ahd, scbid, prev, next, tid);
sys/dev/ic/aic79xx.c
7346
*list_head = next;
sys/dev/ic/aic79xx.c
7404
u_int prev, u_int next, u_int tid)
sys/dev/ic/aic79xx.c
7411
ahd_outw(ahd, SCB_NEXT, next);
sys/dev/ic/aic79xx.c
7420
if (SCBID_IS_NULL(next)
sys/dev/ic/aic79xx.c
7424
return (next);
sys/dev/ic/aic7xxx.c
5263
prev_scb->hscb->next = scb->hscb->tag;
sys/dev/ic/aic7xxx.c
5268
scb->hscb->next = ahc->next_queued_scb->hscb->tag;
sys/dev/ic/aic7xxx.c
5297
uint8_t next;
sys/dev/ic/aic7xxx.c
5408
next = scb->hscb->next;
sys/dev/ic/aic7xxx.c
5411
scb->hscb->next = next;
sys/dev/ic/aic7xxx.c
5420
scb->hscb->next = ahc->next_queued_scb->hscb->tag;
sys/dev/ic/aic7xxx.c
5427
next = ahc_inb(ahc, WAITING_SCBH); /* Start at head of list. */
sys/dev/ic/aic7xxx.c
5430
while (next != SCB_LIST_NULL) {
sys/dev/ic/aic7xxx.c
5433
ahc_outb(ahc, SCBPTR, next);
sys/dev/ic/aic7xxx.c
5445
scb_index, next);
sys/dev/ic/aic7xxx.c
5473
next = ahc_rem_wscb(ahc, next, prev);
sys/dev/ic/aic7xxx.c
5476
prev = next;
sys/dev/ic/aic7xxx.c
5477
next = ahc_inb(ahc, SCB_NEXT);
sys/dev/ic/aic7xxx.c
5482
prev = next;
sys/dev/ic/aic7xxx.c
5483
next = ahc_inb(ahc, SCB_NEXT);
sys/dev/ic/aic7xxx.c
5600
u_int next;
sys/dev/ic/aic7xxx.c
5606
next = ahc_inb(ahc, DISCONNECTED_SCBH);
sys/dev/ic/aic7xxx.c
5616
while (next != SCB_LIST_NULL) {
sys/dev/ic/aic7xxx.c
5619
ahc_outb(ahc, SCBPTR, next);
sys/dev/ic/aic7xxx.c
5629
if (next == prev) {
sys/dev/ic/aic7xxx.c
5632
next, prev);
sys/dev/ic/aic7xxx.c
5639
next =
sys/dev/ic/aic7xxx.c
5640
ahc_rem_scb_from_disc_list(ahc, prev, next);
sys/dev/ic/aic7xxx.c
5642
prev = next;
sys/dev/ic/aic7xxx.c
5643
next = ahc_inb(ahc, SCB_NEXT);
sys/dev/ic/aic7xxx.c
5648
prev = next;
sys/dev/ic/aic7xxx.c
5649
next = ahc_inb(ahc, SCB_NEXT);
sys/dev/ic/aic7xxx.c
5664
u_int next;
sys/dev/ic/aic7xxx.c
5667
next = ahc_inb(ahc, SCB_NEXT);
sys/dev/ic/aic7xxx.c
5675
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/ic/aic7xxx.c
5677
ahc_outb(ahc, DISCONNECTED_SCBH, next);
sys/dev/ic/aic7xxx.c
5679
return (next);
sys/dev/ic/aic7xxx.c
5709
u_int curscb, next;
sys/dev/ic/aic7xxx.c
5717
next = ahc_inb(ahc, SCB_NEXT);
sys/dev/ic/aic7xxx.c
5727
ahc_outb(ahc, WAITING_SCBH, next);
sys/dev/ic/aic7xxx.c
5740
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/ic/aic7xxx.c
5747
return next;
sys/dev/ic/aic7xxx_inline.h
437
q_hscb->next = scb->hscb->tag;
sys/dev/ic/aic7xxx_inline.h
456
|| scb->hscb->next == SCB_LIST_NULL)
sys/dev/ic/aic7xxx_inline.h
458
scb->hscb->tag, scb->hscb->next);
sys/dev/ic/aic7xxxvar.h
579
/*31*/ uint8_t next; /*
sys/dev/ic/am7930.c
610
dip->next = AUDIOAMD_MIC_MUTE;
sys/dev/ic/am7930.c
618
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
626
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
634
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
642
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
651
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
663
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
674
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
680
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
686
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/am7930.c
692
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/anx_dp.c
860
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/anx_dp.c
867
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/anx_dp.c
877
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/anx_dp.c
887
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/arcofi.c
906
md->next = ARCOFI_PORT_AUDIO_IN_MUTE;
sys/dev/ic/arcofi.c
914
md->next = ARCOFI_PORT_AUDIO_OUT_MUTE;
sys/dev/ic/arcofi.c
922
md->next = ARCOFI_PORT_AUDIO_SPKR_MUTE;
sys/dev/ic/arcofi.c
936
md->next = AUDIO_MIXER_LAST;
sys/dev/ic/arcofi.c
942
md->next = AUDIO_MIXER_LAST;
sys/dev/ic/arcofi.c
948
md->next = AUDIO_MIXER_LAST;
sys/dev/ic/arcofi.c
966
md->next = AUDIO_MIXER_LAST;
sys/dev/ic/arcofi.c
974
md->next = AUDIO_MIXER_LAST;
sys/dev/ic/ath.c
1310
struct mbuf *m, *next;
sys/dev/ic/ath.c
1460
next = m->m_nextpkt;
sys/dev/ic/ath.c
1473
if (next != NULL) {
sys/dev/ic/ath.c
1474
m = next;
sys/dev/ic/ath.c
3590
struct mbuf *next;
sys/dev/ic/ath.c
3593
next = m->m_nextpkt;
sys/dev/ic/ath.c
3596
} while ((m = next) != NULL);
sys/dev/ic/awi.c
1039
uint32_t frame, next, rstamp, rxoff;
sys/dev/ic/awi.c
1102
next = awi_read_4(sc, rxoff + AWI_RXD_NEXT);
sys/dev/ic/awi.c
1103
if (next & AWI_RXD_NEXT_LAST)
sys/dev/ic/awi.c
1106
if (next != awi_read_4(sc, rxoff + AWI_RXD_NEXT))
sys/dev/ic/awi.c
1110
rxoff = next & 0x7fff;
sys/dev/ic/bcmgenet.c
730
goto next;
sys/dev/ic/bcmgenet.c
739
goto next;
sys/dev/ic/bcmgenet.c
746
goto next;
sys/dev/ic/bcmgenet.c
769
goto next;
sys/dev/ic/bcmgenet.c
782
next:
sys/dev/ic/bcmgenetvar.h
53
u_int next, queued;
sys/dev/ic/bha.c
1541
goto next;
sys/dev/ic/bha.c
1570
goto next;
sys/dev/ic/bha.c
1586
goto next;
sys/dev/ic/bha.c
1592
next:
sys/dev/ic/bwi.c
8874
goto next;
sys/dev/ic/bwi.c
8891
goto next;
sys/dev/ic/bwi.c
8950
next:
sys/dev/ic/cac.c
356
ccb->ccb_req.next = 0;
sys/dev/ic/cacreg.h
233
u_int16_t next; /* offset of next request */
sys/dev/ic/com.c
2511
goto next;
sys/dev/ic/com.c
2516
next:
sys/dev/ic/cs4231.c
210
p->next = sc->sc_dmas;
sys/dev/ic/cs4231.c
234
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &(*pp)->next) {
sys/dev/ic/cs4231.c
241
*pp = p->next;
sys/dev/ic/cs4231.c
276
for (p = sc->sc_dmas; p != NULL && p->addr != start; p = p->next)
sys/dev/ic/cs4231.c
439
dip->next = CSAUDIO_DAC_MUTE;
sys/dev/ic/cs4231.c
449
dip->next = CSAUDIO_LINE_IN_MUTE;
sys/dev/ic/cs4231.c
459
dip->next = CSAUDIO_MONO_MUTE;
sys/dev/ic/cs4231.c
469
dip->next = CSAUDIO_CD_MUTE;
sys/dev/ic/cs4231.c
479
dip->next = CSAUDIO_OUTPUT_MUTE;
sys/dev/ic/cs4231.c
489
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
500
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
514
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
521
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
528
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
535
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
542
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
556
dip->next = CSAUDIO_RECORD_SOURCE;
sys/dev/ic/cs4231.c
566
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
582
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
589
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231.c
596
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/cs4231var.h
41
struct cs_dma *next;
sys/dev/ic/dw_hdmi.c
798
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/dw_hdmi.c
805
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/dw_hdmi.c
815
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/dw_hdmi.c
825
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/ic/dwc_eqos.c
1116
sc->sc_tx.next, sc->sc_tx.cur, TX_DESC_COUNT,
sys/dev/ic/dwc_eqos.c
1119
for (i = sc->sc_tx.next; sc->sc_tx.queued > 0; i = TX_NEXT(i)) {
sys/dev/ic/dwc_eqos.c
1160
sc->sc_tx.next = i;
sys/dev/ic/dwc_eqos.c
1212
"queued: %u\n", cnt, sc->sc_tx.cur, sc->sc_tx.next,
sys/dev/ic/dwc_eqos.c
1667
&sc->sc_rxdata.rxbuf[i], next);
sys/dev/ic/dwc_eqos.c
1985
NULL, 0, &txr->next,
sys/dev/ic/dwc_eqos.c
2015
NULL, 0, &rxr->next,
sys/dev/ic/dwc_eqos.c
398
index, sc->sc_tx.cur, sc->sc_tx.next, sc->sc_tx.queued,
sys/dev/ic/dwc_eqos.c
461
SLIST_REMOVE_HEAD(&sc->sc_rxdata.freelist, next);
sys/dev/ic/dwc_eqos.c
475
SLIST_INSERT_HEAD(&sc->sc_rxdata.freelist, rxbuf, next);
sys/dev/ic/dwc_eqos.c
691
sc->sc_tx.cur = sc->sc_tx.next = sc->sc_tx.queued = 0;
sys/dev/ic/dwc_eqos.c
706
sc->sc_rx.cur = sc->sc_rx.next = sc->sc_rx.queued = 0;
sys/dev/ic/dwc_eqos_var.h
48
SLIST_ENTRY(eqos_rxbuf) next;
sys/dev/ic/dwc_eqos_var.h
63
u_int cur, next, queued, count;
sys/dev/ic/dwc_gmac.c
483
int error, i, next;
sys/dev/ic/dwc_gmac.c
539
next = RX_NEXT(i);
sys/dev/ic/dwc_gmac.c
541
+ next * sizeof(*desc));
sys/dev/ic/esiop.c
1205
TAILQ_INSERT_TAIL(&sc->free_list, esiop_cmd, next);
sys/dev/ic/esiop.c
1246
next:
sys/dev/ic/esiop.c
1272
goto next;
sys/dev/ic/esiop.c
1278
goto next;
sys/dev/ic/esiop.c
1284
goto next;
sys/dev/ic/esiop.c
1294
goto next;
sys/dev/ic/esiop.c
1313
goto next;
sys/dev/ic/esiop.c
1514
TAILQ_REMOVE(&sc->free_list, esiop_cmd, next);
sys/dev/ic/esiop.c
1536
esiop_cmd, next);
sys/dev/ic/esiop.c
1565
esiop_cmd, next);
sys/dev/ic/esiop.c
1587
TAILQ_INSERT_TAIL(&sc->free_list, esiop_cmd, next);
sys/dev/ic/esiop.c
1608
esiop_cmd, next);
sys/dev/ic/esiop.c
184
TAILQ_REMOVE(&sc->free_tagtbl, tagtbl_donering, next);
sys/dev/ic/esiop.c
1977
TAILQ_INSERT_TAIL(&sc->free_list, &newcbd->cmds[i], next);
sys/dev/ic/esiop.c
1987
TAILQ_INSERT_TAIL(&sc->cmds, newcbd, next);
sys/dev/ic/esiop.c
2071
TAILQ_INSERT_TAIL(&sc->free_tagtbl, &newtbls[i], next);
sys/dev/ic/esiop.c
2075
TAILQ_INSERT_TAIL(&sc->tag_tblblk, newtblblk, next);
sys/dev/ic/esiop.c
2121
TAILQ_REMOVE(&sc->free_tagtbl, esiop_lun->lun_tagtbl, next);
sys/dev/ic/esiopvar.h
63
TAILQ_ENTRY (esiop_cmd) next;
sys/dev/ic/esiopvar.h
71
TAILQ_ENTRY (esiop_cbd) next;
sys/dev/ic/esiopvar.h
82
TAILQ_ENTRY (esiop_dsatbl) next;
sys/dev/ic/esiopvar.h
91
TAILQ_ENTRY (esiop_dsatblblk) next;
sys/dev/ic/gem.c
1397
next:
sys/dev/ic/gem.c
1523
goto next;
sys/dev/ic/interwave.c
1281
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1290
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1299
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1308
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1317
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1326
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1335
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1345
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1355
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1365
dip->next = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1380
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1386
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/interwave.c
1392
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/ic/malo.c
1340
goto next;
sys/dev/ic/malo.c
1375
next:
sys/dev/ic/malo.c
573
ring->cur = ring->next = 0;
sys/dev/ic/malo.c
675
ring->cur = ring->next = 0;
sys/dev/ic/malo.c
720
ring->cur = ring->next = ring->stat = 0;
sys/dev/ic/malo.c
808
ring->cur = ring->next = ring->stat = 0;
sys/dev/ic/malovar.h
33
int next;
sys/dev/ic/malovar.h
48
int next;
sys/dev/ic/mtd803.c
360
sc->desc[i].next =
sys/dev/ic/mtd803.c
364
sc->desc[i].next =
sys/dev/ic/mtd803.c
379
sc->desc[i].next =
sys/dev/ic/mtd803.c
384
sc->desc[i].next =
sys/dev/ic/mtd803var.h
57
u_int32_t next; /* Next descriptor address */
sys/dev/ic/mvsata.c
2643
int erqqip, erqqop, next, rv, i;
sys/dev/ic/mvsata.c
2654
next = erqqip;
sys/dev/ic/mvsata.c
2655
MVSATA_EDMAQ_INC(next);
sys/dev/ic/mvsata.c
2656
if (next == erqqop) {
sys/dev/ic/pckbc.c
498
int served = 0, data, next, s;
sys/dev/ic/pckbc.c
534
next = (t->rbuf_write+1) % PCKBC_RBUF_SIZE;
sys/dev/ic/pckbc.c
535
if (next == t->rbuf_read) {
sys/dev/ic/pckbc.c
541
t->rbuf_write = next;
sys/dev/ic/rt2560.c
1074
desc = &sc->txq.desc[sc->txq.next];
sys/dev/ic/rt2560.c
1075
data = &sc->txq.data[sc->txq.next];
sys/dev/ic/rt2560.c
1078
sc->txq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
sys/dev/ic/rt2560.c
1135
sc->txq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
sys/dev/ic/rt2560.c
1138
DPRINTFN(15, ("tx done idx=%u\n", sc->txq.next));
sys/dev/ic/rt2560.c
1141
sc->txq.next = (sc->txq.next + 1) % RT2560_TX_RING_COUNT;
sys/dev/ic/rt2560.c
1163
desc = &sc->prioq.desc[sc->prioq.next];
sys/dev/ic/rt2560.c
1164
data = &sc->prioq.data[sc->prioq.next];
sys/dev/ic/rt2560.c
1167
sc->prioq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
sys/dev/ic/rt2560.c
1208
sc->prioq.next * RT2560_TX_DESC_SIZE, RT2560_TX_DESC_SIZE,
sys/dev/ic/rt2560.c
1211
DPRINTFN(15, ("prio done idx=%u\n", sc->prioq.next));
sys/dev/ic/rt2560.c
1214
sc->prioq.next = (sc->prioq.next + 1) % RT2560_PRIO_RING_COUNT;
sys/dev/ic/rt2560.c
1457
data = &sc->bcnq.data[sc->bcnq.next];
sys/dev/ic/rt2560.c
1470
sc->bcnq.next = (sc->bcnq.next + 1) % RT2560_BEACON_RING_COUNT;
sys/dev/ic/rt2560.c
531
ring->cur = ring->next = 0;
sys/dev/ic/rt2560.c
616
ring->cur = ring->next = 0;
sys/dev/ic/rt2560.c
667
ring->cur = ring->next = 0;
sys/dev/ic/rt2560.c
766
ring->cur = ring->next = 0;
sys/dev/ic/rt2560var.h
71
int next;
sys/dev/ic/rt2560var.h
90
int next;
sys/dev/ic/rt2661.c
1006
txq->next * RT2661_TX_DESC_SIZE, RT2661_TX_DESC_SIZE,
sys/dev/ic/rt2661.c
1009
DPRINTFN(15, ("tx dma done q=%p idx=%u\n", txq, txq->next));
sys/dev/ic/rt2661.c
1011
if (++txq->next >= txq->count) /* faster than % count */
sys/dev/ic/rt2661.c
1012
txq->next = 0;
sys/dev/ic/rt2661.c
418
ring->cur = ring->next = ring->stat = 0;
sys/dev/ic/rt2661.c
502
ring->cur = ring->next = ring->stat = 0;
sys/dev/ic/rt2661.c
552
ring->cur = ring->next = 0;
sys/dev/ic/rt2661.c
648
ring->cur = ring->next = 0;
sys/dev/ic/rt2661.c
984
desc = &txq->desc[txq->next];
sys/dev/ic/rt2661.c
985
data = &txq->data[txq->next];
sys/dev/ic/rt2661.c
988
txq->next * RT2661_TX_DESC_SIZE, RT2661_TX_DESC_SIZE,
sys/dev/ic/rt2661var.h
66
int next;
sys/dev/ic/rt2661var.h
83
int next;
sys/dev/ic/rt2860.c
1270
while (ring->next != hw) {
sys/dev/ic/rt2860.c
1271
struct rt2860_tx_data *data = ring->data[ring->next];
sys/dev/ic/rt2860.c
1282
SLIST_INSERT_HEAD(&sc->data_pool, data, next);
sys/dev/ic/rt2860.c
1283
ring->data[ring->next] = NULL;
sys/dev/ic/rt2860.c
1288
ring->next = (ring->next + 1) % RT2860_TX_RING_COUNT;
sys/dev/ic/rt2860.c
1823
SLIST_REMOVE_HEAD(&sc->data_pool, next);
sys/dev/ic/rt2860.c
574
SLIST_INSERT_HEAD(&sc->data_pool, data, next);
sys/dev/ic/rt2860.c
579
ring->cur = ring->next = 0;
sys/dev/ic/rt2860.c
615
SLIST_INSERT_HEAD(&sc->data_pool, data, next);
sys/dev/ic/rt2860.c
619
ring->cur = ring->next = 0;
sys/dev/ic/rt2860.c
687
SLIST_INSERT_HEAD(&sc->data_pool, data, next);
sys/dev/ic/rt2860.c
714
SLIST_REMOVE_HEAD(&sc->data_pool, next);
sys/dev/ic/rt2860var.h
75
SLIST_ENTRY(rt2860_tx_data) next;
sys/dev/ic/rt2860var.h
85
int next;
sys/dev/ic/rtw.c
1452
u_int next, nproc = 0;
sys/dev/ic/rtw.c
1466
for (next = rdb->rdb_next; ; next = rdb->rdb_next) {
sys/dev/ic/rtw.c
1467
KASSERT(next < rdb->rdb_ndesc);
sys/dev/ic/rtw.c
1469
rtw_rxdescs_sync(rdb, next, 1,
sys/dev/ic/rtw.c
1471
rd = &rdb->rdb_desc[next];
sys/dev/ic/rtw.c
1472
rs = &sc->sc_rxsoft[next];
sys/dev/ic/rtw.c
1481
__func__, next, hstat, hrssi, htsfth, htsftl));
sys/dev/ic/rtw.c
1487
rtw_rxdescs_sync(rdb, next, 1, BUS_DMASYNC_PREREAD);
sys/dev/ic/rtw.c
1496
rdb->rdb_next = (next + 1) % rdb->rdb_ndesc;
sys/dev/ic/rtw.c
1525
"rx descriptor %d\n", hstat, next);
sys/dev/ic/rtw.c
1527
goto next;
sys/dev/ic/rtw.c
1533
goto next;
sys/dev/ic/rtw.c
1539
len, rs->rs_mbuf->m_len, hstat, next);
sys/dev/ic/rtw.c
1541
goto next;
sys/dev/ic/rtw.c
1550
goto next;
sys/dev/ic/rtw.c
1563
"next=%d, %08" PRIx32 "\n", next, hstat);
sys/dev/ic/rtw.c
1564
goto next;
sys/dev/ic/rtw.c
1579
next);
sys/dev/ic/rtw.c
1580
goto next;
sys/dev/ic/rtw.c
1653
goto next;
sys/dev/ic/rtw.c
1664
next:
sys/dev/ic/rtw.c
1665
rtw_rxdesc_init(rdb, rs, next, 0);
sys/dev/ic/rtw.c
1794
int next;
sys/dev/ic/rtw.c
1798
for (next = ts->ts_first; ;
sys/dev/ic/rtw.c
1799
next = RTW_NEXT_IDX(tdb, next)) {
sys/dev/ic/rtw.c
1801
printf(" %" PRIx32 "/%" PRIx32 "/%" PRIx32 "/%" PRIu32 "/%" PRIx32, le32toh(tdb->tdb_desc[next].td_stat), le32toh(tdb->tdb_desc[next].td_ctl1), le32toh(tdb->tdb_desc[next].td_buf), le32toh(tdb->tdb_desc[next].td_len), le32toh(tdb->tdb_desc[next].td_next));
sys/dev/ic/rtw.c
1803
tdb->tdb_desc[next].td_stat &=
sys/dev/ic/rtw.c
1805
if (next == ts->ts_last)
sys/dev/ic/rtw.c
1811
next = RTW_NEXT_IDX(tdb, next);
sys/dev/ic/rtw.c
1812
printf(" -> end %u stat %" PRIx32 ", was %u\n", next,
sys/dev/ic/rtw.c
1813
le32toh(tdb->tdb_desc[next].td_stat),
sys/dev/ic/rtw.c
1863
u_int next;
sys/dev/ic/rtw.c
1877
next = rtw_txring_next(&sc->sc_regs, tdb);
sys/dev/ic/rtw.c
1882
(next == tdb->tdb_next) ? "" : "un", isr, next,
sys/dev/ic/rtw.c
1885
__USE(next);
sys/dev/ic/rtw.c
2042
u_int next;
sys/dev/ic/rtw.c
2049
next = rtw_txring_next(regs, tdb);
sys/dev/ic/rtw.c
2050
if (tdb->tdb_next == next)
sys/dev/ic/rtw.c
2052
for (i = 0; next != tdb->tdb_next;
sys/dev/ic/rtw.c
2053
next = RTW_NEXT_IDX(tdb, next), i++) {
sys/dev/ic/rtw.c
2054
if ((tdb->tdb_desc[next].td_stat & htole32(RTW_TXSTAT_OWN)) == 0)
sys/dev/ic/rtw.c
2058
ln, pri, tdb->tdb_next, next, i, tdb->tdb_next == next ? "okay" : "BAD");
sys/dev/ic/rtw.c
2059
if (tdb->tdb_next == next)
sys/dev/ic/rtw.c
2061
tdb->tdb_next = MIN(next, tdb->tdb_ndesc - 1);
sys/dev/ic/siop.c
1062
TAILQ_INSERT_TAIL(&sc->free_list, siop_cmd, next);
sys/dev/ic/siop.c
1257
TAILQ_REMOVE(&sc->free_list, siop_cmd, next);
sys/dev/ic/siop.c
1278
siop_cmd, next);
sys/dev/ic/siop.c
1300
siop_cmd, next);
sys/dev/ic/siop.c
1320
siop_cmd, next);
sys/dev/ic/siop.c
1342
TAILQ_INSERT_TAIL(&sc->free_list, siop_cmd, next);
sys/dev/ic/siop.c
1363
siop_cmd, next);
sys/dev/ic/siop.c
1750
TAILQ_INSERT_TAIL(&sc->free_list, &newcbd->cmds[i], next);
sys/dev/ic/siop.c
1763
TAILQ_INSERT_TAIL(&sc->cmds, newcbd, next);
sys/dev/ic/siop.c
1792
TAILQ_REMOVE(&sc->lunsw_list, lunsw, next);
sys/dev/ic/siop.c
2015
TAILQ_INSERT_TAIL(&sc->lunsw_list, siop_target->lunsw, next);
sys/dev/ic/siop.c
245
TAILQ_REMOVE(&sc->lunsw_list, lunsw, next);
sys/dev/ic/siop.c
328
TAILQ_FOREACH(cbdp, &sc->cmds, next) {
sys/dev/ic/siopvar.h
50
TAILQ_ENTRY (siop_cmd) next;
sys/dev/ic/siopvar.h
60
TAILQ_ENTRY (siop_cbd) next;
sys/dev/ic/siopvar.h
91
TAILQ_ENTRY (siop_lunsw) next;
sys/dev/ic/sti.c
866
fp->next = parseword(addr + 0x20);
sys/dev/ic/sti.c
895
addr = baseaddr + fp->next;
sys/dev/ic/sti.c
897
} while (fp->next != 0);
sys/dev/ic/sti.c
903
if (fp->next == 0 && scr->scr_romfont == NULL) {
sys/dev/ic/stireg.h
202
uint32_t next;
sys/dev/ic/uda1341.c
306
mi->next = UDA1341_MIXER_BASS;
sys/dev/ic/uda1341.c
318
mi->next = UDA1341_MIXER_TREBLE;
sys/dev/ic/uda1341.c
330
mi->next = UDA1341_MIXER_MODE;
sys/dev/ic/uda1341.c
342
mi->next = UDA1341_MIXER_MUTE;
sys/dev/ic/uda1341.c
364
mi->next = UDA1341_MIXER_OGAIN;
sys/dev/ic/uda1341.c
381
mi->next = UDA1341_MIXER_DE;
sys/dev/ic/uda1341.c
398
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
427
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
436
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
448
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
460
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
472
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
497
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
514
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
526
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/uda1341.c
537
mi->next = AUDIO_MIXER_LAST;
sys/dev/ic/vga.c
330
TAILQ_FOREACH(f, &vc->vc_fontlist, next) {
sys/dev/ic/vga.c
368
TAILQ_INSERT_TAIL(&vc->vc_fontlist, f, next);
sys/dev/ic/vga.c
388
TAILQ_REMOVE(&vc->vc_fontlist, f, next);
sys/dev/ic/vga.c
523
LIST_INSERT_HEAD(&vc->screens, scr, next);
sys/dev/ic/vga.c
580
TAILQ_INSERT_HEAD(&vc->vc_fontlist, &vga_builtinfont, next);
sys/dev/ic/vga.c
82
TAILQ_ENTRY(egavga_font) next; /* LRU queue */
sys/dev/ic/vga.c
903
LIST_REMOVE(vs, next);
sys/dev/ic/vga.c
936
TAILQ_FOREACH(of, &vc->vc_fontlist, next) {
sys/dev/ic/vga.c
953
TAILQ_REMOVE(&vc->vc_fontlist, f, next);
sys/dev/ic/vga.c
954
TAILQ_INSERT_TAIL(&vc->vc_fontlist, f, next);
sys/dev/ic/vga.c
98
LIST_ENTRY(vgascreen) next;
sys/dev/ic/vga_raster.c
1137
LIST_FOREACH(fs, &scr->fontset, next) {
sys/dev/ic/vga_raster.c
118
LIST_ENTRY(vga_raster_font) next;
sys/dev/ic/vga_raster.c
123
LIST_ENTRY(vgascreen) next;
sys/dev/ic/vga_raster.c
434
LIST_INSERT_HEAD(&vc->vc_fontlist, vf, next);
sys/dev/ic/vga_raster.c
518
LIST_INSERT_HEAD(&vc->screens, scr, next);
sys/dev/ic/vga_raster.c
737
LIST_REMOVE(vs, next);
sys/dev/ic/vga_raster.c
852
LIST_FOREACH(vf, &vc->vc_fontlist, next) {
sys/dev/ic/vga_raster.c
856
LIST_INSERT_HEAD(&scr->fontset, vf, next);
sys/dev/ic/vga_raster.c
872
LIST_INSERT_HEAD(&scr->fontset, vf, next);
sys/dev/ic/wi.c
1185
goto next;
sys/dev/ic/wi.c
1206
goto next;
sys/dev/ic/wi.c
1257
goto next;
sys/dev/ic/wi.c
1281
next:
sys/dev/ieee1394/firewire.c
2023
struct fw_device *fwdev, *next;
sys/dev/ieee1394/firewire.c
2032
for (fwdev = STAILQ_FIRST(&fc->devices); fwdev != NULL; fwdev = next) {
sys/dev/ieee1394/firewire.c
2033
next = STAILQ_NEXT(fwdev, link);
sys/dev/ieee1394/firewire.c
2096
for (fwdev = STAILQ_FIRST(&fc->devices); fwdev != NULL; fwdev = next) {
sys/dev/ieee1394/firewire.c
2097
next = STAILQ_NEXT(fwdev, link);
sys/dev/ieee1394/firewire.c
751
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/firewire.c
769
for (xfer = STAILQ_FIRST(&fwb->xferlist); xfer != NULL; xfer = next) {
sys/dev/ieee1394/firewire.c
770
next = STAILQ_NEXT(xfer, link);
sys/dev/ieee1394/firewire.c
802
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/firewire.c
804
for (xfer = STAILQ_FIRST(q); xfer != NULL; xfer = next) {
sys/dev/ieee1394/firewire.c
805
next = STAILQ_NEXT(xfer, link);
sys/dev/ieee1394/fwohci.c
2354
struct fwohcidb *prev, *next = NULL;
sys/dev/ieee1394/fwohci.c
2395
next = np->db;
sys/dev/ieee1394/fwohci.c
2397
next = NULL;
sys/dev/ieee1394/fwohci.c
2420
print_db(np, next, ch, dbch->ndesc);
sys/dev/ieee1394/if_fwip.c
435
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/if_fwip.c
454
xfer = next) {
sys/dev/ieee1394/if_fwip.c
455
next = STAILQ_NEXT(xfer, link);
sys/dev/ieee1394/if_fwip.c
460
xfer = next) {
sys/dev/ieee1394/if_fwip.c
461
next = STAILQ_NEXT(xfer, link);
sys/dev/ieee1394/sbp.c
2050
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/sbp.c
2060
xfer != NULL; xfer = next) {
sys/dev/ieee1394/sbp.c
2061
next = STAILQ_NEXT(xfer, link);
sys/dev/ieee1394/sbp.c
2389
struct sbp_ocb *next;
sys/dev/ieee1394/sbp.c
2398
for (ocb = STAILQ_FIRST(&sdev->ocbs); ocb != NULL; ocb = next) {
sys/dev/ieee1394/sbp.c
2399
next = STAILQ_NEXT(ocb, ocb);
sys/dev/ieee1394/sbp.c
2420
if (next != NULL)
sys/dev/ieee1394/sbp.c
2421
sbp_orb_pointer(sdev, next);
sys/dev/ieee1394/sbp.c
2445
if (next != NULL &&
sys/dev/ieee1394/sbp.c
2579
struct sbp_ocb *ocb, *next;
sys/dev/ieee1394/sbp.c
2588
for (ocb = STAILQ_FIRST(&temp); ocb != NULL; ocb = next) {
sys/dev/ieee1394/sbp.c
2589
next = STAILQ_NEXT(ocb, ocb);
sys/dev/ieee1394/sbp.c
743
goto next;
sys/dev/ieee1394/sbp.c
776
goto next;
sys/dev/ieee1394/sbp.c
783
goto next;
sys/dev/ieee1394/sbp.c
802
goto next;
sys/dev/ieee1394/sbp.c
806
next:
sys/dev/isa/aria.c
1364
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/aria.c
1370
dip->next = ARIAMIX_MIC_MUTE;
sys/dev/isa/aria.c
1379
dip->next = ARIAMIX_LINE_IN_MUTE;
sys/dev/isa/aria.c
1388
dip->next = ARIAMIX_CD_MUTE;
sys/dev/isa/aria.c
1397
dip->next = ARIAMIX_TEL_MUTE;
sys/dev/isa/aria.c
1406
dip->next = ARIAMIX_DAC_MUTE;
sys/dev/isa/aria.c
1415
dip->next = ARIAMIX_AUX_MUTE;
sys/dev/isa/aria.c
1459
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/ega.c
389
LIST_INSERT_HEAD(&vc->screens, scr, next);
sys/dev/isa/ega.c
623
LIST_REMOVE(vs, next);
sys/dev/isa/ega.c
67
LIST_ENTRY(egascreen) next;
sys/dev/isa/ess.c
1871
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1882
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1884
dip->next = ESS_MIC_PREAMP;
sys/dev/isa/ess.c
1893
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1902
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1911
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1920
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1929
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1936
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1945
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1954
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1961
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
1970
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2012
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2018
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2031
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2043
dip->next = ESS_SPATIALIZER_ENABLE;
sys/dev/isa/ess.c
2053
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2071
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2080
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2089
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2098
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2107
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2116
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ess.c
2126
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3643
dip->next = GUSMAX_MIC_IN_MUTE;
sys/dev/isa/gus.c
3654
dip->next = GUSMAX_MONO_MUTE;
sys/dev/isa/gus.c
3664
dip->next = GUSMAX_DAC_MUTE;
sys/dev/isa/gus.c
3674
dip->next = GUSMAX_LINE_IN_MUTE;
sys/dev/isa/gus.c
3684
dip->next = GUSMAX_CD_MUTE;
sys/dev/isa/gus.c
3694
dip->next = GUSMAX_MONITOR_MUTE;
sys/dev/isa/gus.c
3704
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3714
dip->next = GUSMAX_SPEAKER_MUTE;
sys/dev/isa/gus.c
3724
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3731
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3738
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3745
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3752
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3759
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3773
dip->next = GUSMAX_RECORD_SOURCE;
sys/dev/isa/gus.c
3783
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3799
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3806
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3813
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3820
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3848
dip->next = GUSICS_MIC_IN_MUTE;
sys/dev/isa/gus.c
3858
dip->next = GUSICS_LINE_IN_MUTE;
sys/dev/isa/gus.c
3868
dip->next = GUSICS_CD_MUTE;
sys/dev/isa/gus.c
3878
dip->next = GUSICS_DAC_MUTE;
sys/dev/isa/gus.c
3888
dip->next = GUSICS_MASTER_MUTE;
sys/dev/isa/gus.c
3899
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3906
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3913
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3920
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3927
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3940
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3950
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3957
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/gus.c
3964
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/isadma.c
752
m->next = isa_mem_head;
sys/dev/isa/isadma.c
764
mp = &(*mp)->next)
sys/dev/isa/isadma.c
771
*mp = m->next;
sys/dev/isa/isadma.c
782
for(m = isa_mem_head; m && m->kva != (void *)mem; m = m->next)
sys/dev/isa/isadmavar.h
90
struct isa_mem *next;
sys/dev/isa/sbdsp.c
2164
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2173
dip->next = is1745 ? SB_MIDI_IN_MUTE : AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2182
dip->next = is1745 ? SB_CD_IN_MUTE : AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2191
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2199
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2212
dip->next = is1745 ? SB_MIC_IN_MUTE : AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2222
dip->next = is1745 ? SB_LINE_IN_MUTE : AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2230
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2256
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2275
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2296
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2303
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2316
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2325
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2334
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2343
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2355
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2361
dip->next = SB_CD_SWAP;
sys/dev/isa/sbdsp.c
2367
dip->next = SB_MIC_SWAP;
sys/dev/isa/sbdsp.c
2373
dip->next = SB_LINE_SWAP;
sys/dev/isa/sbdsp.c
2379
dip->next = SB_MIDI_SWAP;
sys/dev/isa/sbdsp.c
2385
dip->next = SB_CD_OUT_MUTE;
sys/dev/isa/sbdsp.c
2390
dip->next = SB_MIC_OUT_MUTE;
sys/dev/isa/sbdsp.c
2395
dip->next = SB_LINE_OUT_MUTE;
sys/dev/isa/sbdsp.c
2400
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2408
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2414
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/sbdsp.c
2420
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/wds.c
439
goto next;
sys/dev/isa/wds.c
456
next:
sys/dev/isa/wss.c
237
dip->next = WSS_MIC_IN_MUTE;
sys/dev/isa/wss.c
247
dip->next = WSS_LINE_IN_MUTE;
sys/dev/isa/wss.c
257
dip->next = WSS_DAC_MUTE;
sys/dev/isa/wss.c
267
dip->next = WSS_RECORD_SOURCE;
sys/dev/isa/wss.c
277
dip->next = WSS_MONITOR_MUTE;
sys/dev/isa/wss.c
286
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/wss.c
293
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/wss.c
300
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/wss.c
308
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/wss.c
315
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/wss.c
322
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/wss.c
329
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/wss.c
343
dip->next = AUDIO_MIXER_LAST;
sys/dev/isa/ym.c
824
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/isa/ym.c
854
dip->next = dip->index + 7;
sys/dev/isa/ym.c
902
dip->next = YM_OUTPUT_MUTE;
sys/dev/isa/ym.c
919
dip->next = YM_RECORD_SOURCE;
sys/dev/isa/ym.c
993
dip->next = YM_PWR_TIMEOUT;
sys/dev/iscsi/iscsi_ioctl.c
302
event_handler_t *curr, *next;
sys/dev/iscsi/iscsi_ioctl.c
307
for (curr = TAILQ_FIRST(&event_handlers); curr != NULL; curr = next) {
sys/dev/iscsi/iscsi_ioctl.c
308
next = TAILQ_NEXT(curr, evh_link);
sys/dev/iscsi/iscsi_send.c
108
next = conn;
sys/dev/iscsi/iscsi_send.c
110
next = TAILQ_NEXT(next, c_connections);
sys/dev/iscsi/iscsi_send.c
111
if (next == NULL) {
sys/dev/iscsi/iscsi_send.c
112
next = TAILQ_FIRST(&sess->s_conn_list);
sys/dev/iscsi/iscsi_send.c
114
} while (next != NULL && next != conn &&
sys/dev/iscsi/iscsi_send.c
115
next->c_state != ST_FULL_FEATURE);
sys/dev/iscsi/iscsi_send.c
117
if (next->c_state != ST_FULL_FEATURE) {
sys/dev/iscsi/iscsi_send.c
120
next = TAILQ_FIRST(&sess->s_conn_list);
sys/dev/iscsi/iscsi_send.c
126
sess->s_mru_connection = next;
sys/dev/iscsi/iscsi_send.c
128
} while (next != NULL && next->c_state != ST_FULL_FEATURE);
sys/dev/iscsi/iscsi_send.c
131
return next;
sys/dev/iscsi/iscsi_send.c
667
init_login_pdu(connection_t *conn, ccb_t *ccb, pdu_t *ppdu, bool next)
sys/dev/iscsi/iscsi_send.c
679
if (next) {
sys/dev/iscsi/iscsi_send.c
712
bool next = TRUE;
sys/dev/iscsi/iscsi_send.c
751
next = FALSE;
sys/dev/iscsi/iscsi_send.c
789
init_login_pdu(conn, tx_ccb, tx_pdu, next);
sys/dev/iscsi/iscsi_send.c
99
connection_t *conn, *next;
sys/dev/iscsi/iscsi_text.c
1242
int rc, i, next;
sys/dev/iscsi/iscsi_text.c
1278
next = TRUE;
sys/dev/iscsi/iscsi_text.c
1295
next = FALSE;
sys/dev/iscsi/iscsi_text.c
1320
return (next) ? 0 : -1;
sys/dev/iscsi/iscsi_text.c
1345
int rc, next;
sys/dev/iscsi/iscsi_text.c
1354
next = 0;
sys/dev/iscsi/iscsi_text.c
1463
next = -1;
sys/dev/iscsi/iscsi_text.c
1537
return next;
sys/dev/kloader.c
485
tag->next = 0; /* Terminate. this member may overwrite after. */
sys/dev/kloader.c
487
kloader.cur_tag->next = addr;
sys/dev/kloader.c
717
" sz 0x%x\n", i, p->next, p->src, p->dst, p->sz);
sys/dev/kloader.c
723
} while ((p = (struct kloader_page_tag *)(p->next)) != 0);
sys/dev/kloader.c
727
i - 1, op->next, op->src, op->dst, op->sz);
sys/dev/kloader.h
69
uint32_t next;
sys/dev/microcode/siop/ncr53cxxx.c
111
struct patchlist *next;
sys/dev/microcode/siop/ncr53cxxx.c
462
p = p->next;
sys/dev/microcode/siop/ncr53cxxx.c
527
p = p->next;
sys/dev/microcode/siop/ncr53cxxx.c
645
p = p->next;
sys/dev/microcode/siop/ncr53cxxx.c
670
h = &(*h)->next;
sys/dev/microcode/siop/ncr53cxxx.c
673
p->next = NULL;
sys/dev/microcode/siop/ncr53cxxx.c
834
while (p->next)
sys/dev/microcode/siop/ncr53cxxx.c
835
p = p->next;
sys/dev/microcode/siop/ncr53cxxx.c
836
p->next = (struct patchlist *) malloc (sizeof (struct patchlist));
sys/dev/microcode/siop/ncr53cxxx.c
837
p = p->next;
sys/dev/microcode/siop/ncr53cxxx.c
838
p->next = NULL;
sys/dev/microcode/siop/ncr53cxxx.c
853
p->next = NULL;
sys/dev/mscp/mscp_subr.c
561
int next;
sys/dev/mscp/mscp_subr.c
579
if ((next = (ffs(mi->mi_mxiuse) - 1)) < 0)
sys/dev/mscp/mscp_subr.c
581
mi->mi_mxiuse &= ~(1 << next);
sys/dev/mscp/mscp_subr.c
582
if (mi->mi_xi[next].mxi_inuse)
sys/dev/mscp/mscp_subr.c
589
mp->mscp_cmdref = next;
sys/dev/mscp/mscp_subr.c
590
mi->mi_xi[next].mxi_bp = bp;
sys/dev/mscp/mscp_subr.c
591
mi->mi_xi[next].mxi_mp = mp;
sys/dev/mscp/mscp_subr.c
592
mi->mi_xi[next].mxi_inuse = 1;
sys/dev/mscp/mscp_subr.c
593
bp->b_resid = next;
sys/dev/mscp/mscp_subr.c
596
&mi->mi_xi[next]);
sys/dev/ofw/ofw_subr.c
596
int node, next;
sys/dev/ofw/ofw_subr.c
602
for (node = start; node; node = next) {
sys/dev/ofw/ofw_subr.c
608
if ((next = OF_child(node)) != 0)
sys/dev/ofw/ofw_subr.c
612
if ((next = OF_peer(node)) != 0)
sys/dev/onewire/onewire.c
395
struct onewire_device *d, *next, *nd;
sys/dev/onewire/onewire.c
514
for (d = TAILQ_FIRST(&sc->sc_devs); d != NULL; d = next) {
sys/dev/onewire/onewire.c
515
next = TAILQ_NEXT(d, d_list);
sys/dev/pad/pad.c
698
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/pad/pad.c
704
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/pad/pad.c
710
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/pad/pad.c
718
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/pci/auacer.c
668
p->next = sc->sc_dmas;
sys/dev/pci/auacer.c
681
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/auacer.c
684
*pp = p->next;
sys/dev/pci/auacer.c
75
struct auacer_dma *next;
sys/dev/pci/auacer.c
850
for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/auich.c
1158
p->next = sc->sc_dmas;
sys/dev/pci/auich.c
1171
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/auich.c
1174
*pp = p->next;
sys/dev/pci/auich.c
1394
for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/auich.c
143
struct auich_dma *next;
sys/dev/pci/auich.c
1431
for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/auich.c
1617
for (p = sc->sc_dmas; p && KERNADDR(p) != temp_buffer; p = p->next)
sys/dev/pci/auixp.c
606
caddr_v->next = htole32(next_caddr_p);
sys/dev/pci/auixpreg.h
42
uint32_t next; /* phys pointer to next packet descriptor */
sys/dev/pci/autri.c
1019
p->next = sc->sc_dmas;
sys/dev/pci/autri.c
1031
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/autri.c
1034
*pp = p->next;
sys/dev/pci/autri.c
1046
for (p = sc->sc_dmas; p && KERNADDR(p) != addr; p = p->next)
sys/dev/pci/autrivar.h
40
struct autri_dma *next;
sys/dev/pci/auvia.c
1026
for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
sys/dev/pci/auvia.c
1069
for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
sys/dev/pci/auvia.c
64
struct auvia_dma *next;
sys/dev/pci/auvia.c
856
dp = dp->next)
sys/dev/pci/auvia.c
908
p->next = sc->sc_dmas;
sys/dev/pci/auvia.c
954
for (pp = &(sc->sc_dmas); (p = *pp) != NULL; pp = &p->next)
sys/dev/pci/auvia.c
961
*pp = p->next;
sys/dev/pci/cmpci.c
711
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/cmpci.c
735
dip->next = dip->index + 6; /* CMPCI_xxx_MUTE */
sys/dev/pci/cmpci.c
744
dip->next = CMPCI_MIC_PREAMP;
sys/dev/pci/cmpci.c
815
dip->next = CMPCI_SPDIF_IN_PHASE;
sys/dev/pci/cmpci.c
841
dip->next = CMPCI_SPDIF_OUT_PLAYBACK;
sys/dev/pci/cmpci.c
853
dip->next = CMPCI_SPDIF_OUT_VOLTAGE;
sys/dev/pci/cmpci.c
894
dip->next = CMPCI_INDIVIDUAL;
sys/dev/pci/cmpci.c
900
dip->next = CMPCI_REVERSE;
sys/dev/pci/coram.c
762
p->next = sc->sc_dma;
sys/dev/pci/coram.c
832
for (pp = &sc->sc_dma; (p = *pp) != NULL; pp = &p->next)
sys/dev/pci/coram.c
835
*pp = p->next;
sys/dev/pci/coram.c
864
for (p = sc->sc_dma; p && KERNADDR(p) != buf; p = p->next)
sys/dev/pci/coram.c
956
for (p = sc->sc_dma; p && KERNADDR(p) != sc->sc_tsbuf; p = p->next)
sys/dev/pci/coramvar.h
69
struct coram_dma * next;
sys/dev/pci/cs4280.c
611
for (p = sc->sc_dmas; p != NULL && BUFADDR(p) != start; p = p->next)
sys/dev/pci/cs4280.c
682
for (p = sc->sc_dmas; p && BUFADDR(p) != start; p = p->next)
sys/dev/pci/cs4281.c
472
for (p = sc->sc_dmas; p != NULL && BUFADDR(p) != start; p = p->next)
sys/dev/pci/cs4281.c
560
for (p = sc->sc_dmas; p && BUFADDR(p) != start; p = p->next)
sys/dev/pci/cs428x.c
127
p->next = sc->sc_dmas;
sys/dev/pci/cs428x.c
139
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/cs428x.c
146
*pp = p->next;
sys/dev/pci/cs428x.h
56
struct cs428x_dma *next;
sys/dev/pci/cxdtv.c
1034
p->next = sc->sc_dma;
sys/dev/pci/cxdtv.c
1046
for (pp = &sc->sc_dma; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/cxdtv.c
1049
*pp = p->next;
sys/dev/pci/cxdtv.c
722
for (p = sc->sc_dma; p && KERNADDR(p) != sc->sc_tsbuf; p = p->next)
sys/dev/pci/cxdtv.c
820
for (p = sc->sc_dma; p && KERNADDR(p) != buf; p = p->next)
sys/dev/pci/cxdtvvar.h
68
struct cxdtv_dma * next;
sys/dev/pci/cxgb/cxgb_l2t.c
282
for (p = &d->l2tab[hash].first; *p; p = &(*p)->next)
sys/dev/pci/cxgb/cxgb_l2t.c
284
*p = e->next;
sys/dev/pci/cxgb/cxgb_l2t.c
355
for (e = d->l2tab[hash].first; e; e = e->next)
sys/dev/pci/cxgb/cxgb_l2t.c
368
e->next = d->l2tab[hash].first;
sys/dev/pci/cxgb/cxgb_l2t.c
437
for (e = d->l2tab[hash].first; e; e = e->next)
sys/dev/pci/cxgb/cxgb_l2t.c
485
for (e = d->l2tab[hash].first; e; e = e->next)
sys/dev/pci/cxgb/cxgb_l2t.h
66
struct l2t_entry *next; /* next l2t_entry on chain */
sys/dev/pci/cxgb/cxgb_offload.c
1318
t->stid_tab[nstids - 1].next = &t->stid_tab[nstids];
sys/dev/pci/cxgb/cxgb_offload.c
1323
t->atid_tab[natids - 1].next = &t->atid_tab[natids];
sys/dev/pci/cxgb/cxgb_offload.c
1617
for (ndev = dev_base; ndev; ndev = ndev->next) {
sys/dev/pci/cxgb/cxgb_offload.c
483
p->next = t->afree;
sys/dev/pci/cxgb/cxgb_offload.c
501
p->next = t->sfree;
sys/dev/pci/cxgb/cxgb_offload.c
612
t->afree = p->next;
sys/dev/pci/cxgb/cxgb_offload.c
633
t->sfree = p->next;
sys/dev/pci/cxgb/cxgb_offload.c
897
unsigned long now, next;
sys/dev/pci/cxgb/cxgb_offload.c
906
next = now + HZ;
sys/dev/pci/cxgb/cxgb_offload.c
919
next = neigh->confirmed + neigh->parms->reachable_time;
sys/dev/pci/cxgb/cxgb_offload.c
926
next = now + neigh->parms->delay_probe_time;
sys/dev/pci/cxgb/cxgb_offload.c
941
next = neigh->confirmed + neigh->parms->reachable_time;
sys/dev/pci/cxgb/cxgb_offload.c
946
next = now + neigh->parms->retrans_time;
sys/dev/pci/cxgb/cxgb_offload.c
950
next = now + neigh->parms->retrans_time;
sys/dev/pci/cxgb/cxgb_offload.c
981
if (time_before(next, jiffies + HZ/2))
sys/dev/pci/cxgb/cxgb_offload.c
982
next = jiffies + HZ/2;
sys/dev/pci/cxgb/cxgb_offload.c
983
if (!mod_timer(&neigh->timer, next))
sys/dev/pci/cxgb/cxgb_offload.h
139
union listen_entry *next;
sys/dev/pci/cxgb/cxgb_offload.h
144
union active_open_entry *next;
sys/dev/pci/eap.c
1087
for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/eap.c
1177
for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/eap.c
1493
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1503
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1513
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1523
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1533
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1543
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1553
dip->next = EAP_MIC_PREAMP;
sys/dev/pci/eap.c
1561
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1580
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1601
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1612
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1618
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1624
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eap.c
1647
p->next = sc->sc_dmas;
sys/dev/pci/eap.c
1661
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/eap.c
1664
*pp = p->next;
sys/dev/pci/eapvar.h
18
struct eap_dma *next;
sys/dev/pci/ehci_pci.c
248
TAILQ_FOREACH(up, &ehci_pci_alldevs, next) {
sys/dev/pci/ehci_pci.c
392
goto next;
sys/dev/pci/ehci_pci.c
397
next:
sys/dev/pci/ehci_pci.c
425
goto next;
sys/dev/pci/ehci_pci.c
451
next:
sys/dev/pci/esa.c
408
p->next = vc->dma;
sys/dev/pci/esa.c
424
for (pp = &vc->dma; (p = *pp) != NULL; pp = &p->next)
sys/dev/pci/esa.c
427
*pp = p->next;
sys/dev/pci/esa.c
512
for (p = vc->dma; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/esa.c
652
for (p = vc->dma; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/esavar.h
68
struct esa_dma *next;
sys/dev/pci/esmvar.h
130
struct esm_dma *next;
sys/dev/pci/eso.c
1188
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1196
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1204
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1212
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1220
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1228
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1236
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1245
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1256
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1263
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1271
dip->next = ESO_MASTER_MUTE;
sys/dev/pci/eso.c
1280
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1292
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1300
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1314
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1325
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1333
dip->next = ESO_SPATIALIZER_ENABLE;
sys/dev/pci/eso.c
1342
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1354
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1361
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1372
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1379
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1386
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1401
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1409
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1417
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1425
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1433
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1441
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1449
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/eso.c
1457
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/fms.c
627
p->next = sc->sc_dmas;
sys/dev/pci/fms.c
63
struct fms_dma *next;
sys/dev/pci/fms.c
651
for (pp = &(sc->sc_dmas); (p = *pp) != NULL; pp = &p->next)
sys/dev/pci/fms.c
658
*pp = p->next;
sys/dev/pci/fms.c
694
for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
sys/dev/pci/fms.c
728
for (p = sc->sc_dmas; p && p->addr != start; p = p->next)
sys/dev/pci/if_cas.c
257
next:
sys/dev/pci/if_cas.c
270
goto next;
sys/dev/pci/if_iavf.c
1549
iavf_replace_lla(struct ifnet *ifp, const uint8_t *prev, const uint8_t *next)
sys/dev/pci/if_iavf.c
1566
if (memcmp(prev, next, ETHER_ADDR_LEN) == 0) {
sys/dev/pci/if_iavf.c
1588
next, ETHER_ADDR_LEN) == NULL) {
sys/dev/pci/if_ipw.c
1194
TAILQ_INSERT_TAIL(&sc->sc_free_shdr, shdr, next);
sys/dev/pci/if_ipw.c
1208
TAILQ_INSERT_TAIL(&sc->sc_free_sbuf, sbuf, next);
sys/dev/pci/if_ipw.c
1442
TAILQ_REMOVE(&sc->sc_free_sbuf, sbuf, next);
sys/dev/pci/if_ipw.c
1443
TAILQ_REMOVE(&sc->sc_free_shdr, shdr, next);
sys/dev/pci/if_ipw.c
558
TAILQ_INSERT_TAIL(&sc->sc_free_shdr, shdr, next);
sys/dev/pci/if_ipw.c
574
TAILQ_INSERT_TAIL(&sc->sc_free_sbuf, sbuf, next);
sys/dev/pci/if_ipwvar.h
55
TAILQ_ENTRY(ipw_soft_hdr) next;
sys/dev/pci/if_ipwvar.h
62
TAILQ_ENTRY(ipw_soft_buf) next;
sys/dev/pci/if_iwi.c
1373
sc->cmdq.next * IWI_CMD_DESC_SIZE, IWI_CMD_DESC_SIZE,
sys/dev/pci/if_iwi.c
1376
wakeup(&sc->cmdq.desc[sc->cmdq.next]);
sys/dev/pci/if_iwi.c
1378
sc->cmdq.next = (sc->cmdq.next + 1) % sc->cmdq.count;
sys/dev/pci/if_iwi.c
1382
(sc->cmdq.next + 1) % sc->cmdq.count);
sys/dev/pci/if_iwi.c
1444
for (; txq->next != hw;) {
sys/dev/pci/if_iwi.c
1445
data = &txq->data[txq->next];
sys/dev/pci/if_iwi.c
1455
DPRINTFN(15, ("tx done idx=%u\n", txq->next));
sys/dev/pci/if_iwi.c
1460
txq->next = (txq->next + 1) % txq->count;
sys/dev/pci/if_iwi.c
496
ring->cur = ring->next = 0;
sys/dev/pci/if_iwi.c
552
for (i = ring->next; i != ring->cur;) {
sys/dev/pci/if_iwi.c
562
ring->cur = ring->next = 0;
sys/dev/pci/if_iwi.c
587
ring->cur = ring->next = 0;
sys/dev/pci/if_iwi.c
681
ring->cur = ring->next = 0;
sys/dev/pci/if_iwivar.h
76
int next;
sys/dev/pci/if_iwivar.h
95
int next;
sys/dev/pci/if_iwn.c
1139
uint16_t prev = 0, base, next;
sys/dev/pci/if_iwn.c
1172
error = iwn_read_prom_data(sc, base, &next, 2);
sys/dev/pci/if_iwn.c
1175
if (next == 0) /* End of linked-list. */
sys/dev/pci/if_iwn.c
1178
base = le16toh(next);
sys/dev/pci/if_iwn.c
5935
goto next;
sys/dev/pci/if_iwn.c
5963
goto next;
sys/dev/pci/if_iwn.c
5972
goto next;
sys/dev/pci/if_iwn.c
5992
next: /* TLV fields are 32-bit aligned. */
sys/dev/pci/if_iwn.c
6602
SLIST_REMOVE_HEAD(&sc->rxq.freelist, next);
sys/dev/pci/if_iwn.c
6621
SLIST_INSERT_HEAD(&sc->rxq.freelist, rbuf, next);
sys/dev/pci/if_iwn.c
6655
SLIST_INSERT_HEAD(&ring->freelist, rbuf, next);
sys/dev/pci/if_iwnvar.h
94
SLIST_ENTRY(iwn_rbuf) next;
sys/dev/pci/if_mcx.c
7003
int next;
sys/dev/pci/if_mcx.c
7006
next = cq->cq_cons % (1 << MCX_LOG_CQ_SIZE);
sys/dev/pci/if_mcx.c
7008
if ((cqe[next].cq_opcode_owner & MCX_CQ_ENTRY_FLAG_OWNER) ==
sys/dev/pci/if_mcx.c
7010
return (&cqe[next]);
sys/dev/pci/if_mcx.c
7139
int next;
sys/dev/pci/if_mcx.c
7142
next = eq->eq_cons % (1 << MCX_LOG_EQ_SIZE);
sys/dev/pci/if_mcx.c
7143
if ((eqe[next].eq_owner & 1) ==
sys/dev/pci/if_mcx.c
7146
return (&eqe[next]);
sys/dev/pci/if_nfe.c
1011
for (i = sc->txq.next;
sys/dev/pci/if_nfe.c
1073
sc->txq.next = i;
sys/dev/pci/if_nfe.c
1424
ring->cur = ring->next = 0;
sys/dev/pci/if_nfe.c
1565
ring->cur = ring->next = 0;
sys/dev/pci/if_nfe.c
1757
ring->cur = ring->next = 0;
sys/dev/pci/if_nfe.c
1840
ring->cur = ring->next = 0;
sys/dev/pci/if_nfevar.h
37
int next;
sys/dev/pci/if_nfevar.h
66
int next;
sys/dev/pci/if_rtwnreg.h
142
int next;
sys/dev/pci/if_tl.c
1016
sc->active_Rx = Rx->next;
sys/dev/pci/if_tl.c
1041
Rx->next = NULL;
sys/dev/pci/if_tl.c
1044
sc->last_Rx->next = Rx;
sys/dev/pci/if_tl.c
1128
sc->active_Tx = Tx->next;
sys/dev/pci/if_tl.c
1131
Tx->next = sc->Free_Tx;
sys/dev/pci/if_tl.c
1260
sc->Free_Tx = Tx->next;
sys/dev/pci/if_tl.c
1261
Tx->next = NULL;
sys/dev/pci/if_tl.c
1378
sc->last_Tx->next = Tx;
sys/dev/pci/if_tl.c
1399
Tx->next = sc->Free_Tx;
sys/dev/pci/if_tl.c
566
sc->active_Tx = Tx->next;
sys/dev/pci/if_tl.c
567
Tx->next = sc->Free_Tx;
sys/dev/pci/if_tl.c
716
sc->Rx_list[i - 1].next = &sc->Rx_list[i];
sys/dev/pci/if_tl.c
719
sc->Tx_list[i - 1].next = &sc->Tx_list[i];
sys/dev/pci/if_tl.c
723
sc->Rx_list[TL_NBUF - 1].next = NULL;
sys/dev/pci/if_tl.c
725
sc->Tx_list[TL_NBUF - 1].next = NULL;
sys/dev/pci/if_tlregs.h
185
struct Rx_list *next;
sys/dev/pci/if_tlregs.h
193
struct Tx_list *next;
sys/dev/pci/if_txp.c
735
goto next;
sys/dev/pci/if_txp.c
764
goto next;
sys/dev/pci/if_txp.c
805
next:
sys/dev/pci/if_wpi.c
1709
hw = le32toh(sc->shared->next);
sys/dev/pci/if_wpi.c
2465
mrr.rates[i].next = (i == WPI_CCK1) ? WPI_CCK1 : i - 1;
sys/dev/pci/if_wpi.c
2476
mrr.rates[i].next = (i == WPI_OFDM6) ?
sys/dev/pci/if_wpi.c
3216
offsetof(struct wpi_shared, next));
sys/dev/pci/if_wpi.c
601
SLIST_REMOVE_HEAD(&sc->rxq.freelist, next);
sys/dev/pci/if_wpi.c
621
SLIST_INSERT_HEAD(&sc->rxq.freelist, rbuf, next);
sys/dev/pci/if_wpi.c
653
SLIST_INSERT_HEAD(&ring->freelist, rbuf, next);
sys/dev/pci/if_wpireg.h
176
uint32_t next;
sys/dev/pci/if_wpireg.h
444
uint8_t next;
sys/dev/pci/if_wpivar.h
90
SLIST_ENTRY(wpi_rbuf) next;
sys/dev/pci/ixgbe/ix_txrx.c
303
struct mbuf *next;
sys/dev/pci/ixgbe/ix_txrx.c
320
while ((next = pcq_get(txr->txr_interq)) != NULL) {
sys/dev/pci/ixgbe/ix_txrx.c
321
if ((err = ixgbe_xmit(txr, next)) != 0) {
sys/dev/pci/ixgbe/ix_txrx.c
322
m_freem(next);
sys/dev/pci/ixgbe/ix_txrx.c
334
(next->m_flags & M_MCAST))
sys/dev/pci/ixgbe/ix_txrx.c
338
bpf_mtap(ifp, next, BPF_D_OUT);
sys/dev/pci/ixgbe/ixgbe_common.c
2610
u32 addr_count, ixgbe_mc_addr_itr next)
sys/dev/pci/ixgbe/ixgbe_common.c
2639
addr = next(hw, &addr_list, &vmdq);
sys/dev/pci/ixgbe/ixgbe_common.c
2753
u32 mc_addr_count, ixgbe_mc_addr_itr next,
sys/dev/pci/ixgbe/ixgbe_common.c
2777
ixgbe_set_mta(hw, next(hw, &mc_addr_list, &vmdq));
sys/dev/pci/ixgbe/ixgbe_vf.c
395
u32 mc_addr_count, ixgbe_mc_addr_itr next,
sys/dev/pci/ixgbe/ixgbe_vf.c
430
vector = ixgbe_mta_vector(hw, next(hw, &mc_addr_list, &vmdq));
sys/dev/pci/mpii.c
1551
struct mpii_rcb *rcb, *next;
sys/dev/pci/mpii.c
1556
next = SIMPLEQ_FIRST(&sc->sc_evt_ack_queue);
sys/dev/pci/mpii.c
1560
while (next != NULL) {
sys/dev/pci/mpii.c
1561
rcb = next;
sys/dev/pci/mpii.c
1562
next = SIMPLEQ_NEXT(rcb, rcb_link);
sys/dev/pci/mpii.c
1945
struct mpii_rcb *rcb, *next;
sys/dev/pci/mpii.c
1953
next = SIMPLEQ_FIRST(&sc->sc_evt_sas_queue);
sys/dev/pci/mpii.c
1957
while (next != NULL) {
sys/dev/pci/mpii.c
1958
rcb = next;
sys/dev/pci/mpii.c
1959
next = SIMPLEQ_NEXT(rcb, rcb_link);
sys/dev/pci/mpii.c
3098
struct mpii_ccb *next;
sys/dev/pci/mpii.c
3104
next = SIMPLEQ_FIRST(&sc->sc_ccb_tmos);
sys/dev/pci/mpii.c
3108
while (next != NULL) {
sys/dev/pci/mpii.c
3109
ccb = next;
sys/dev/pci/mpii.c
3110
next = SIMPLEQ_NEXT(ccb, ccb_link);
sys/dev/pci/oboe.c
139
struct oboe_dma *next;
sys/dev/pci/pciconf.c
125
LIST_ENTRY(pciconf_resource_rsvd) next;
sys/dev/pci/pciconf.c
1480
LIST_FOREACH(rsvd, &pciconf_resource_reservations, next) {
sys/dev/pci/pciconf.c
1515
LIST_INSERT_HEAD(&pciconf_resource_reservations, rsvd, next);
sys/dev/pci/pciconf.c
526
LIST_FOREACH(rsvd, &pciconf_resource_reservations, next) {
sys/dev/pci/pciide_common.c
1069
goto next;
sys/dev/pci/pciide_common.c
1086
next:
sys/dev/pci/sv.c
119
struct sv_dma *next;
sys/dev/pci/sv.c
1334
p->next = sc->sc_dmas;
sys/dev/pci/sv.c
1346
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/sv.c
1349
*pp = p->next;
sys/dev/pci/sv.c
711
for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/sv.c
766
for (p = sc->sc_dmas; p && KERNADDR(p) != start; p = p->next)
sys/dev/pci/sv.c
907
dip->next = dip->prev = AUDIO_MIXER_LAST;
sys/dev/pci/sv.c
925
dip->next = dip->index + 1;
sys/dev/pci/sv.c
936
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/sv.c
953
dip->next = SV_RECORD_GAIN;
sys/dev/pci/sv.c
968
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/sv.c
978
dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/sv.c
984
dip->prev = dip->next = AUDIO_MIXER_LAST;
sys/dev/pci/trm.c
186
TAILQ_ENTRY(trm_srb) next;
sys/dev/pci/trm.c
2268
TAILQ_INSERT_TAIL(&sc->sc_freesrb, srb, next);
sys/dev/pci/trm.c
2329
TAILQ_INSERT_HEAD(&sc->sc_readysrb, srb, next);
sys/dev/pci/trm.c
601
TAILQ_INSERT_TAIL(&sc->sc_freesrb, srb, next);
sys/dev/pci/trm.c
717
TAILQ_REMOVE(&sc->sc_freesrb, srb, next);
sys/dev/pci/trm.c
744
TAILQ_INSERT_TAIL(&sc->sc_freesrb, srb, next);
sys/dev/pci/trm.c
778
TAILQ_INSERT_TAIL(&sc->sc_readysrb, srb, next);
sys/dev/pci/trm.c
891
TAILQ_FOREACH(srb, &sc->sc_readysrb, next) {
sys/dev/pci/trm.c
948
TAILQ_REMOVE(&sc->sc_readysrb, srb, next);
sys/dev/pci/trm.c
955
TAILQ_REMOVE(&sc->sc_readysrb, srb, next);
sys/dev/pci/twe.c
1020
next = (sc->sc_aen_head + 1) % TWE_AEN_Q_LENGTH;
sys/dev/pci/twe.c
1030
if (next != sc->sc_aen_tail) {
sys/dev/pci/twe.c
1032
sc->sc_aen_head = next;
sys/dev/pci/twe.c
959
int s, next, nextnext, level;
sys/dev/pci/usb_pci.c
61
TAILQ_INSERT_TAIL(&ehci_pci_alldevs, up, next);
sys/dev/pci/usb_pci.c
75
TAILQ_REMOVE(&ehci_pci_alldevs, up, next);
sys/dev/pci/usb_pci.h
39
TAILQ_ENTRY(usb_pci) next;
sys/dev/pci/virtio.c
1023
s = virtio_rw16(sc, vd->next);
sys/dev/pci/virtio.c
1026
vd->next = vq->vq_free_idx;
sys/dev/pci/virtio.c
1138
vd->next = virtio_rw16(sc, s);
sys/dev/pci/virtio.c
1180
s = virtio_rw16(sc, vds[s].next);
sys/dev/pci/virtio.c
1216
s = virtio_rw16(sc, vds[s].next);
sys/dev/pci/virtio.c
750
vds[i].next = virtio_rw16(sc, i + 1);
sys/dev/pci/virtio.c
752
vds[i].next = virtio_rw16(sc, VRING_DESC_CHAIN_END);
sys/dev/pci/virtio.c
763
vd[j].next = virtio_rw16(sc, j + 1);
sys/dev/pci/virtio.c
943
s = vq->vq_desc[s].next;
sys/dev/pci/virtio.c
990
tail = virtio_rw16(sc, vd->next);
sys/dev/pci/virtio.c
998
vq->vq_free_idx = vd->next;
sys/dev/pci/virtioreg.h
159
uint16_t next;
sys/dev/pci/xmm7360.c
1125
frame->last_tag_next = &hdr->next;
sys/dev/pci/xmm7360.c
1134
frame->last_tag_next = &hdr->next;
sys/dev/pci/xmm7360.c
1291
adth = (void*)(&data[first->next]);
sys/dev/pci/xmm7360.c
1299
bounds = (void*)&data[first->next + sizeof(struct mux_next_header) + 4];
sys/dev/pci/xmm7360.c
544
uint16_t next;
sys/dev/pci/xmm7360.c
552
uint16_t next;
sys/dev/pci/yds.c
1683
p->next = sc->sc_dmas;
sys/dev/pci/yds.c
1695
for (pp = &sc->sc_dmas; (p = *pp) != NULL; pp = &p->next) {
sys/dev/pci/yds.c
1698
*pp = p->next;
sys/dev/pci/yds.c
1710
for (p = sc->sc_dmas; p && KERNADDR(p) != addr; p = p->next)
sys/dev/pci/ydsvar.h
44
struct yds_dma *next;
sys/dev/pckbport/pckbport.c
188
TAILQ_INSERT_TAIL(&q->freequeue, &(q->cmds[i]), next);
sys/dev/pckbport/pckbport.c
341
TAILQ_REMOVE(&q->cmdqueue, cmd, next);
sys/dev/pckbport/pckbport.c
348
TAILQ_INSERT_TAIL(&q->freequeue, cmd, next);
sys/dev/pckbport/pckbport.c
403
TAILQ_REMOVE(&q->cmdqueue, cmd, next);
sys/dev/pckbport/pckbport.c
408
TAILQ_INSERT_TAIL(&q->freequeue, cmd, next);
sys/dev/pckbport/pckbport.c
463
TAILQ_REMOVE(&q->cmdqueue, cmd, next);
sys/dev/pckbport/pckbport.c
468
TAILQ_INSERT_TAIL(&q->freequeue, cmd, next);
sys/dev/pckbport/pckbport.c
493
TAILQ_REMOVE(&q->freequeue, nc, next);
sys/dev/pckbport/pckbport.c
515
TAILQ_INSERT_TAIL(&q->cmdqueue, nc, next);
sys/dev/pckbport/pckbport.c
523
TAILQ_REMOVE(&q->cmdqueue, nc, next);
sys/dev/pckbport/pckbport.c
533
TAILQ_INSERT_TAIL(&q->freequeue, nc, next);
sys/dev/pckbport/pckbport.c
54
TAILQ_ENTRY(pckbport_devcmd) next;
sys/dev/pcmcia/bt3c.c
583
uint8_t *buf, *line, *next, *p;
sys/dev/pcmcia/bt3c.c
621
next = buf;
sys/dev/pcmcia/bt3c.c
624
while (next < buf + size) {
sys/dev/pcmcia/bt3c.c
625
line = next;
sys/dev/pcmcia/bt3c.c
627
while (*next != '\r' && *next != '\n') {
sys/dev/pcmcia/bt3c.c
628
if (next >= buf + size)
sys/dev/pcmcia/bt3c.c
631
next++;
sys/dev/pcmcia/bt3c.c
635
if (next - line < 14)
sys/dev/pcmcia/bt3c.c
643
if (len < 0 || next - line != len * 2 + 4)
sys/dev/pcmcia/bt3c.c
648
for (p = line + 2 ; p < next ; p += 2)
sys/dev/pcmcia/bt3c.c
672
for (p = line + 12 ; p + 4 < next ; p += 4) {
sys/dev/pcmcia/bt3c.c
694
while (next < buf + size && (*next == '\r' || *next == '\n'))
sys/dev/pcmcia/bt3c.c
695
next++;
sys/dev/qbus/if_de.c
538
goto next;
sys/dev/qbus/if_de.c
544
goto next;
sys/dev/qbus/if_de.c
550
next: rp->r_lenerr = 0;
sys/dev/raidframe/raidframevar.h
376
RF_SparetWait_t *next; /* used internally; need not be set at ioctl
sys/dev/raidframe/rf_alloclist.c
109
for (p = l; p; p = p->next) {
sys/dev/raidframe/rf_alloclist.c
119
l = l->next;
sys/dev/raidframe/rf_alloclist.c
88
for (; l->next; l = l->next)
sys/dev/raidframe/rf_alloclist.c
94
l->next = newelem;
sys/dev/raidframe/rf_alloclist.h
46
RF_AllocListElem_t *next;
sys/dev/raidframe/rf_aselect.c
150
for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) {
sys/dev/raidframe/rf_aselect.c
157
stripeFuncsEnd->next = stripeFuncs;
sys/dev/raidframe/rf_aselect.c
174
failed_stripes_list_end->next = failed_stripe;
sys/dev/raidframe/rf_aselect.c
185
for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) {
sys/dev/raidframe/rf_aselect.c
198
failed_stripes_asmh_u_end->next = asmhle;
sys/dev/raidframe/rf_aselect.c
211
failed_stripes_vfple_end->next = vfple;
sys/dev/raidframe/rf_aselect.c
244
failed_stripes_asmh_b_end->next = asmhle;
sys/dev/raidframe/rf_aselect.c
256
failed_stripes_bvfple_end->next = vfple;
sys/dev/raidframe/rf_aselect.c
282
for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) {
sys/dev/raidframe/rf_aselect.c
288
asmhle = tmpasmhle->next;
sys/dev/raidframe/rf_aselect.c
296
asmhle = tmpasmhle->next;
sys/dev/raidframe/rf_aselect.c
304
vfple = tmpvfple->next;
sys/dev/raidframe/rf_aselect.c
311
vfple = tmpvfple->next;
sys/dev/raidframe/rf_aselect.c
318
failed_stripe = failed_stripe->next;
sys/dev/raidframe/rf_aselect.c
321
stripeFuncs = stripeFuncs->next;
sys/dev/raidframe/rf_aselect.c
327
stripeFuncsList = stripeFuncsList->next;
sys/dev/raidframe/rf_aselect.c
343
for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) {
sys/dev/raidframe/rf_aselect.c
353
dagListend->next = dagList;
sys/dev/raidframe/rf_aselect.c
370
for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) {
sys/dev/raidframe/rf_aselect.c
383
lastdag_h->next = tempdag_h;
sys/dev/raidframe/rf_aselect.c
392
tmpasmhle = tmpasmhle->next;
sys/dev/raidframe/rf_aselect.c
393
tmpvfple = tmpvfple->next;
sys/dev/raidframe/rf_aselect.c
403
lastdag_h->next = tempdag_h;
sys/dev/raidframe/rf_aselect.c
410
asmhle = asmhle->next;
sys/dev/raidframe/rf_aselect.c
411
vfple = vfple->next;
sys/dev/raidframe/rf_aselect.c
417
failed_stripe = failed_stripe->next;
sys/dev/raidframe/rf_aselect.c
428
stripeFuncs = stripeFuncs->next;
sys/dev/raidframe/rf_aselect.c
445
for (i = 0, asm_p = asmap; asm_p; asm_p = asm_p->next, i++) {
sys/dev/raidframe/rf_aselect.c
450
while (endASMList->next)
sys/dev/raidframe/rf_aselect.c
451
endASMList = endASMList->next;
sys/dev/raidframe/rf_aselect.c
464
for (j = 0, physPtr = asm_p->physInfo; physPtr; physPtr = physPtr->next, j++) {
sys/dev/raidframe/rf_aselect.c
475
endASMList->next = tmpasmhle->asmh;
sys/dev/raidframe/rf_aselect.c
476
endASMList = endASMList->next;
sys/dev/raidframe/rf_aselect.c
478
tmpasmhle = tmpasmhle->next;
sys/dev/raidframe/rf_aselect.c
486
endASMList->next = asmhle->asmh;
sys/dev/raidframe/rf_aselect.c
487
endASMList = endASMList->next;
sys/dev/raidframe/rf_aselect.c
489
asmhle = asmhle->next;
sys/dev/raidframe/rf_aselect.c
490
vfple = vfple->next;
sys/dev/raidframe/rf_aselect.c
493
failed_stripe = failed_stripe->next;
sys/dev/raidframe/rf_aselect.c
495
dagList = dagList->next; /* need to move in stride with stripeFuncs */
sys/dev/raidframe/rf_aselect.c
496
stripeFuncs = stripeFuncs->next;
sys/dev/raidframe/rf_aselect.c
507
asmhle = tmpasmhle->next;
sys/dev/raidframe/rf_aselect.c
514
asmhle = tmpasmhle->next;
sys/dev/raidframe/rf_aselect.c
520
vfple = tmpvfple->next;
sys/dev/raidframe/rf_aselect.c
527
vfple = tmpvfple->next;
sys/dev/raidframe/rf_aselect.c
532
failed_stripe = tmpfailed_stripe->next;
sys/dev/raidframe/rf_aselect.c
538
stripeFuncsList = stripeFuncsList->next;
sys/dev/raidframe/rf_aselect.c
67
(*hdr)->next = NULL;
sys/dev/raidframe/rf_callback.h
53
RF_CallbackFuncDesc_t *next;/* next entry in list */
sys/dev/raidframe/rf_callback.h
59
RF_CallbackValueDesc_t *next;/* next entry in list */
sys/dev/raidframe/rf_compat80.c
49
struct rf_recon_req *next; /* used internally; need not be set at
sys/dev/raidframe/rf_cvscan.c
100
req->next = (*list_ptr);
sys/dev/raidframe/rf_cvscan.c
116
list_ptr = &((*list_ptr)->next)) {
sys/dev/raidframe/rf_cvscan.c
118
req->next = (*list_ptr);
sys/dev/raidframe/rf_cvscan.c
129
(*list_ptr) = (*list_ptr)->next;
sys/dev/raidframe/rf_cvscan.c
156
RF_DiskQueueData_t *p = gp->next;
sys/dev/raidframe/rf_cvscan.c
231
tmp = tmp->next, i++) {
sys/dev/raidframe/rf_cvscan.c
237
tmp = tmp->next, i++) {
sys/dev/raidframe/rf_cvscan.c
265
RF_DiskQueueData_t *next = burner->next;
sys/dev/raidframe/rf_cvscan.c
267
burner = next;
sys/dev/raidframe/rf_cvscan.c
319
for (tmp = hdr->left; tmp != NULL; tmp = tmp->next)
sys/dev/raidframe/rf_cvscan.c
326
for (tmp = hdr->right; tmp != NULL; tmp = tmp->next)
sys/dev/raidframe/rf_cvscan.c
333
for (tmp = hdr->burner; tmp != NULL; tmp = tmp->next)
sys/dev/raidframe/rf_cvscan.c
359
hdr->burner = tmp->next;
sys/dev/raidframe/rf_cvscan.c
361
tmp->next = tlist;
sys/dev/raidframe/rf_cvscan.c
369
tmp = tmp->next;
sys/dev/raidframe/rf_cvscan.c
373
trailer->next = tmp->next;
sys/dev/raidframe/rf_cvscan.c
375
tmp->next = tlist;
sys/dev/raidframe/rf_cvscan.c
377
tmp = trailer->next;
sys/dev/raidframe/rf_cvscan.c
380
tmp = tmp->next;
sys/dev/raidframe/rf_cvscan.c
385
tmp = tlist->next;
sys/dev/raidframe/rf_cvscan.c
63
key = tmp->sectorOffset, i++, tmp = tmp->next)
sys/dev/raidframe/rf_cvscan.c
70
key = tmp->sectorOffset, i++, tmp = tmp->next) {
sys/dev/raidframe/rf_cvscan.c
79
key = tmp->priority, tmp = tmp->next) {
sys/dev/raidframe/rf_cvscan.c
98
list_ptr = &((*list_ptr)->next)) {
sys/dev/raidframe/rf_dag.h
121
RF_DagNode_t *next; /* next in terms of propagating results */
sys/dev/raidframe/rf_dag.h
161
RF_DagHeader_t *next; /* ptr to allow a list of dags */
sys/dev/raidframe/rf_dag.h
196
struct RF_DagList_s *next; /* next DagList, if any */
sys/dev/raidframe/rf_dag.h
56
RF_PropHeader_t *next; /* linked list for multiple results/params */
sys/dev/raidframe/rf_dagdegrd.c
1131
for (i = 0; i < nRudNodes; pda = pda->next) {
sys/dev/raidframe/rf_dagdegrd.c
1141
for (i = 0; i < nRrdNodes; i++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegrd.c
178
RF_ASSERT(asmap->parityInfo->next == NULL);
sys/dev/raidframe/rf_dagdegrd.c
371
for (pda = asmap->physInfo, i = 0; i < nRudNodes; i++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegrd.c
393
i++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegrd.c
410
j++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegrd.c
424
parityPDA->next = dag_h->pda_cleanup_list;
sys/dev/raidframe/rf_dagdegrd.c
459
pda->next = dag_h->pda_cleanup_list;
sys/dev/raidframe/rf_dagdegrd.c
639
RF_ASSERT(asmap->parityInfo->next == NULL);
sys/dev/raidframe/rf_dagdegrd.c
733
pda_p->next = NULL; \
sys/dev/raidframe/rf_dagdegrd.c
788
for (pda_p = asmap->physInfo; pda_p; pda_p = pda_p->next) {
sys/dev/raidframe/rf_dagdegrd.c
829
pda_p[i].next = pda_p + (i + 1);
sys/dev/raidframe/rf_dagdegrd.c
875
for (phys_p = asmap->physInfo; phys_p; phys_p = phys_p->next, i++) {
sys/dev/raidframe/rf_dagdegwr.c
312
i++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegwr.c
329
j++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegwr.c
363
parityPDA->next = dag_h->pda_cleanup_list;
sys/dev/raidframe/rf_dagdegwr.c
403
for (pda = asmap->physInfo, i = 0; i < nWndNodes; i++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegwr.c
441
pda->next = dag_h->pda_cleanup_list;
sys/dev/raidframe/rf_dagdegwr.c
566
pda_p->next = NULL; \
sys/dev/raidframe/rf_dagdegwr.c
656
pda_p[i].next = pda_p + (i + 1);
sys/dev/raidframe/rf_dagdegwr.c
795
for (i = 0; i < nRrdNodes; i++, pda = pda->next) {
sys/dev/raidframe/rf_dagdegwr.c
872
pda = pda->next;
sys/dev/raidframe/rf_dagffrd.c
238
pda = pda->next;
sys/dev/raidframe/rf_dagffrd.c
398
data_pda = data_pda->next;
sys/dev/raidframe/rf_dagffrd.c
399
parity_pda = parity_pda->next;
sys/dev/raidframe/rf_dagffwr.c
1221
nWmirNodes = (asmap->parityInfo->next) ? 2 : 1;
sys/dev/raidframe/rf_dagffwr.c
1222
nWndNodes = (asmap->physInfo->next) ? 2 : 1;
sys/dev/raidframe/rf_dagffwr.c
1288
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
1308
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
1309
pdaP = pdaP->next;
sys/dev/raidframe/rf_dagffwr.c
287
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
307
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
377
RF_ASSERT(asmap->parityInfo->next == NULL);
sys/dev/raidframe/rf_dagffwr.c
397
RF_ASSERT(asmap->parityInfo->next == NULL);
sys/dev/raidframe/rf_dagffwr.c
555
numParityNodes = (asmap->parityInfo->next) ? 2 : 1;
sys/dev/raidframe/rf_dagffwr.c
702
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
725
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
750
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
774
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
953
pda = pda->next;
sys/dev/raidframe/rf_dagffwr.c
978
pda = pda->next;
sys/dev/raidframe/rf_dagutils.c
1003
RF_ASSERT(new_asm_h[0]->stripeMap->next == NULL);
sys/dev/raidframe/rf_dagutils.c
1015
new_asm_h[1]->next = dag_h->asmList;
sys/dev/raidframe/rf_dagutils.c
1019
RF_ASSERT(new_asm_h[1]->stripeMap->next == NULL);
sys/dev/raidframe/rf_dagutils.c
1110
new_asm_h[0]->next = dag_h->asmList;
sys/dev/raidframe/rf_dagutils.c
1112
for (pda = new_asm_h[0]->stripeMap->physInfo; pda; pda = pda->next) {
sys/dev/raidframe/rf_dagutils.c
1119
new_asm_h[1]->next = dag_h->asmList;
sys/dev/raidframe/rf_dagutils.c
1121
for (pda = new_asm_h[1]->stripeMap->physInfo; pda; pda = pda->next) {
sys/dev/raidframe/rf_dagutils.c
1137
for (foundit = i = 0, pda = asmap->physInfo; pda; i++, pda = pda->next) {
sys/dev/raidframe/rf_dagutils.c
115
node->next = NULL;
sys/dev/raidframe/rf_dagutils.c
192
nextDag = dag_h->next;
sys/dev/raidframe/rf_dagutils.c
196
asmap = asmap->next;
sys/dev/raidframe/rf_dagutils.c
201
dag_h->pda_cleanup_list = dag_h->pda_cleanup_list->next;
sys/dev/raidframe/rf_dagutils.c
354
raidPtr->stripebuf = vple->next;
sys/dev/raidframe/rf_dagutils.c
375
vple->next = dag_h->desc->stripebufs;
sys/dev/raidframe/rf_dagutils.c
388
vple->next = raidPtr->stripebuf;
sys/dev/raidframe/rf_dagutils.c
411
vple->next = dag_h->desc->iobufs;
sys/dev/raidframe/rf_dagutils.c
433
raidPtr->iobuf = vple->next;
sys/dev/raidframe/rf_dagutils.c
461
vple->next = raidPtr->iobuf;
sys/dev/raidframe/rf_dagutils.c
694
for (; dag_h; dag_h = dag_h->next) {
sys/dev/raidframe/rf_dagutils.c
711
if (node->next != NULL) {
sys/dev/raidframe/rf_dagutils.c
923
for (pda = asmap->physInfo; pda; pda = pda->next) {
sys/dev/raidframe/rf_dagutils.c
942
for (pda = asmap->parityInfo; pda; pda = pda->next) {
sys/dev/raidframe/rf_dagutils.c
999
new_asm_h[0]->next = dag_h->asmList;
sys/dev/raidframe/rf_dagutils.h
53
struct RF_FuncList_s *next;
sys/dev/raidframe/rf_debugMem.c
105
for (p = mh_table[i]; p; p = p->next) {
sys/dev/raidframe/rf_debugMem.c
163
for (p = mh_table[bucket]; p && (p->address != addr); p = p->next)
sys/dev/raidframe/rf_debugMem.c
168
p->next = mh_table[bucket];
sys/dev/raidframe/rf_debugMem.c
193
for (p = mh_table[bucket]; p && (p->address != addr); p = p->next)
sys/dev/raidframe/rf_debugMem.c
58
struct mh_struct *next;
sys/dev/raidframe/rf_desc.h
61
RF_RaidReconDesc_t *next;
sys/dev/raidframe/rf_desc.h
93
RF_RaidAccessDesc_t *next;
sys/dev/raidframe/rf_diskqueue.c
415
p->next = NULL;
sys/dev/raidframe/rf_diskqueue.h
71
RF_DiskQueueData_t *next;
sys/dev/raidframe/rf_disks.c
400
ac = ac->next;
sys/dev/raidframe/rf_disks.c
432
ac=ac->next;
sys/dev/raidframe/rf_disks.c
461
ac=ac->next;
sys/dev/raidframe/rf_disks.c
557
ac = ac->next;
sys/dev/raidframe/rf_driver.c
502
vple->next = raidPtr->iobuf;
sys/dev/raidframe/rf_driver.c
521
vple->next = raidPtr->stripebuf;
sys/dev/raidframe/rf_driver.c
542
raidPtr->iobuf = raidPtr->iobuf->next;
sys/dev/raidframe/rf_driver.c
550
raidPtr->stripebuf = raidPtr->stripebuf->next;
sys/dev/raidframe/rf_driver.c
621
desc->next = NULL;
sys/dev/raidframe/rf_driver.c
641
dagList = dagList->next;
sys/dev/raidframe/rf_driver.c
647
desc->iobufs = desc->iobufs->next;
sys/dev/raidframe/rf_driver.c
653
desc->stripebufs = desc->stripebufs->next;
sys/dev/raidframe/rf_driver.c
857
cb = cb->next;
sys/dev/raidframe/rf_engine.c
369
RF_DagNode_t *node, *next;
sys/dev/raidframe/rf_engine.c
375
for (node = nodeList; node; node = next) {
sys/dev/raidframe/rf_engine.c
376
next = node->next;
sys/dev/raidframe/rf_engine.c
399
for (node = nodeList; node; node = next) {
sys/dev/raidframe/rf_engine.c
400
next = node->next;
sys/dev/raidframe/rf_engine.c
434
RF_DagNode_t *q = NULL, *qh = NULL, *next;
sys/dev/raidframe/rf_engine.c
461
s->next = finishlist;
sys/dev/raidframe/rf_engine.c
474
s->next = skiplist;
sys/dev/raidframe/rf_engine.c
488
s->next = firelist;
sys/dev/raidframe/rf_engine.c
498
q->next = s;
sys/dev/raidframe/rf_engine.c
502
qh->next = NULL;
sys/dev/raidframe/rf_engine.c
511
q->next = raidPtr->node_queue;
sys/dev/raidframe/rf_engine.c
517
for (; skiplist; skiplist = next) {
sys/dev/raidframe/rf_engine.c
518
next = skiplist->next;
sys/dev/raidframe/rf_engine.c
528
for (; finishlist; finishlist = next) {
sys/dev/raidframe/rf_engine.c
530
next = finishlist->next;
sys/dev/raidframe/rf_engine.c
564
a->next = finishlist;
sys/dev/raidframe/rf_engine.c
572
a->next = firelist;
sys/dev/raidframe/rf_engine.c
580
q->next = a;
sys/dev/raidframe/rf_engine.c
584
qh->next = NULL;
sys/dev/raidframe/rf_engine.c
592
q->next = raidPtr->node_queue;
sys/dev/raidframe/rf_engine.c
597
for (; finishlist; finishlist = next) {
sys/dev/raidframe/rf_engine.c
599
next = finishlist->next;
sys/dev/raidframe/rf_engine.c
774
local_nq = local_nq->next;
sys/dev/raidframe/rf_engine.c
781
nd->next = term_nq;
sys/dev/raidframe/rf_engine.c
786
nd->next = fire_nq;
sys/dev/raidframe/rf_engine.c
794
nd->next = term_nq;
sys/dev/raidframe/rf_engine.c
799
nd->next = fire_nq;
sys/dev/raidframe/rf_engine.c
813
term_nq = term_nq->next;
sys/dev/raidframe/rf_engine.c
814
nd->next = NULL;
sys/dev/raidframe/rf_evenodd.c
235
(asmap->parityInfo->next != NULL) || (asmap->qInfo->next != NULL) || rf_CheckStripeForFailures(raidPtr, asmap))) {
sys/dev/raidframe/rf_evenodd.c
250
|| (asmap->parityInfo->next != NULL) || rf_NumFailedDataUnitsInStripe(raidPtr, asmap))
sys/dev/raidframe/rf_evenodd.c
256
|| (asmap->qInfo->next != NULL) || rf_NumFailedDataUnitsInStripe(raidPtr, asmap))
sys/dev/raidframe/rf_evenodd.c
376
for (pda = asmap->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) {
sys/dev/raidframe/rf_evenodd.c
388
RF_ASSERT(!asmap->parityInfo->next);
sys/dev/raidframe/rf_evenodd.c
395
RF_ASSERT(!asmap->qInfo->next);
sys/dev/raidframe/rf_fifo.c
123
q->hq_head = q->hq_head->next;
sys/dev/raidframe/rf_fifo.c
126
nd->next = NULL;
sys/dev/raidframe/rf_fifo.c
132
q->lq_head = q->lq_head->next;
sys/dev/raidframe/rf_fifo.c
135
nd->next = NULL;
sys/dev/raidframe/rf_fifo.c
173
pt->next = lp->next; /* delete an entry other
sys/dev/raidframe/rf_fifo.c
176
q->lq_head = lp->next; /* delete the head entry */
sys/dev/raidframe/rf_fifo.c
186
lp->next = NULL;
sys/dev/raidframe/rf_fifo.c
190
q->hq_tail->next = lp;
sys/dev/raidframe/rf_fifo.c
202
lp = (pt) ? pt->next : q->lq_head; /* reset low-pri pointer
sys/dev/raidframe/rf_fifo.c
208
lp = lp->next;
sys/dev/raidframe/rf_fifo.c
73
elem->next = NULL;
sys/dev/raidframe/rf_fifo.c
80
q->hq_tail->next = elem;
sys/dev/raidframe/rf_fifo.c
85
RF_ASSERT(elem->next == NULL);
sys/dev/raidframe/rf_fifo.c
97
q->lq_tail->next = elem;
sys/dev/raidframe/rf_layout.h
110
RF_PhysDiskAddr_t *next;
sys/dev/raidframe/rf_layout.h
138
RF_AccessStripeMap_t *next;
sys/dev/raidframe/rf_layout.h
163
RF_AccessStripeMapHeader_t *next;
sys/dev/raidframe/rf_layout.h
170
RF_VoidFunctionPointerListElem_t *next;
sys/dev/raidframe/rf_layout.h
178
RF_VoidPointerListElem_t *next;
sys/dev/raidframe/rf_layout.h
185
RF_ASMHeaderListElem_t *next;
sys/dev/raidframe/rf_layout.h
201
RF_FailedStripe_t *next;
sys/dev/raidframe/rf_map.c
131
asmList = asmList->next;
sys/dev/raidframe/rf_map.c
136
asm_p->next = t_asm;
sys/dev/raidframe/rf_map.c
137
asm_p = asm_p->next;
sys/dev/raidframe/rf_map.c
159
pdaList = pdaList->next;
sys/dev/raidframe/rf_map.c
164
pda_p->next = t_pda;
sys/dev/raidframe/rf_map.c
165
pda_p = pda_p->next;
sys/dev/raidframe/rf_map.c
202
pdaList = pdaList->next;
sys/dev/raidframe/rf_map.c
217
RF_ASSERT(pdaList && pdaList->next);
sys/dev/raidframe/rf_map.c
219
pdaList = pdaList->next;
sys/dev/raidframe/rf_map.c
224
pdaList = pdaList->next;
sys/dev/raidframe/rf_map.c
276
for (asmap = asm_h->stripeMap; asmap; asmap = asmap->next) {
sys/dev/raidframe/rf_map.c
283
for (pda = asmap->physInfo; pda; pda = pda->next) {
sys/dev/raidframe/rf_map.c
470
p->next = prev;
sys/dev/raidframe/rf_map.c
490
tmp = p->next;
sys/dev/raidframe/rf_map.c
511
p->next = prev;
sys/dev/raidframe/rf_map.c
524
tmp = p->next;
sys/dev/raidframe/rf_map.c
537
for (p = hdr->stripeMap; p; p = p->next) {
sys/dev/raidframe/rf_map.c
544
pdaEnd->next = p->qInfo;
sys/dev/raidframe/rf_map.c
547
pdp = pdp->next;
sys/dev/raidframe/rf_map.c
556
pdaEnd->next = p->parityInfo;
sys/dev/raidframe/rf_map.c
559
pdp = pdp->next;
sys/dev/raidframe/rf_map.c
568
pdaEnd->next = p->physInfo;
sys/dev/raidframe/rf_map.c
571
pdp = pdp->next;
sys/dev/raidframe/rf_map.c
579
for (t = 0, pdp = pdaList; pdp; pdp = pdp->next)
sys/dev/raidframe/rf_map.c
700
for (; asmap; asmap = asmap->next) {
sys/dev/raidframe/rf_map.c
716
if (asmap->parityInfo->next) {
sys/dev/raidframe/rf_map.c
717
printf(", c%d s%d-%d", asmap->parityInfo->next->col,
sys/dev/raidframe/rf_map.c
718
(int) asmap->parityInfo->next->startSector,
sys/dev/raidframe/rf_map.c
719
(int) (asmap->parityInfo->next->startSector +
sys/dev/raidframe/rf_map.c
720
asmap->parityInfo->next->numSector - 1));
sys/dev/raidframe/rf_map.c
722
printf(" b0x%lx", (unsigned long) asmap->parityInfo->next->bufPtr);
sys/dev/raidframe/rf_map.c
723
RF_ASSERT(asmap->parityInfo->next->next == NULL);
sys/dev/raidframe/rf_map.c
727
for (i = 0, p = asmap->physInfo; p; p = p->next, i++) {
sys/dev/raidframe/rf_map.c
801
RF_ASSERT(toAdjust->next == NULL);
sys/dev/raidframe/rf_map.c
804
new_pda = toAdjust->next = rf_AllocPhysDiskAddr(raidPtr);
sys/dev/raidframe/rf_map.c
806
new_pda->next = NULL;
sys/dev/raidframe/rf_netbsd.h
121
struct RF_AutoConfig_s *next; /* the next autoconfig structure
sys/dev/raidframe/rf_netbsd.h
129
struct RF_ConfigSet_s *next;
sys/dev/raidframe/rf_netbsdkintf.c
1831
rf_sparet_wait_queue = rf_sparet_wait_queue->next;
sys/dev/raidframe/rf_netbsdkintf.c
1846
waitreq->next = rf_sparet_wait_queue;
sys/dev/raidframe/rf_netbsdkintf.c
1864
waitreq->next = rf_sparet_resp_queue;
sys/dev/raidframe/rf_netbsdkintf.c
2006
req->next = rf_sparet_wait_queue;
sys/dev/raidframe/rf_netbsdkintf.c
2015
rf_sparet_resp_queue = req->next;
sys/dev/raidframe/rf_netbsdkintf.c
2936
ac->next = ac_list;
sys/dev/raidframe/rf_netbsdkintf.c
3291
ac_next = ac->next;
sys/dev/raidframe/rf_netbsdkintf.c
3299
config_sets->next = NULL;
sys/dev/raidframe/rf_netbsdkintf.c
3301
ac->next = NULL;
sys/dev/raidframe/rf_netbsdkintf.c
3308
ac->next = cset->ac;
sys/dev/raidframe/rf_netbsdkintf.c
3312
cset = cset->next;
sys/dev/raidframe/rf_netbsdkintf.c
3319
ac->next = NULL;
sys/dev/raidframe/rf_netbsdkintf.c
3320
cset->next = config_sets;
sys/dev/raidframe/rf_netbsdkintf.c
3427
ac = ac->next;
sys/dev/raidframe/rf_netbsdkintf.c
3446
ac=ac->next;
sys/dev/raidframe/rf_netbsdkintf.c
3519
ac = ac->next;
sys/dev/raidframe/rf_netbsdkintf.c
3596
ac = ac->next;
sys/dev/raidframe/rf_netbsdkintf.c
3609
next_ac = ac->next;
sys/dev/raidframe/rf_netbsdkintf.c
494
next_cset = cset->next;
sys/dev/raidframe/rf_netbsdkintf.c
675
next_cset = cset->next;
sys/dev/raidframe/rf_paritylog.c
113
raidPtr->parityLogDiskQueue.freeDataList = raidPtr->parityLogDiskQueue.freeDataList->next;
sys/dev/raidframe/rf_paritylog.c
119
data->next = NULL;
sys/dev/raidframe/rf_paritylog.c
138
nextItem = data->next;
sys/dev/raidframe/rf_paritylog.c
139
data->next = raidPtr->parityLogDiskQueue.freeDataList;
sys/dev/raidframe/rf_paritylog.c
162
RF_ASSERT(data->next == NULL);
sys/dev/raidframe/rf_paritylog.c
167
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
168
data->next = *head;
sys/dev/raidframe/rf_paritylog.c
179
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
206
(*tail)->next = NULL;
sys/dev/raidframe/rf_paritylog.c
208
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
210
data->next = NULL;
sys/dev/raidframe/rf_paritylog.c
217
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
244
data->next = NULL;
sys/dev/raidframe/rf_paritylog.c
245
(*tail)->next = data;
sys/dev/raidframe/rf_paritylog.c
252
(*tail)->next = NULL;
sys/dev/raidframe/rf_paritylog.c
255
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
300
data->next = NULL;
sys/dev/raidframe/rf_paritylog.c
310
diskAddress = diskAddress->next;
sys/dev/raidframe/rf_paritylog.c
366
(*tail)->next = NULL;
sys/dev/raidframe/rf_paritylog.c
368
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
373
*head = (*head)->next;
sys/dev/raidframe/rf_paritylog.c
376
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
380
w->prev->next = w->next;
sys/dev/raidframe/rf_paritylog.c
381
w->next->prev = w->prev;
sys/dev/raidframe/rf_paritylog.c
383
RF_ASSERT((*tail)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
387
w->next = NULL;
sys/dev/raidframe/rf_paritylog.c
418
logData->next = rf_SearchAndDequeueParityLogData(raidPtr, regionID, head, tail, RF_TRUE);
sys/dev/raidframe/rf_paritylog.c
419
while (logData->next) {
sys/dev/raidframe/rf_paritylog.c
420
logData = logData->next;
sys/dev/raidframe/rf_paritylog.c
421
logData->next = rf_SearchAndDequeueParityLogData(raidPtr, regionID, head, tail, RF_TRUE);
sys/dev/raidframe/rf_paritylog.c
442
raidPtr->parityLogPool.parityLogs = raidPtr->parityLogPool.parityLogs->next;
sys/dev/raidframe/rf_paritylog.c
445
log->next = NULL;
sys/dev/raidframe/rf_paritylog.c
488
firstLog = firstLog->next;
sys/dev/raidframe/rf_paritylog.c
490
log->next = NULL;
sys/dev/raidframe/rf_paritylog.c
500
firstLog = firstLog->next;
sys/dev/raidframe/rf_paritylog.c
502
log->next = NULL;
sys/dev/raidframe/rf_paritylog.c
512
log->next = firstLog;
sys/dev/raidframe/rf_paritylog.c
519
while (lastLog->next) {
sys/dev/raidframe/rf_paritylog.c
520
lastLog = lastLog->next;
sys/dev/raidframe/rf_paritylog.c
524
lastLog->next = raidPtr->parityLogPool.parityLogs;
sys/dev/raidframe/rf_paritylog.c
530
log = log->next;
sys/dev/raidframe/rf_paritylog.c
559
log->next = raidPtr->parityLogDiskQueue.reintQueue;
sys/dev/raidframe/rf_paritylog.c
577
RF_ASSERT(log->next == NULL);
sys/dev/raidframe/rf_paritylog.c
580
log->next = raidPtr->parityLogDiskQueue.flushQueue;
sys/dev/raidframe/rf_paritylog.c
614
RF_ASSERT(log->next == NULL);
sys/dev/raidframe/rf_paritylog.c
715
logData = logData->next;
sys/dev/raidframe/rf_paritylog.c
716
item->next = NULL;
sys/dev/raidframe/rf_paritylog.c
73
raidPtr->parityLogDiskQueue.freeCommonList = raidPtr->parityLogDiskQueue.freeCommonList->next;
sys/dev/raidframe/rf_paritylog.c
750
RF_ASSERT((*incomingLog)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
764
RF_ASSERT(raidPtr->regionInfo[regionID].coreLog->next == NULL);
sys/dev/raidframe/rf_paritylog.c
779
RF_ASSERT((*incomingLog)->next == NULL);
sys/dev/raidframe/rf_paritylog.c
799
RF_ASSERT(raidPtr->regionInfo[regionID].coreLog->next == NULL);
sys/dev/raidframe/rf_paritylog.c
81
common->next = NULL;
sys/dev/raidframe/rf_paritylog.c
96
common->next = raidPtr->parityLogDiskQueue.freeCommonList;
sys/dev/raidframe/rf_paritylog.h
58
RF_CommonLogData_t *next;
sys/dev/raidframe/rf_paritylog.h
68
RF_ParityLogData_t *next;
sys/dev/raidframe/rf_paritylog.h
87
RF_ParityLog_t *next;
sys/dev/raidframe/rf_paritylogDiskMgr.c
142
if ((*rrd_pda)->next) {
sys/dev/raidframe/rf_paritylogDiskMgr.c
143
(*rrd_pda)->next = NULL;
sys/dev/raidframe/rf_paritylogDiskMgr.c
242
if ((*prd_pda)->next) {
sys/dev/raidframe/rf_paritylogDiskMgr.c
243
(*prd_pda)->next = NULL;
sys/dev/raidframe/rf_paritylogDiskMgr.c
357
log = log->next;
sys/dev/raidframe/rf_paritylogDiskMgr.c
495
logList = logList->next;
sys/dev/raidframe/rf_paritylogDiskMgr.c
496
log->next = NULL;
sys/dev/raidframe/rf_paritylogDiskMgr.c
510
logData->next = rf_SearchAndDequeueParityLogData(
sys/dev/raidframe/rf_paritylogDiskMgr.c
515
logData = logData->next;
sys/dev/raidframe/rf_paritylogDiskMgr.c
542
log->next = freeLogList;
sys/dev/raidframe/rf_paritylogging.c
248
l->next = RF_Malloc(sizeof(*l->next));
sys/dev/raidframe/rf_paritylogging.c
249
if (l->next == NULL) {
sys/dev/raidframe/rf_paritylogging.c
256
l = next) {
sys/dev/raidframe/rf_paritylogging.c
257
next = l->next;
sys/dev/raidframe/rf_paritylogging.c
264
l = l->next;
sys/dev/raidframe/rf_paritylogging.c
278
l = next) {
sys/dev/raidframe/rf_paritylogging.c
279
next = l->next;
sys/dev/raidframe/rf_paritylogging.c
519
l1 = l2->next;
sys/dev/raidframe/rf_paritylogging.c
624
raidPtr->parityLogDiskQueue.freeDataList->next;
sys/dev/raidframe/rf_paritylogging.c
629
raidPtr->parityLogDiskQueue.freeCommonList = c->next;
sys/dev/raidframe/rf_paritylogging.c
84
RF_ParityLog_t *l = NULL, *next;
sys/dev/raidframe/rf_paritylogging.c
854
if (asmp->parityInfo->next) { /* redir 2nd component,
sys/dev/raidframe/rf_paritylogging.c
856
RF_PhysDiskAddr_t *p = asmp->parityInfo->next;
sys/dev/raidframe/rf_paritylogging.c
865
if (asmp->parityInfo->next && failedPDA == asmp->parityInfo->next) {
sys/dev/raidframe/rf_paritylogging.c
884
if (asmp->parityInfo->next) {
sys/dev/raidframe/rf_paritylogging.c
886
failedPDA->next->col = failedPDA->col;
sys/dev/raidframe/rf_paritylogging.c
888
if (failedPDA == asmp->parityInfo->next) { /* paranoid: should never occur */
sys/dev/raidframe/rf_paritylogging.c
925
(asmp->parityInfo->next != NULL) ||
sys/dev/raidframe/rf_parityloggingdags.c
148
pda = pda->next;
sys/dev/raidframe/rf_parityloggingdags.c
163
pda = pda->next;
sys/dev/raidframe/rf_parityloggingdags.c
199
RF_ASSERT(asmap->parityInfo->next == NULL); /* parityInfo must
sys/dev/raidframe/rf_parityloggingdags.c
337
int numParityNodes = (asmap->parityInfo->next) ? 2 : 1;
sys/dev/raidframe/rf_parityloggingdags.c
410
pda = pda->next;
sys/dev/raidframe/rf_parityloggingdags.c
426
pda = pda->next;
sys/dev/raidframe/rf_parityloggingdags.c
441
pda = pda->next;
sys/dev/raidframe/rf_parityloggingdags.c
506
pda = pda->next;
sys/dev/raidframe/rf_parityscan.c
170
for (doasm = aasm; doasm; doasm = doasm->next) {
sys/dev/raidframe/rf_parityscan.c
172
parityPDA = parityPDA->next) {
sys/dev/raidframe/rf_parityscan.c
236
for (pda = asmap->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) {
sys/dev/raidframe/rf_parityscan.c
248
RF_ASSERT(!asmap->parityInfo->next);
sys/dev/raidframe/rf_pq.c
155
(asmap->parityInfo->next != NULL) || (asmap->qInfo->next != NULL) || rf_CheckStripeForFailures(raidPtr, asmap))) {
sys/dev/raidframe/rf_psstatus.c
159
for (p = pssPtr; p; p = p->next) {
sys/dev/raidframe/rf_psstatus.c
166
p->next = hdr->chain;
sys/dev/raidframe/rf_psstatus.c
208
pt->next = p->next;
sys/dev/raidframe/rf_psstatus.c
210
hdr->chain = p->next;
sys/dev/raidframe/rf_psstatus.c
211
p->next = NULL;
sys/dev/raidframe/rf_psstatus.c
216
p = p->next;
sys/dev/raidframe/rf_psstatus.c
235
for (pt = NULL, p = hdr->chain; p; pt = p, p = p->next) {
sys/dev/raidframe/rf_psstatus.c
248
pt->next = p->next;
sys/dev/raidframe/rf_psstatus.c
250
hdr->chain = p->next;
sys/dev/raidframe/rf_psstatus.c
251
p->next = NULL;
sys/dev/raidframe/rf_psstatus.c
262
cb1 = cb->next;
sys/dev/raidframe/rf_psstatus.c
297
for (p = pssTable[i].chain; p; p = p->next) {
sys/dev/raidframe/rf_psstatus.c
299
for (fb = p->procWaitList; fb; fb = fb->next)
sys/dev/raidframe/rf_psstatus.c
301
for (vb = p->blockWaitList; vb; vb = vb->next)
sys/dev/raidframe/rf_psstatus.c
303
for (vb = p->bufWaitList; vb; vb = vb->next)
sys/dev/raidframe/rf_psstatus.h
97
RF_ReconParityStripeStatus_t *next;
sys/dev/raidframe/rf_raid1.c
225
if (asmap->parityInfo->next) {
sys/dev/raidframe/rf_raid1.c
227
failedPDA->next->col = failedPDA->col;
sys/dev/raidframe/rf_raid1.c
229
if (failedPDA == asmap->parityInfo->next) {
sys/dev/raidframe/rf_raid1.c
335
for (pda = aasm->physInfo, i = 0; i < layoutPtr->numDataCol; i++, pda = pda->next) {
sys/dev/raidframe/rf_raid1.c
358
for (pda = aasm->parityInfo; i < layoutPtr->numDataCol + layoutPtr->numParityCol; i++, pda = pda->next) {
sys/dev/raidframe/rf_raid1.c
624
reconCtrlPtr->committedRbufs = t->next;
sys/dev/raidframe/rf_raid1.c
625
t->next = NULL;
sys/dev/raidframe/rf_raid1.c
634
reconCtrlPtr->floatingRbufs = t->next;
sys/dev/raidframe/rf_raid1.c
635
t->next = NULL;
sys/dev/raidframe/rf_raid1.c
657
cb->next = NULL;
sys/dev/raidframe/rf_raid1.c
663
for (p = reconCtrlPtr->bufferWaitList; p->next; p = p->next);
sys/dev/raidframe/rf_raid1.c
664
p->next = cb;
sys/dev/raidframe/rf_raid5.c
212
if (asmap->parityInfo->next) { /* redir 2nd component,
sys/dev/raidframe/rf_raid5.c
214
RF_PhysDiskAddr_t *p = asmap->parityInfo->next;
sys/dev/raidframe/rf_raid5.c
223
if (asmap->parityInfo->next && failedPDA == asmap->parityInfo->next) {
sys/dev/raidframe/rf_raid5.c
243
if (asmap->parityInfo->next) {
sys/dev/raidframe/rf_raid5.c
245
failedPDA->next->col = failedPDA->col;
sys/dev/raidframe/rf_raid5.c
247
if (failedPDA == asmap->parityInfo->next) { /* paranoid: should
sys/dev/raidframe/rf_raid5.c
291
(asmap->parityInfo->next != NULL) || rf_CheckStripeForFailures(raidPtr, asmap))) {
sys/dev/raidframe/rf_reconbuffer.c
191
reconCtrlPtr->committedRbufs = t->next;
sys/dev/raidframe/rf_reconbuffer.c
213
reconCtrlPtr->committedRbufs = t->next;
sys/dev/raidframe/rf_reconbuffer.c
214
t->next = NULL;
sys/dev/raidframe/rf_reconbuffer.c
218
reconCtrlPtr->floatingRbufs = t->next;
sys/dev/raidframe/rf_reconbuffer.c
219
t->next = NULL;
sys/dev/raidframe/rf_reconbuffer.c
240
cb->next = NULL;
sys/dev/raidframe/rf_reconbuffer.c
245
for (p = reconCtrlPtr->bufferWaitList; p->next; p = p->next);
sys/dev/raidframe/rf_reconbuffer.c
246
p->next = cb;
sys/dev/raidframe/rf_reconbuffer.c
350
reconCtrlPtr->fullBufferList = p->next;
sys/dev/raidframe/rf_reconbuffer.c
351
p->next = NULL;
sys/dev/raidframe/rf_reconbuffer.c
378
rbuf->next = reconCtrl->fullBufferList;
sys/dev/raidframe/rf_reconbuffer.c
381
for (pt = reconCtrl->fullBufferList, p = pt->next; p && p->failedDiskSectorOffset < rbuf->failedDiskSectorOffset; pt = p, p = p->next);
sys/dev/raidframe/rf_reconbuffer.c
382
rbuf->next = p;
sys/dev/raidframe/rf_reconbuffer.c
383
pt->next = rbuf;
sys/dev/raidframe/rf_reconbuffer.c
410
rbuf->next = rcPtr->committedRbufs;
sys/dev/raidframe/rf_reconbuffer.c
413
rcPtr->bufferWaitList = cb->next;
sys/dev/raidframe/rf_reconbuffer.c
419
rbuf->next = rcPtr->floatingRbufs;
sys/dev/raidframe/rf_reconmap.c
211
p = p->next;
sys/dev/raidframe/rf_reconmap.c
213
pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p);
sys/dev/raidframe/rf_reconmap.c
272
p = p->next;
sys/dev/raidframe/rf_reconmap.c
276
pt->next = p->next;
sys/dev/raidframe/rf_reconmap.c
278
p = pt->next;
sys/dev/raidframe/rf_reconmap.c
281
p = p->next;
sys/dev/raidframe/rf_reconmap.c
293
RF_SectorNum_t stopSector, RF_ReconMapListElem_t *next)
sys/dev/raidframe/rf_reconmap.c
300
p->next = next;
sys/dev/raidframe/rf_reconmap.c
330
p = p->next;
sys/dev/raidframe/rf_reconmap.h
75
RF_ReconMapListElem_t *next; /* next element in list */
sys/dev/raidframe/rf_reconstruct.c
135
RF_ReconDoneProc_t *next;
sys/dev/raidframe/rf_reconstruct.c
1623
reconCtrlPtr->headSepCBList = p->next;
sys/dev/raidframe/rf_reconstruct.c
1624
p->next = NULL;
sys/dev/raidframe/rf_reconstruct.c
1682
cb->next = NULL;
sys/dev/raidframe/rf_reconstruct.c
1691
cb->next = reconCtrlPtr->headSepCBList;
sys/dev/raidframe/rf_reconstruct.c
1694
for (pt = p, p = p->next; p && (p->v < cb->v); pt = p, p = p->next);
sys/dev/raidframe/rf_reconstruct.c
1695
cb->next = p;
sys/dev/raidframe/rf_reconstruct.c
1696
pt->next = cb;
sys/dev/raidframe/rf_reconstruct.c
1737
cb->next = pssPtr->blockWaitList;
sys/dev/raidframe/rf_reconstruct.c
183
reconDesc->next = NULL;
sys/dev/raidframe/rf_reconstruct.c
1856
cb->next = pssPtr->procWaitList;
sys/dev/raidframe/rf_reconstruct.c
1929
pssPtr->blockWaitList = cb->next;
sys/dev/raidframe/rf_reconstruct.c
1930
cb->next = NULL;
sys/dev/raidframe/rf_reconstruct.c
1960
raidPtr->reconControl->headSepCBList = p->next;
sys/dev/raidframe/rf_reconstruct.c
1961
p->next = NULL;
sys/dev/raidframe/rf_reconstruct.h
100
RF_ReconEvent_t *next;
sys/dev/raidframe/rf_reconstruct.h
62
RF_ReconBuffer_t *next; /* used for buffer management */
sys/dev/raidframe/rf_reconutil.c
144
rbuf->next = reconCtrlPtr->floatingRbufs;
sys/dev/raidframe/rf_reconutil.c
171
reconCtrlPtr->floatingRbufs = t->next;
sys/dev/raidframe/rf_reconutil.c
241
t->next = NULL;
sys/dev/raidframe/rf_reconutil.c
278
for (p = pssTable[i].chain; p; p = p->next) {
sys/dev/raidframe/rf_reconutil.c
298
rbuf = rbuf->next) {
sys/dev/raidframe/rf_reconutil.c
303
rbuf = rbuf->next) {
sys/dev/raidframe/rf_reconutil.c
308
rbuf = rbuf->next) {
sys/dev/raidframe/rf_revent.c
156
rctrl->eventQueue = event->next;
sys/dev/raidframe/rf_revent.c
157
event->next = NULL;
sys/dev/raidframe/rf_revent.c
180
event->next = rctrl->eventQueue;
sys/dev/raidframe/rf_revent.c
196
t->next = NULL;
sys/dev/raidframe/rf_revent.c
216
rctrl->eventQueue = event->next;
sys/dev/raidframe/rf_revent.c
217
event->next = NULL;
sys/dev/raidframe/rf_shutdown.c
82
ent->next = *listp;
sys/dev/raidframe/rf_shutdown.c
89
RF_ShutdownList_t *r, *next;
sys/dev/raidframe/rf_shutdown.c
95
for (r = *list; r; r = next) {
sys/dev/raidframe/rf_shutdown.c
96
next = r->next;
sys/dev/raidframe/rf_shutdown.h
60
RF_ShutdownList_t *next;
sys/dev/raidframe/rf_sstf.c
101
req->next = r;
sys/dev/raidframe/rf_sstf.c
103
s->next = req;
sys/dev/raidframe/rf_sstf.c
113
req->next = NULL;
sys/dev/raidframe/rf_sstf.c
115
s->next = req;
sys/dev/raidframe/rf_sstf.c
122
(_q_)->queue = (_r_)->next; \
sys/dev/raidframe/rf_sstf.c
147
RF_ASSERT((_q_)->qtail->next == (_r_)); \
sys/dev/raidframe/rf_sstf.c
148
(_q_)->qtail->next = NULL; \
sys/dev/raidframe/rf_sstf.c
171
for (r = queue->queue; r; r = r->next) {
sys/dev/raidframe/rf_sstf.c
333
RF_ASSERT(req->next);
sys/dev/raidframe/rf_sstf.c
336
req->next->prev = req->prev;
sys/dev/raidframe/rf_sstf.c
337
req->prev->next = req->next;
sys/dev/raidframe/rf_sstf.c
338
req->next = req->prev = NULL;
sys/dev/raidframe/rf_sstf.c
515
RF_DiskQueueData_t *r, *next;
sys/dev/raidframe/rf_sstf.c
522
for (r = sstfq->lopri.queue; r; r = next) {
sys/dev/raidframe/rf_sstf.c
523
next = r->next;
sys/dev/raidframe/rf_sstf.c
80
req->next = NULL;
sys/dev/raidframe/rf_sstf.c
85
req->next = *queuep;
sys/dev/raidframe/rf_sstf.c
97
for (s = NULL, r = *queuep; r; s = r, r = r->next) {
sys/dev/raidframe/rf_states.c
189
dag_h = dag_h->next;
sys/dev/raidframe/rf_states.c
311
cb->next = raidPtr->quiesce_wait_list;
sys/dev/raidframe/rf_states.c
379
for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) {
sys/dev/raidframe/rf_states.c
488
dagList = dagList->next;
sys/dev/raidframe/rf_states.c
530
dag_h = dag_h->next;
sys/dev/raidframe/rf_states.c
532
dagList = dagList->next;
sys/dev/raidframe/rf_states.c
575
dagList = dagList->next;
sys/dev/raidframe/rf_states.c
603
dagList = dagList->next;
sys/dev/raidframe/rf_states.c
614
dagList = dagList->next;
sys/dev/raidframe/rf_states.c
652
dag_h = dag_h->next;
sys/dev/raidframe/rf_states.c
657
dagList = dagList->next;
sys/dev/raidframe/rf_states.c
693
dagList = dagList->next;
sys/dev/raidframe/rf_states.c
702
for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) {
sys/dev/raidframe/rf_stripelocks.c
282
lockReqDesc->next = NULL; /* just to be sure */
sys/dev/raidframe/rf_stripelocks.c
287
lockDesc = lockDesc->next) {
sys/dev/raidframe/rf_stripelocks.c
295
lockDesc->next = lockTable[hashval].descList;
sys/dev/raidframe/rf_stripelocks.c
317
lockReqDesc->next = lockDesc->granted;
sys/dev/raidframe/rf_stripelocks.c
332
for (p = lockDesc->granted; p; p = p->next)
sys/dev/raidframe/rf_stripelocks.c
338
for (p = lockDesc->waitersH; p; p = p->next)
sys/dev/raidframe/rf_stripelocks.c
345
lockReqDesc->next = lockDesc->granted;
sys/dev/raidframe/rf_stripelocks.c
408
lockDesc; ld_t = lockDesc, lockDesc = lockDesc->next) {
sys/dev/raidframe/rf_stripelocks.c
416
for (lr_t = NULL, lr = lockDesc->granted; lr; lr_t = lr, lr = lr->next)
sys/dev/raidframe/rf_stripelocks.c
424
lr_t->next = lr->next;
sys/dev/raidframe/rf_stripelocks.c
427
lockDesc->granted = lr->next;
sys/dev/raidframe/rf_stripelocks.c
429
lr->next = NULL;
sys/dev/raidframe/rf_stripelocks.c
462
lockDesc->waitersH = lr->next;
sys/dev/raidframe/rf_stripelocks.c
467
lr->next = lockDesc->granted;
sys/dev/raidframe/rf_stripelocks.c
510
candidate = candidate->next;
sys/dev/raidframe/rf_stripelocks.c
518
predecessor = predecessor->next) {
sys/dev/raidframe/rf_stripelocks.c
540
predecessor = predecessor->next) {
sys/dev/raidframe/rf_stripelocks.c
567
candidate_t->next = candidate->next;
sys/dev/raidframe/rf_stripelocks.c
572
lockDesc->waitersH = lockDesc->waitersH->next;
sys/dev/raidframe/rf_stripelocks.c
577
candidate->next = lockDesc->granted;
sys/dev/raidframe/rf_stripelocks.c
590
candidate = candidate_t->next;
sys/dev/raidframe/rf_stripelocks.c
595
candidate = candidate->next;
sys/dev/raidframe/rf_stripelocks.c
609
ld_t->next = lockDesc->next;
sys/dev/raidframe/rf_stripelocks.c
612
lockTable[hashval].descList = lockDesc->next;
sys/dev/raidframe/rf_stripelocks.c
639
lockDesc->waitersT->next = lockReqDesc;
sys/dev/raidframe/rf_stripelocks.c
656
p->next = NULL;
sys/dev/raidframe/rf_stripelocks.c
680
for (p = lockTable[i].descList; p; p = p->next) {
sys/dev/raidframe/rf_stripelocks.c
690
j++, q = q->next) {
sys/dev/raidframe/rf_stripelocks.c
711
j++, q = q->next) {
sys/dev/raidframe/rf_stripelocks.h
59
RF_LockReqDesc_t *next; /* next element in chain */
sys/dev/raidframe/rf_stripelocks.h
74
RF_StripeLockDesc_t *next; /* for hash table collision resolution */
sys/dev/raidframe/rf_stripelocks.h
94
if ((_asm)->parityInfo->next) { \
sys/dev/raidframe/rf_stripelocks.h
95
(_lrd).start2 = (_asm)->parityInfo->next->startSector; \
sys/dev/raidframe/rf_stripelocks.h
96
(_lrd).stop2 = (_asm)->parityInfo->next->startSector + (_asm)->parityInfo->next->numSector-1; \
sys/dev/sbus/dbri.c
1123
sc->sc_pipe[16].next = 16;
sys/dev/sbus/dbri.c
1367
while (sc->sc_desc[td_last].next != -1)
sys/dev/sbus/dbri.c
1368
td_last = sc->sc_desc[td_last].next;
sys/dev/sbus/dbri.c
1370
sc->sc_desc[td_last].next = td_first;
sys/dev/sbus/dbri.c
1460
while (sc->sc_desc[td_last].next != -1)
sys/dev/sbus/dbri.c
1461
td_last = sc->sc_desc[td_last].next;
sys/dev/sbus/dbri.c
1463
sc->sc_desc[td_last].next = td_first;
sys/dev/sbus/dbri.c
1528
nextpipe = sc->sc_pipe[prevpipe].next;
sys/dev/sbus/dbri.c
1531
sc->sc_pipe[nextpipe].next != basepipe) {
sys/dev/sbus/dbri.c
1533
nextpipe = sc->sc_pipe[nextpipe].next;
sys/dev/sbus/dbri.c
1544
sc->sc_pipe[prevpipe].next = pipe;
sys/dev/sbus/dbri.c
1546
sc->sc_pipe[pipe].next = nextpipe;
sys/dev/sbus/dbri.c
1765
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1771
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1777
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1781
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1790
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1798
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1806
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1817
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1828
di->next = di->prev = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
1841
di->prev = di->next = AUDIO_MIXER_LAST;
sys/dev/sbus/dbri.c
555
sc->sc_pipe[n].desc = sc->sc_pipe[n].next = -1;
sys/dev/sbus/dbrivar.h
90
int next; /* next pipe in linked list */
sys/dev/scsipi/sd.c
1614
goto next;
sys/dev/scsipi/sd.c
1633
next:
sys/dev/sdmmc/sdmmc.c
271
TAILQ_INSERT_TAIL(&sc->sc_tskq, task, next);
sys/dev/sdmmc/sdmmc.c
282
TAILQ_REMOVE(&sc->sc_tskq, task, next);
sys/dev/sdmmc/sdmmcvar.h
99
TAILQ_ENTRY(sdmmc_task) next;
sys/dev/std/ieee1212.c
263
u_int32_t next, check;
sys/dev/std/ieee1212.c
304
next = rom->len + 1;
sys/dev/std/ieee1212.c
340
if (p1212_parse_directory(rom->root, &t[next], mask)) {
sys/dev/tc/bba.c
299
m->next = sc->sc_mem_head;
sys/dev/tc/bba.c
324
mp = &(*mp)->next)
sys/dev/tc/bba.c
331
*mp = m->next;
sys/dev/tc/bba.c
72
struct bba_mem *next;
sys/dev/usb/auvitek_dtv.c
342
goto next;
sys/dev/usb/auvitek_dtv.c
345
goto next;
sys/dev/usb/auvitek_dtv.c
352
goto next;
sys/dev/usb/auvitek_dtv.c
359
next:
sys/dev/usb/auvitek_video.c
703
goto next;
sys/dev/usb/auvitek_video.c
711
goto next;
sys/dev/usb/auvitek_video.c
721
next:
sys/dev/usb/ehci.c
1916
(uintptr_t)itd, (uintptr_t)itd->frame_list.next,
sys/dev/usb/ehci.c
2180
sqh->next = head->next;
sys/dev/usb/ehci.c
2186
head->next = sqh;
sys/dev/usb/ehci.c
2210
for (p = head; p != NULL && p->next != sqh; p = p->next)
sys/dev/usb/ehci.c
2216
p->next = sqh->next;
sys/dev/usb/ehci.c
2332
sc->sc_softitds[itd->slot] = itd->frame_list.next;
sys/dev/usb/ehci.c
2339
if (itd->frame_list.next != NULL)
sys/dev/usb/ehci.c
2340
itd->frame_list.next->frame_list.prev = NULL;
sys/dev/usb/ehci.c
2348
prev->frame_list.next = itd->frame_list.next;
sys/dev/usb/ehci.c
2349
if (itd->frame_list.next != NULL)
sys/dev/usb/ehci.c
2350
itd->frame_list.next->frame_list.prev = prev;
sys/dev/usb/ehci.c
2358
struct ehci_soft_itd *next;
sys/dev/usb/ehci.c
2361
next = NULL;
sys/dev/usb/ehci.c
2362
for (; itd != NULL; itd = next) {
sys/dev/usb/ehci.c
2363
next = itd->xfer_next;
sys/dev/usb/ehci.c
2380
sc->sc_softsitds[sitd->slot] = sitd->frame_list.next;
sys/dev/usb/ehci.c
2387
if (sitd->frame_list.next != NULL)
sys/dev/usb/ehci.c
2388
sitd->frame_list.next->frame_list.prev = NULL;
sys/dev/usb/ehci.c
2396
prev->frame_list.next = sitd->frame_list.next;
sys/dev/usb/ehci.c
2397
if (sitd->frame_list.next != NULL)
sys/dev/usb/ehci.c
2398
sitd->frame_list.next->frame_list.prev = prev;
sys/dev/usb/ehci.c
2408
struct ehci_soft_sitd *next = NULL;
sys/dev/usb/ehci.c
2409
for (; sitd != NULL; sitd = next) {
sys/dev/usb/ehci.c
2410
next = sitd->xfer_next;
sys/dev/usb/ehci.c
2946
sqh->next = sc->sc_freeqhs;
sys/dev/usb/ehci.c
2951
sc->sc_freeqhs = sqh->next;
sys/dev/usb/ehci.c
2955
sqh->next = NULL;
sys/dev/usb/ehci.c
2965
sqh->next = sc->sc_freeqhs;
sys/dev/usb/ehci.c
3289
itd->frame_list.next = NULL;
sys/dev/usb/ehci.c
3350
sitd->frame_list.next = NULL;
sys/dev/usb/ehci.c
3615
ehci_soft_qtd_t *setup, *status, *next;
sys/dev/usb/ehci.c
3636
next = status;
sys/dev/usb/ehci.c
3643
next = exfer->ex_data;
sys/dev/usb/ehci.c
3656
setup->qtd->qtd_next = setup->qtd->qtd_altnext = htole32(next->physaddr);
sys/dev/usb/ehci.c
3657
setup->nextqtd = next;
sys/dev/usb/ehci.c
3713
ehci_soft_qtd_t *setup, *status, *next;
sys/dev/usb/ehci.c
3776
next = status;
sys/dev/usb/ehci.c
3805
next = exfer->ex_data;
sys/dev/usb/ehci.c
3806
KASSERTMSG(next != NULL, "Failed memory allocation");
sys/dev/usb/ehci.c
3819
setup->nextqtd = next;
sys/dev/usb/ehci.c
3820
setup->qtd->qtd_next = setup->qtd->qtd_altnext = htole32(next->physaddr);
sys/dev/usb/ehci.c
4389
ehci_soft_sitd_t *next;
sys/dev/usb/ehci.c
4390
for (sitd = start; sitd; sitd = next) {
sys/dev/usb/ehci.c
4391
next = sitd->xfer_next;
sys/dev/usb/ehci.c
4612
sitd->frame_list.next = sc->sc_softsitds[frindex];
sys/dev/usb/ehci.c
4614
if (sitd->frame_list.next != NULL)
sys/dev/usb/ehci.c
4615
sitd->frame_list.next->frame_list.prev = sitd;
sys/dev/usb/ehci.c
4754
ehci_soft_itd_t *next;
sys/dev/usb/ehci.c
4755
for (itd = start; itd; itd = next) {
sys/dev/usb/ehci.c
4756
next = itd->xfer_next;
sys/dev/usb/ehci.c
4995
itd->frame_list.next = sc->sc_softitds[frindex];
sys/dev/usb/ehci.c
4997
if (itd->frame_list.next != NULL)
sys/dev/usb/ehci.c
4998
itd->frame_list.next->frame_list.prev = itd;
sys/dev/usb/ehci.c
603
sqh->next = NULL;
sys/dev/usb/ehci.c
606
sqh->next = sc->sc_islots[(i + 1) / 2 - 1].sqh;
sys/dev/usb/ehci.c
607
sqh->qh->qh_link = htole32(sqh->next->physaddr |
sys/dev/usb/ehci.c
653
sqh->next = NULL;
sys/dev/usb/ehcivar.h
49
struct ehci_soft_qh *next;
sys/dev/usb/ehcivar.h
65
struct ehci_soft_itd *next;
sys/dev/usb/if_athn_usb.c
2430
TAILQ_INSERT_TAIL(&usc->usc_tx_free_list, data, next);
sys/dev/usb/if_athn_usb.c
2590
TAILQ_REMOVE(&usc->usc_tx_free_list, data, next);
sys/dev/usb/if_athn_usb.c
2652
TAILQ_INSERT_TAIL(&usc->usc_tx_free_list, data, next);
sys/dev/usb/if_athn_usb.c
2784
usc->usc_cmdq.cur = usc->usc_cmdq.next = usc->usc_cmdq.queued = 0;
sys/dev/usb/if_athn_usb.c
751
TAILQ_INSERT_TAIL(&usc->usc_tx_free_list, data, next);
sys/dev/usb/if_athn_usb.c
756
TAILQ_REMOVE(&usc->usc_tx_free_list, usc->usc_tx_bcn, next);
sys/dev/usb/if_athn_usb.c
861
while (ring->next != ring->cur) {
sys/dev/usb/if_athn_usb.c
862
cmd = &ring->cmd[ring->next];
sys/dev/usb/if_athn_usb.c
871
ring->next = (ring->next + 1) % ATHN_USB_HOST_CMD_RING_COUNT;
sys/dev/usb/if_athn_usb.h
405
TAILQ_ENTRY(athn_usb_tx_data) next;
sys/dev/usb/if_athn_usb.h
431
int next;
sys/dev/usb/if_bwfm_usb.c
182
TAILQ_ENTRY(bwfm_usb_tx_data) next;
sys/dev/usb/if_bwfm_usb.c
565
TAILQ_INSERT_TAIL(&sc->sc_tx_free_list, data, next);
sys/dev/usb/if_bwfm_usb.c
601
TAILQ_INSERT_TAIL(&sc->sc_tx_free_list, data, next);
sys/dev/usb/if_bwfm_usb.c
803
TAILQ_REMOVE(&sc->sc_tx_free_list, data, next);
sys/dev/usb/if_otus.c
1160
TAILQ_INSERT_TAIL(&sc->sc_tx_free_list, data, next);
sys/dev/usb/if_otus.c
1264
while (ring->next != ring->cur) {
sys/dev/usb/if_otus.c
1265
cmd = &ring->cmd[ring->next];
sys/dev/usb/if_otus.c
1275
ring->next = (ring->next + 1) % OTUS_HOST_CMD_RING_COUNT;
sys/dev/usb/if_otus.c
1920
TAILQ_INSERT_TAIL(&sc->sc_tx_free_list, data, next);
sys/dev/usb/if_otus.c
2098
TAILQ_REMOVE(&sc->sc_tx_free_list, data, next);
sys/dev/usb/if_otus.c
2168
TAILQ_INSERT_TAIL(&sc->sc_tx_free_list, data, next);
sys/dev/usb/if_otus.c
3177
sc->sc_cmdq.cur = sc->sc_cmdq.next = sc->sc_cmdq.queued = 0;
sys/dev/usb/if_otusvar.h
131
TAILQ_ENTRY(otus_tx_data) next;
sys/dev/usb/if_otusvar.h
143
int next;
sys/dev/usb/if_run.c
1831
while (ring->next != ring->cur) {
sys/dev/usb/if_run.c
1832
cmd = &ring->cmd[ring->next];
sys/dev/usb/if_run.c
1839
ring->next = (ring->next + 1) % RUN_HOST_CMD_RING_COUNT;
sys/dev/usb/if_run.c
4731
sc->cmdq.cur = sc->cmdq.next = sc->cmdq.queued = 0;
sys/dev/usb/if_runvar.h
125
int next;
sys/dev/usb/if_urtwn.c
2572
TAILQ_REMOVE(&sc->rx_free_list[pidx], data, next);
sys/dev/usb/if_urtwn.c
2573
TAILQ_INSERT_TAIL(&sc->rx_free_list[pidx], data, next);
sys/dev/usb/if_urtwn.c
2656
TAILQ_INSERT_TAIL(&sc->tx_free_list[pidx], data, next);
sys/dev/usb/if_urtwn.c
2909
TAILQ_REMOVE(&sc->tx_free_list[pidx], data, next);
sys/dev/usb/if_urtwn.c
4820
sc->cmdq.cur = sc->cmdq.next = sc->cmdq.queued = 0;
sys/dev/usb/if_urtwn.c
774
TAILQ_INSERT_TAIL(&sc->rx_free_list[j], data, next);
sys/dev/usb/if_urtwn.c
831
TAILQ_INSERT_TAIL(&sc->tx_free_list[j], data, next);
sys/dev/usb/if_urtwn.c
883
device_xname(sc->sc_dev), ring->cur, ring->next, ring->queued);
sys/dev/usb/if_urtwn.c
884
KASSERTMSG((ring->next >= 0 && ring->next < URTWN_HOST_CMD_RING_COUNT),
sys/dev/usb/if_urtwn.c
886
device_xname(sc->sc_dev), ring->cur, ring->next, ring->queued);
sys/dev/usb/if_urtwn.c
926
while (ring->next != ring->cur) {
sys/dev/usb/if_urtwn.c
929
ring->cur, ring->next, ring->queued);
sys/dev/usb/if_urtwn.c
930
cmd = &ring->cmd[ring->next];
sys/dev/usb/if_urtwn.c
940
ring->cur, ring->next, ring->queued);
sys/dev/usb/if_urtwn.c
942
ring->next = (ring->next + 1) % URTWN_HOST_CMD_RING_COUNT;
sys/dev/usb/if_urtwnvar.h
73
TAILQ_ENTRY(urtwn_rx_data) next;
sys/dev/usb/if_urtwnvar.h
81
TAILQ_ENTRY(urtwn_tx_data) next;
sys/dev/usb/if_urtwnvar.h
97
int next;
sys/dev/usb/ohci.c
1632
ohci_soft_itd_t *next;
sys/dev/usb/ohci.c
1641
sitd = next) {
sys/dev/usb/ohci.c
1642
next = sitd->nextitd;
sys/dev/usb/ohci.c
1846
sed->next = head->next;
sys/dev/usb/ohci.c
1851
head->next = sed;
sys/dev/usb/ohci.c
1869
for (p = head; p != NULL && p->next != sed; p = p->next)
sys/dev/usb/ohci.c
1876
p->next = sed->next;
sys/dev/usb/ohci.c
279
int next, inuse;
sys/dev/usb/ohci.c
2795
ohci_soft_td_t *setup, *stat, *next, *tail;
sys/dev/usb/ohci.c
2850
next = stat;
sys/dev/usb/ohci.c
2857
next = ox->ox_stds[0];
sys/dev/usb/ohci.c
2858
ohci_reset_std_chain(sc, xfer, len, isread, next, &end);
sys/dev/usb/ohci.c
2894
setup->td->td_nexttd = HTOO32(next->physaddr);
sys/dev/usb/ohci.c
2896
setup->nexttd = next;
sys/dev/usb/ohci.c
3388
for (p = sc->sc_eds[pos]; p && p->next != sed; p = p->next)
sys/dev/usb/ohci.c
3391
p->next = sed->next;
sys/dev/usb/ohci.c
3452
sed->next = hsed->next;
sys/dev/usb/ohci.c
3461
hsed->next = sed;
sys/dev/usb/ohci.c
3588
isoc->inuse, isoc->next, (uintptr_t)xfer, xfer->ux_nframes);
sys/dev/usb/ohci.c
3597
if (isoc->next == -1) {
sys/dev/usb/ohci.c
3603
isoc->next = O32TOH(sc->sc_hcca->hcca_frame_number) + 5;
sys/dev/usb/ohci.c
3604
DPRINTFN(2,"start next=%jd", isoc->next, 0, 0, 0);
sys/dev/usb/ohci.c
3658
OHCI_ITD_SET_SF(isoc->next) |
sys/dev/usb/ohci.c
3676
isoc->next = isoc->next + ncur;
sys/dev/usb/ohci.c
3698
OHCI_ITD_SET_SF(isoc->next) |
sys/dev/usb/ohci.c
3715
isoc->next = isoc->next + ncur;
sys/dev/usb/ohci.c
3822
isoc->next = -1;
sys/dev/usb/ohci.c
429
sed->next = sc->sc_freeeds;
sys/dev/usb/ohci.c
435
sc->sc_freeeds = sed->next;
sys/dev/usb/ohci.c
439
sed->next = 0;
sys/dev/usb/ohci.c
449
sed->next = sc->sc_freeeds;
sys/dev/usb/ohci.c
601
ohci_soft_td_t *next, *cur;
sys/dev/usb/ohci.c
625
cur = next = sp;
sys/dev/usb/ohci.c
639
next = NULL;
sys/dev/usb/ohci.c
641
next = ox->ox_stds[j++];
sys/dev/usb/ohci.c
642
KASSERT(next != cur);
sys/dev/usb/ohci.c
673
cur->td->td_nexttd = (next != NULL) ? HTOO32(next->physaddr) : 0;
sys/dev/usb/ohci.c
674
cur->nexttd = next;
sys/dev/usb/ohci.c
684
KASSERT(next != NULL);
sys/dev/usb/ohci.c
689
cur = next;
sys/dev/usb/ohci.c
704
KASSERT(next != NULL);
sys/dev/usb/ohci.c
705
cur = next;
sys/dev/usb/ohci.c
913
sed->next = psed;
sys/dev/usb/ohcivar.h
40
struct ohci_soft_ed *next;
sys/dev/usb/pseye.c
684
goto next;
sys/dev/usb/pseye.c
687
goto next;
sys/dev/usb/pseye.c
691
goto next;
sys/dev/usb/pseye.c
699
next:
sys/dev/usb/uaudio.c
2988
mi->next = mi->prev = AUDIO_MIXER_LAST;
sys/dev/usb/uaudio.c
2994
mi->next = mi->prev = AUDIO_MIXER_LAST;
sys/dev/usb/uaudio.c
3000
mi->next = mi->prev = AUDIO_MIXER_LAST;
sys/dev/usb/uaudio.c
3007
mi->next = mi->prev = AUDIO_MIXER_LAST;
sys/dev/usb/uaudio.c
3021
mi->next = mi->prev = AUDIO_MIXER_LAST; /* XXX */
sys/dev/usb/ucom.c
1906
goto next;
sys/dev/usb/ucom.c
1937
goto next;
sys/dev/usb/ucom.c
1954
next:
sys/dev/usb/uhci.c
159
int next, inuse;
sys/dev/usb/uhci.c
2480
uhci_soft_td_t *setup, *stat, *next, *dataend;
sys/dev/usb/uhci.c
2514
next = uxfer->ux_data;
sys/dev/usb/uhci.c
2524
next = stat;
sys/dev/usb/uhci.c
2532
setup->link.std = next;
sys/dev/usb/uhci.c
2533
setup->td.td_link = htole32(next->physaddr | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2843
int i, next, nframes;
sys/dev/usb/uhci.c
2847
isoc->inuse, isoc->next, (uintptr_t)xfer, xfer->ux_nframes);
sys/dev/usb/uhci.c
2869
next = isoc->next;
sys/dev/usb/uhci.c
2870
if (next == -1) {
sys/dev/usb/uhci.c
2872
next = (UREAD2(sc, UHCI_FRNUM) + 3) % UHCI_VFRAMELIST_COUNT;
sys/dev/usb/uhci.c
2873
DPRINTFN(2, "start next=%jd", next, 0, 0, 0);
sys/dev/usb/uhci.c
2877
ux->ux_curframe = next;
sys/dev/usb/uhci.c
2886
std = isoc->stds[next];
sys/dev/usb/uhci.c
2887
if (++next >= UHCI_VFRAMELIST_COUNT)
sys/dev/usb/uhci.c
2888
next = 0;
sys/dev/usb/uhci.c
2917
isoc->next = next;
sys/dev/usb/uhci.c
3117
isoc->next = -1;
sys/dev/usb/usb.c
1253
SIMPLEQ_REMOVE_HEAD(&usb_events, next);
sys/dev/usb/usb.c
1320
SIMPLEQ_INSERT_TAIL(&usb_events, ueq, next);
sys/dev/usb/usb.c
249
SIMPLEQ_ENTRY(usb_event_q) next;
sys/dev/usb/usb.c
579
TAILQ_INSERT_TAIL(&taskq->tasks, task, next);
sys/dev/usb/usb.c
611
TAILQ_REMOVE(&taskq->tasks, task, next);
sys/dev/usb/usb.c
679
TAILQ_REMOVE(&taskq->tasks, task, next);
sys/dev/usb/usb.c
793
TAILQ_REMOVE(&taskq->tasks, task, next);
sys/dev/usb/usb_mem.c
131
LIST_FOREACH(b, &usb_blk_freelist, next) {
sys/dev/usb/usb_mem.c
139
LIST_REMOVE(b, next);
sys/dev/usb/usb_mem.c
236
LIST_FOREACH(xb, qh, next) {
sys/dev/usb/usb_mem.c
258
LIST_REMOVE(b, next);
sys/dev/usb/usb_mem.c
260
LIST_INSERT_HEAD(&usb_blk_freelist, b, next);
sys/dev/usb/usb_mem.c
291
LIST_INSERT_HEAD(&usb_blk_fulllist, p->udma_block, next);
sys/dev/usb/usb_mem.c
320
LIST_INSERT_HEAD(&usb_blk_fraglist, b, next);
sys/dev/usb/usb_mem.h
57
LIST_ENTRY(usb_dma_block) next;
sys/dev/usb/usbdi.h
211
TAILQ_ENTRY(usb_task) next;
sys/dev/usb/uvideo.c
1937
goto next;
sys/dev/usb/uvideo.c
1952
next:
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
196
char *next;
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
214
next = parg;
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
215
while (*next && *next != ' ') /* find end of argument */
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
216
next++;
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
217
if (*next) { /* space */
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
218
*next++ = '\0'; /* end the argument string */
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
219
next = strstr(next, VMMIOSTR);
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
228
if (next) {
sys/dev/virtio/arch/x86/virtio_mmio_cmdline.c
229
parg = next;
sys/dev/wscons/wsdisplay_vcons.c
453
LIST_INSERT_HEAD(&vdp->screens, scr, next);
sys/dev/wscons/wsdisplay_vcons.c
714
goto next;
sys/dev/wscons/wsdisplay_vcons.c
743
next:
sys/dev/wscons/wsdisplay_vcons.c
931
LIST_REMOVE(scr, next);
sys/dev/wscons/wsdisplay_vconsvar.h
46
LIST_ENTRY(vcons_screen) next;
sys/dev/wscons/wsemulconf.c
114
LIST_INSERT_HEAD(&wsemuls, wep, next);
sys/dev/wscons/wsemulconf.c
123
LIST_FOREACH(wep, &wsemuls, next) {
sys/dev/wscons/wsemulconf.c
127
LIST_REMOVE(wep, next);
sys/dev/wscons/wsemulconf.c
49
LIST_ENTRY(wsemulentry) next;
sys/dev/wscons/wsemulconf.c
81
LIST_FOREACH(wep, &wsemuls, next)
sys/dev/wscons/wsemulconf.c
99
LIST_FOREACH(wep, &wsemuls, next)
sys/dist/pf/net/if_compat.c
343
struct ifg_member *ifgm, *next;
sys/dist/pf/net/if_compat.c
356
for (ifgm = TAILQ_FIRST(&ifg->ifg_members); ifgm; ifgm = next) {
sys/dist/pf/net/if_compat.c
357
next = TAILQ_NEXT(ifgm, ifgm_next);
sys/dist/pf/net/if_pfsync.c
461
TAILQ_FOREACH(st, &sk->states, next) {
sys/dist/pf/net/pf.c
1010
struct pf_src_node *cur, *next;
sys/dist/pf/net/pf.c
1013
for (cur = RB_MIN(pf_src_tree, &tree_src_tracking); cur; cur = next) {
sys/dist/pf/net/pf.c
1014
next = RB_NEXT(pf_src_tree, &tree_src_tracking, cur);
sys/dist/pf/net/pf.c
1019
next = RB_NEXT(pf_src_tree,
sys/dist/pf/net/pf.c
1125
struct pf_state *next;
sys/dist/pf/net/pf.c
1137
next = TAILQ_NEXT(cur, entry_list);
sys/dist/pf/net/pf.c
1155
cur = next;
sys/dist/pf/net/pf.c
3029
TAILQ_INSERT_TAIL(&sk->states, s, next);
sys/dist/pf/net/pf.c
3031
TAILQ_INSERT_HEAD(&sk->states, s, next);
sys/dist/pf/net/pf.c
3043
TAILQ_REMOVE(&sk->states, s, next);
sys/dist/pf/net/pf.c
606
TAILQ_FOREACH(s, &sk->states, next)
sys/dist/pf/net/pf.c
639
TAILQ_FOREACH(s, &sk->states, next)
sys/dist/pf/net/pf.c
874
TAILQ_FOREACH(sp, &cur->states, next)
sys/dist/pf/net/pf_ioctl.c
650
struct pf_tagname *p, *next;
sys/dist/pf/net/pf_ioctl.c
655
for (p = TAILQ_FIRST(head); p != NULL; p = next) {
sys/dist/pf/net/pf_ioctl.c
656
next = TAILQ_NEXT(p, entries);
sys/dist/pf/net/pf_norm.c
362
struct pf_frent *frea, *next;
sys/dist/pf/net/pf_norm.c
435
frea = next)
sys/dist/pf/net/pf_norm.c
453
next = LIST_NEXT(frea, fr_next);
sys/dist/pf/net/pf_norm.c
479
for (frep = LIST_FIRST(&(*frag)->fr_queue); frep; frep = next) {
sys/dist/pf/net/pf_norm.c
480
next = LIST_NEXT(frep, fr_next);
sys/dist/pf/net/pf_norm.c
484
(next == NULL || FR_IP_OFF(next) != off))
sys/dist/pf/net/pf_norm.c
487
off, next == NULL ? -1 : FR_IP_OFF(next),
sys/dist/pf/net/pf_norm.c
505
next = LIST_NEXT(frent, fr_next);
sys/dist/pf/net/pf_norm.c
515
for (frent = next; frent != NULL; frent = next) {
sys/dist/pf/net/pf_norm.c
516
next = LIST_NEXT(frent, fr_next);
sys/dist/pf/net/pf_table.c
1703
struct pfr_kentry *p, *q, *next;
sys/dist/pf/net/pf_table.c
1713
for (p = SLIST_FIRST(&addrq); p != NULL; p = next) {
sys/dist/pf/net/pf_table.c
1714
next = SLIST_NEXT(p, pfrke_workq); /* XXX */
sys/dist/pf/net/pfvar.h
749
TAILQ_ENTRY(pf_state) next;
sys/fs/efs/efs_subr.c
418
off_t offset, length, next;
sys/fs/efs/efs_subr.c
479
next = 0;
sys/fs/efs/efs_subr.c
501
next += numextents;
sys/fs/efs/efs_subr.c
505
numextents = MIN(numextents, eip->ei_numextents - next);
sys/fs/efs/efs_subr.c
563
exi->exi_next = next + mid;
sys/fs/nfs/common/bootp_subr.c
139
STAILQ_ENTRY(bootpc_ifcontext) next;
sys/fs/nfs/common/bootp_subr.c
1705
ifctx = STAILQ_NEXT(ifctx, next);
sys/fs/nfs/common/bootp_subr.c
1730
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1733
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1743
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1752
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1757
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1761
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1798
STAILQ_REMOVE_HEAD(&gctx->interfaces, next);
sys/fs/nfs/common/bootp_subr.c
462
STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next);
sys/fs/nfs/common/bootp_subr.c
675
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
683
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
803
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
826
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
902
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
925
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
941
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/nfs_commonsubs.c
3712
SLIST_ENTRY(list) next;
sys/fs/nfs/common/nfs_commonsubs.c
3808
SLIST_INSERT_HEAD(&head, lsp, next);
sys/fs/nfs/common/nfs_commonsubs.c
3829
SLIST_FOREACH_SAFE(lsp, &head, next, nlsp) {
sys/fs/nilfs/nilfs_subr.c
455
STAILQ_ENTRY(nilfs_recover_info) next;
sys/fs/nilfs/nilfs_subr.c
613
STAILQ_REMOVE_HEAD(&ri_list, next);
sys/fs/nilfs/nilfs_subr.c
623
STAILQ_INSERT_TAIL(&ri_list, ri, next);
sys/fs/nilfs/nilfs_subr.c
655
STAILQ_REMOVE_HEAD(&ri_list, next);
sys/fs/tmpfs/tmpfs_subr.c
768
off_t next = 0;
sys/fs/tmpfs/tmpfs_subr.c
775
next = TMPFS_DIRSEQ_DOTDOT;
sys/fs/tmpfs/tmpfs_subr.c
781
next = de ? tmpfs_dir_getseq(node, de) : TMPFS_DIRSEQ_EOF;
sys/fs/tmpfs/tmpfs_subr.c
797
uio->uio_offset = next;
sys/kern/kern_descrip.c
985
fdtab_t *next;
sys/kern/kern_descrip.c
989
next = dt->dt_link;
sys/kern/kern_descrip.c
997
dt = next;
sys/kern/kern_exec.c
1882
struct exec_entry *it, *next;
sys/kern/kern_exec.c
1909
for (it = LIST_FIRST(&ex_head); it != NULL; it = next) {
sys/kern/kern_exec.c
1910
next = LIST_NEXT(it, ex_list);
sys/kern/kern_history.c
430
char *next;
sys/kern/kern_history.c
533
strp = next = (char *)(&buf->sh_events[h->n]);
sys/kern/kern_history.c
534
*next++ = '\0';
sys/kern/kern_history.c
541
KASSERTMSG((next - strp) == xlt->offset,
sys/kern/kern_history.c
543
memcpy(next, xlt->addr, xlt->len);
sys/kern/kern_history.c
544
next += xlt->len;
sys/kern/kern_history.c
545
*next++ = '\0';
sys/kern/kern_ktrace.c
1311
next:
sys/kern/kern_ktrace.c
1367
goto next;
sys/kern/kern_ktrace.c
713
next:
sys/kern/kern_ktrace.c
753
goto next;
sys/kern/kern_lwp.c
2102
lcpage_t *lcp, *next;
sys/kern/kern_lwp.c
2116
for (lcp = TAILQ_FIRST(&lp->lp_pages); lcp != NULL; lcp = next) {
sys/kern/kern_lwp.c
2117
next = TAILQ_NEXT(lcp, lcp_chain);
sys/kern/kern_lwp.c
589
lwp_t *l2, *next;
sys/kern/kern_lwp.c
649
for (; l2 != NULL; l2 = next) {
sys/kern/kern_lwp.c
650
next = (lid != 0 ? NULL : LIST_NEXT(l2, l_sibling));
sys/kern/kern_module.c
1720
module_t *mod, *next;
sys/kern/kern_module.c
1726
for (mod = TAILQ_FIRST(&module_list); mod != NULL; mod = next) {
sys/kern/kern_module.c
1727
next = TAILQ_NEXT(mod, mod_chain);
sys/kern/kern_proc.c
2076
struct proc *p, *next, *marker;
sys/kern/kern_proc.c
2137
for (p = LIST_FIRST(&zombproc);; p = next) {
sys/kern/kern_proc.c
2146
next = LIST_NEXT(p, p_list);
sys/kern/kern_proc.c
2281
next = LIST_NEXT(marker, p_list);
sys/kern/kern_proc.c
2285
next = LIST_NEXT(p, p_list);
sys/kern/kern_rwlock.c
285
uintptr_t owner, incr, need_wait, set_wait, curthread, next;
sys/kern/kern_rwlock.c
338
next = rw_cas(rw, owner, (owner + incr) &
sys/kern/kern_rwlock.c
340
if (__predict_true(next == owner)) {
sys/kern/kern_rwlock.c
350
owner = next;
sys/kern/kern_rwlock.c
393
next = rw_cas(rw, owner, owner | set_wait);
sys/kern/kern_rwlock.c
395
if (__predict_false(next != owner)) {
sys/kern/kern_rwlock.c
397
owner = next;
sys/kern/kern_rwlock.c
439
uintptr_t curthread, owner, decr, newown, next;
sys/kern/kern_rwlock.c
475
next = rw_cas(rw, owner, newown);
sys/kern/kern_rwlock.c
476
if (__predict_true(next == owner))
sys/kern/kern_rwlock.c
478
owner = next;
sys/kern/kern_rwlock.c
552
uintptr_t curthread, owner, incr, need_wait, next;
sys/kern/kern_rwlock.c
569
for (owner = rw->rw_owner;; owner = next) {
sys/kern/kern_rwlock.c
572
next = rw_cas(rw, owner, owner + incr);
sys/kern/kern_rwlock.c
573
if (__predict_true(next == owner)) {
sys/kern/kern_rwlock.c
596
uintptr_t owner, newown, next, curthread __diagused;
sys/kern/kern_rwlock.c
609
for (owner = rw->rw_owner;; owner = next) {
sys/kern/kern_rwlock.c
618
next = rw_cas(rw, owner, newown + RW_READ_INCR);
sys/kern/kern_rwlock.c
619
if (__predict_true(next == owner)) {
sys/kern/kern_rwlock.c
653
next = rw_cas(rw, owner, newown);
sys/kern/kern_rwlock.c
655
if (__predict_true(next == owner))
sys/kern/kern_rwlock.c
669
next = rw_cas(rw, owner, newown);
sys/kern/kern_rwlock.c
670
if (__predict_true(next == owner)) {
sys/kern/kern_rwlock.c
694
uintptr_t owner, curthread, newown, next;
sys/kern/kern_rwlock.c
702
for (owner = RW_READ_INCR;; owner = next) {
sys/kern/kern_rwlock.c
704
next = rw_cas(rw, owner, newown);
sys/kern/kern_rwlock.c
705
if (__predict_true(next == owner)) {
sys/kern/kern_rwlock.c
709
RW_ASSERT(rw, (next & RW_WRITE_LOCKED) == 0);
sys/kern/kern_rwlock.c
710
if (__predict_false((next & RW_THREAD) != RW_READ_INCR)) {
sys/kern/kern_rwlock.c
711
RW_ASSERT(rw, (next & RW_THREAD) != 0);
sys/kern/kern_sig.c
653
ksiginfo_t *ksi, *next;
sys/kern/kern_sig.c
660
TAILQ_FOREACH_SAFE(ksi, &sp->sp_info, ksi_list, next) {
sys/kern/kern_sleepq.c
460
lwp_t *l, *next;
sys/kern/kern_sleepq.c
464
for (l = LIST_FIRST(sq); l != NULL; l = next) {
sys/kern/kern_sleepq.c
467
next = LIST_NEXT(l, l_sleepchain);
sys/kern/kern_time.c
865
struct timespec now, next;
sys/kern/kern_time.c
888
itimer_transition(&it->it_time, &now, &next, &overruns);
sys/kern/kern_time.c
889
it->it_time.it_value = next;
sys/kern/kern_turnstile.c
316
turnstile_t *next;
sys/kern/kern_turnstile.c
340
iter != NULL; iter = next) {
sys/kern/kern_turnstile.c
342
next = SLIST_NEXT(iter, ts_pichain);
sys/kern/subr_pool.c
2371
pcg_t *next;
sys/kern/subr_pool.c
2380
for (n = 0; pcg != NULL; pcg = next, n++) {
sys/kern/subr_pool.c
2381
next = pcg->pcg_next;
sys/kern/subr_thmap.c
1006
thmap_gc_t *next = gc->next;
sys/kern/subr_thmap.c
1008
gc = next;
sys/kern/subr_thmap.c
233
thmap_gc_t * next;
sys/kern/subr_thmap.c
983
gc->next = head; // not yet published
sys/kern/subr_time_arith.c
482
struct timespec *restrict next,
sys/kern/subr_time_arith.c
491
timespecclear(next);
sys/kern/subr_time_arith.c
498
timespecclear(next);
sys/kern/subr_time_arith.c
524
timespecadd(&it->it_value, &it->it_interval, next);
sys/kern/subr_time_arith.c
525
if (__predict_true(timespeccmp(now, next, <))) {
sys/kern/subr_time_arith.c
569
next->tv_sec = last_tick / 1000000000;
sys/kern/subr_time_arith.c
570
next->tv_nsec = last_tick % 1000000000;
sys/kern/subr_time_arith.c
571
KASSERT(timespeccmp(next, now, <=));
sys/kern/subr_time_arith.c
572
if (__predict_false(!timespecaddok(next, &it->it_interval)))
sys/kern/subr_time_arith.c
574
timespecadd(next, &it->it_interval, next);
sys/kern/subr_time_arith.c
575
KASSERT(timespeccmp(now, next, <));
sys/kern/subr_time_arith.c
580
next->tv_sec = 0;
sys/kern/subr_time_arith.c
581
next->tv_nsec = 0;
sys/kern/subr_workqueue.c
142
work_impl_t *next;
sys/kern/subr_workqueue.c
148
for (wk = SIMPLEQ_FIRST(list); wk != NULL; wk = next) {
sys/kern/subr_workqueue.c
149
next = SIMPLEQ_NEXT(wk, wk_entry);
sys/kern/sys_futex.c
2097
uintptr_t next, pending;
sys/kern/sys_futex.c
2101
&next, &is_pi);
sys/kern/sys_futex.c
2110
while (next != l->l_robust_head && limit-- > 0) {
sys/kern/sys_futex.c
2112
if (next != pending)
sys/kern/sys_futex.c
2113
release_futex(next + offset, l->l_lid, is_pi, false);
sys/kern/sys_futex.c
2114
error = futex_fetch_robust_entry(next, &next, &is_pi);
sys/kern/sys_ptrace_common.c
763
void *addr, size_t data, bool next)
sys/kern/sys_ptrace_common.c
778
if (next) {
sys/kern/sys_select.c
954
struct selinfo *sip, *next;
sys/kern/sys_select.c
973
for (sip = SLIST_FIRST(&l->l_selwait); sip != NULL; sip = next) {
sys/kern/sys_select.c
984
next = SLIST_NEXT(sip, sel_chain);
sys/kern/sysv_msg.c
1023
short next;
sys/kern/sysv_msg.c
1229
next = msghdr->msg_spot;
sys/kern/sysv_msg.c
1232
KASSERT(next > -1);
sys/kern/sysv_msg.c
1233
KASSERT(next < msginfo.msgseg);
sys/kern/sysv_msg.c
1240
error = copyout(&msgpool[next * msginfo.msgssz],
sys/kern/sysv_msg.c
1251
next = msgmaps[next].next;
sys/kern/sysv_msg.c
141
msgmaps[i].next = i + 1;
sys/kern/sysv_msg.c
142
msgmaps[msginfo.msgseg - 1].next = -1;
sys/kern/sysv_msg.c
278
new_msgmaps[i].next = i + 1;
sys/kern/sysv_msg.c
279
new_msgmaps[newmsgseg - 1].next = -1;
sys/kern/sysv_msg.c
325
short nnext = 0, next;
sys/kern/sysv_msg.c
350
new_free_msgmaps = new_msgmaps[nnext].next;
sys/kern/sysv_msg.c
352
new_msgmaps[nnext].next = nmsghdr->msg_spot;
sys/kern/sysv_msg.c
358
next = msghdr->msg_spot;
sys/kern/sysv_msg.c
372
&msgpool[next * msginfo.msgssz], tlen);
sys/kern/sysv_msg.c
375
nnext = msgmaps[nnext].next;
sys/kern/sysv_msg.c
376
next = msgmaps[next].next;
sys/kern/sysv_msg.c
425
short next;
sys/kern/sysv_msg.c
429
next = msgmaps[msghdr->msg_spot].next;
sys/kern/sysv_msg.c
430
msgmaps[msghdr->msg_spot].next = free_msgmaps;
sys/kern/sysv_msg.c
433
msghdr->msg_spot = next;
sys/kern/sysv_msg.c
713
short next;
sys/kern/sysv_msg.c
887
next = free_msgmaps;
sys/kern/sysv_msg.c
888
MSG_PRINTF(("allocating segment %d to message\n", next));
sys/kern/sysv_msg.c
889
free_msgmaps = msgmaps[next].next;
sys/kern/sysv_msg.c
891
msgmaps[next].next = msghdr->msg_spot;
sys/kern/sysv_msg.c
892
msghdr->msg_spot = next;
sys/kern/sysv_msg.c
928
next = msghdr->msg_spot;
sys/kern/sysv_msg.c
931
KASSERT(next > -1);
sys/kern/sysv_msg.c
932
KASSERT(next < msginfo.msgseg);
sys/kern/sysv_msg.c
939
error = copyin(user_msgp, &msgpool[next * msginfo.msgssz], tlen);
sys/kern/sysv_msg.c
951
next = msgmaps[next].next;
sys/kern/sysv_msg.c
953
KASSERT(next == -1);
sys/kern/sysv_shm.c
215
SLIST_REMOVE(&shmmap_s->entries, shmmap_se, shmmap_entry, next);
sys/kern/sysv_shm.c
257
SLIST_FOREACH(oshmmap_se, &oshmmap_s->entries, next) {
sys/kern/sysv_shm.c
261
SLIST_INSERT_HEAD(&shmmap_s->entries, shmmap_se, next);
sys/kern/sysv_shm.c
329
SLIST_FOREACH(shmmap_se, &shmmap_s1->entries, next)
sys/kern/sysv_shm.c
340
SLIST_FOREACH(shmmap_se, &shmmap_s->entries, next)
sys/kern/sysv_shm.c
442
SLIST_INSERT_HEAD(&shmmap_s->entries, shmmap_se, next);
sys/kern/sysv_shm.c
788
SLIST_FOREACH(shmmap_se, &shmmap_s->entries, next)
sys/kern/sysv_shm.c
812
SLIST_FOREACH(shmmap_se, &shmmap_s->entries, next) {
sys/kern/sysv_shm.c
87
SLIST_ENTRY(shmmap_entry) next;
sys/kern/uipc_accf.c
237
struct socket *so2, *next;
sys/kern/uipc_accf.c
247
for (so2 = TAILQ_FIRST(&so->so_q0); so2 != NULL; so2 = next) {
sys/kern/uipc_accf.c
248
next = TAILQ_NEXT(so2, so_qe);
sys/kern/uipc_socket.c
277
struct mbuf *m, *next;
sys/kern/uipc_socket.c
289
for (; m != NULL; m = next) {
sys/kern/uipc_socket.c
290
next = m->m_next;
sys/kern/uipc_socket2.c
1350
struct mbuf *m, *next;
sys/kern/uipc_socket2.c
1354
next = (m = sb->sb_mb) ? m->m_nextpkt : NULL;
sys/kern/uipc_socket2.c
1357
if (next == NULL)
sys/kern/uipc_socket2.c
1360
m = next;
sys/kern/uipc_socket2.c
1361
next = m->m_nextpkt;
sys/kern/uipc_socket2.c
1380
m->m_nextpkt = next;
sys/kern/uipc_socket2.c
1382
sb->sb_mb = next;
sys/kern/uipc_socket2.c
282
struct socket *so2, *next;
sys/kern/uipc_socket2.c
287
so2 != NULL; so2 = next) {
sys/kern/uipc_socket2.c
288
next = TAILQ_NEXT(so2, so_qe);
sys/kern/uipc_syscalls.c
823
struct mbuf *next;
sys/kern/uipc_syscalls.c
834
next = control->m_next;
sys/kern/uipc_syscalls.c
836
control = next;
sys/kern/vfs_dirhash.c
174
LIST_REMOVE(dirh_e, next);
sys/kern/vfs_dirhash.c
180
LIST_REMOVE(dirh_e, next);
sys/kern/vfs_dirhash.c
205
TAILQ_REMOVE(&dirhash_queue, dirh, next);
sys/kern/vfs_dirhash.c
233
TAILQ_REMOVE(&dirhash_queue, dirh, next);
sys/kern/vfs_dirhash.c
236
TAILQ_INSERT_HEAD(&dirhash_queue, dirh, next);
sys/kern/vfs_dirhash.c
274
LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) {
sys/kern/vfs_dirhash.c
291
LIST_FOREACH(dirh_e, &dirh->free_entries, next) {
sys/kern/vfs_dirhash.c
294
LIST_REMOVE(dirh_e, next);
sys/kern/vfs_dirhash.c
305
TAILQ_FOREACH_REVERSE(p_dirh, &dirhash_queue, _dirhash, next) {
sys/kern/vfs_dirhash.c
332
LIST_INSERT_HEAD(&dirh->entries[hashline], dirh_e, next);
sys/kern/vfs_dirhash.c
345
LIST_FOREACH(dirh_e, &dirh->free_entries, next) {
sys/kern/vfs_dirhash.c
359
LIST_INSERT_HEAD(&dirh->free_entries, dirh_e, next);
sys/kern/vfs_dirhash.c
385
LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) {
sys/kern/vfs_dirhash.c
395
LIST_REMOVE(dirh_e, next);
sys/kern/vfs_dirhash.c
430
dirh_e = LIST_NEXT(*result, next);
sys/kern/vfs_dirhash.c
438
for (; dirh_e; dirh_e = LIST_NEXT(dirh_e, next)) {
sys/kern/vfs_dirhash.c
469
dirh_e = LIST_NEXT(*result, next);
sys/kern/vfs_dirhash.c
475
for (; dirh_e; dirh_e = LIST_NEXT(dirh_e, next)) {
sys/kern/vfs_dirhash.c
497
LIST_FOREACH(dirh_e, &dirh->entries[hashline], next) {
sys/kern/vfs_subr.c
756
static int start, incr, next;
sys/kern/vfs_subr.c
768
next += incr;
sys/kern/vfs_subr.c
769
if (next == 0 || next > syncer_maxdelay) {
sys/kern/vfs_subr.c
776
next = start;
sys/kern/vfs_subr.c
780
mp->mnt_synclist_slot = vdelay > 0 ? next % vdelay : 0;
sys/kern/vfs_vnode.c
1044
for (use = atomic_load_relaxed(&vp->v_usecount);; use = next) {
sys/kern/vfs_vnode.c
1050
next = atomic_cas_uint(&vp->v_usecount, use, use - 1);
sys/kern/vfs_vnode.c
1051
if (__predict_true(next == use)) {
sys/kern/vfs_vnode.c
1525
u_int use, next;
sys/kern/vfs_vnode.c
1527
for (use = atomic_load_relaxed(&vp->v_usecount);; use = next) {
sys/kern/vfs_vnode.c
1531
next = atomic_cas_uint(&vp->v_usecount,
sys/kern/vfs_vnode.c
1533
if (__predict_true(next == use)) {
sys/kern/vfs_vnode.c
762
u_int use, next;
sys/kern/vfs_vnode.c
765
for (use = atomic_load_relaxed(&vp->v_usecount);; use = next) {
sys/kern/vfs_vnode.c
770
next = atomic_cas_uint(&vp->v_usecount, use, use - 1);
sys/kern/vfs_vnode.c
771
if (__predict_true(next == use)) {
sys/kern/vfs_vnode.c
848
u_int use, next;
sys/kern/vfs_vnode.c
867
for (use = atomic_load_relaxed(&vp->v_usecount);; use = next) {
sys/kern/vfs_vnode.c
883
next = atomic_load_relaxed(&vp->v_usecount);
sys/kern/vfs_vnode.c
887
next = use & ~VUSECOUNT_VGET;
sys/kern/vfs_vnode.c
888
if (next != use) {
sys/kern/vfs_vnode.c
889
next = atomic_cas_uint(&vp->v_usecount, use, next);
sys/kern/vfs_vnode.c
891
if (__predict_true(next == use)) {
sys/lib/libsa/alloc.c
142
struct fl *next;
sys/lib/libsa/alloc.c
183
f = &((*f)->next);
sys/lib/libsa/alloc.c
214
*f = (*f)->next;
sys/lib/libsa/alloc.c
240
f->next = freelist;
sys/lib/libsa/bootcfg.c
108
char *next, *key, *value, *v2;
sys/lib/libsa/bootcfg.c
168
for (c = bc; *c; c = next) {
sys/lib/libsa/bootcfg.c
176
if (*(next = c))
sys/lib/libsa/bootcfg.c
177
*next++ = 0;
sys/lib/libunwind/AddressSpace.hpp
267
pint_t next = first + (len / 2) * 8;
sys/lib/libunwind/AddressSpace.hpp
268
pint_t nextPC = base + (int32_t)get32(next);
sys/lib/libunwind/AddressSpace.hpp
270
first = next;
sys/lib/libunwind/AddressSpace.hpp
274
first = next;
sys/lib/libunwind/DwarfParser.hpp
390
entry->next = rememberStack;
sys/lib/libunwind/DwarfParser.hpp
400
rememberStack = top->next;
sys/lib/libunwind/DwarfParser.hpp
87
: next(n), info(i) {}
sys/lib/libunwind/DwarfParser.hpp
88
PrologInfoStackEntry *next;
sys/miscfs/procfs/procfs_linux.c
114
for (entry = map->header.next; entry != &map->header;
sys/miscfs/procfs/procfs_linux.c
115
entry = entry->next) {
sys/miscfs/procfs/procfs_map.c
145
for (entry = map->header.next; entry != &map->header;
sys/miscfs/procfs/procfs_map.c
146
entry = entry->next) {
sys/net/if.c
2031
next: continue;
sys/net/if.c
2040
goto next;
sys/net/if.c
3646
goto next;
sys/net/if.c
3680
next:
sys/net/if_bridge.c
1701
goto next;
sys/net/if_bridge.c
1715
goto next;
sys/net/if_bridge.c
1730
goto next;
sys/net/if_bridge.c
1749
goto next;
sys/net/if_bridge.c
1763
next:
sys/net/if_bridge.c
2146
goto next;
sys/net/if_bridge.c
2151
goto next;
sys/net/if_bridge.c
2154
goto next;
sys/net/if_bridge.c
2159
goto next;
sys/net/if_bridge.c
2165
goto next;
sys/net/if_bridge.c
2183
goto next;
sys/net/if_bridge.c
2199
next:
sys/net/if_llatbl.c
192
struct llentry *lle, *next;
sys/net/if_llatbl.c
198
LIST_FOREACH_SAFE(lle, &llt->lle_head[i], lle_next, next) {
sys/net/if_llatbl.c
274
struct llentry *lle, *next;
sys/net/if_llatbl.c
290
LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next)
sys/net/if_llatbl.c
305
struct llentry *lle, *next;
sys/net/if_llatbl.c
307
LIST_FOREACH_SAFE(lle, head, lle_chain, next)
sys/net/if_llatbl.c
320
struct mbuf *next;
sys/net/if_llatbl.c
326
next = lle->la_hold->m_nextpkt;
sys/net/if_llatbl.c
328
lle->la_hold = next;
sys/net/if_llatbl.c
453
struct llentry *lle, *next;
sys/net/if_llatbl.c
465
LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next)
sys/net/if_media.c
547
struct ifmedia_entry *match, *next;
sys/net/if_media.c
552
TAILQ_FOREACH(next, &ifm->ifm_list, ifm_list) {
sys/net/if_media.c
553
if ((next->ifm_media & mask) == (target & mask)) {
sys/net/if_media.c
562
match = next;
sys/net/if_pppoe.c
1284
char *next = NULL;
sys/net/if_pppoe.c
1293
next = malloc(bufsiz, M_DEVBUF, M_WAITOK);
sys/net/if_pppoe.c
1294
if (next == NULL)
sys/net/if_pppoe.c
1297
error = copyinstr(src, next, bufsiz, &cpysiz);
sys/net/if_pppoe.c
1305
strsiz = strnlen(next, bufsiz);
sys/net/if_pppoe.c
1315
*dst = next;
sys/net/if_pppoe.c
1316
next = NULL;
sys/net/if_pppoe.c
1319
if (next != NULL)
sys/net/if_pppoe.c
1320
free(next, M_DEVBUF);
sys/net/if_wg.c
5230
goto next;
sys/net/if_wg.c
5235
goto next;
sys/net/if_wg.c
5240
goto next;
sys/net/if_wg.c
5249
goto next;
sys/net/if_wg.c
5260
goto next;
sys/net/if_wg.c
5268
goto next;
sys/net/if_wg.c
5271
goto next;
sys/net/if_wg.c
5278
goto next;
sys/net/if_wg.c
5325
next:
sys/net/npf/lpm.c
122
lpm_ent_t *next = entry->next;
sys/net/npf/lpm.c
130
entry = next;
sys/net/npf/lpm.c
189
list = entry->next;
sys/net/npf/lpm.c
190
entry->next = bucket[i];
sys/net/npf/lpm.c
220
entry = entry->next;
sys/net/npf/lpm.c
225
entry->next = hmap->bucket[i];
sys/net/npf/lpm.c
250
entry = entry->next;
sys/net/npf/lpm.c
270
prev->next = entry->next;
sys/net/npf/lpm.c
272
hmap->bucket[i] = entry->next;
sys/net/npf/lpm.c
278
entry = entry->next;
sys/net/npf/lpm.c
79
struct lpm_ent *next;
sys/net/npf/npf_conndb.c
268
npf_conn_t *next = atomic_load_relaxed(&con->c_next); // union
sys/net/npf/npf_conndb.c
270
con = next;
sys/net/npf/npf_conndb.c
327
npf_conn_t *next = npf_conndb_getnext(cd, con);
sys/net/npf/npf_conndb.c
340
if (con == next) {
sys/net/npf/npf_conndb.c
341
next = NULL;
sys/net/npf/npf_conndb.c
344
cd->cd_marker = next;
sys/net/npf/npf_conndb.c
345
con = next;
sys/net/npf/npf_conndb.c
349
con = next;
sys/net/npf/npf_params.c
110
npf_paramreg_t *next = paramreg->next;
sys/net/npf/npf_params.c
128
paramreg = next;
sys/net/npf/npf_params.c
145
for (npf_paramreg_t *pr = npf->paraminfo->list; pr; pr = pr->next) {
sys/net/npf/npf_params.c
215
paramreg->next = pinfo->list;
sys/net/npf/npf_params.c
42
struct npf_paramreg * next;
sys/net/npf/npf_portmap.c
532
next:
sys/net/npf/npf_portmap.c
540
goto next;
sys/net/npf/npf_worker.c
283
npf_t *next = LIST_NEXT(npf, worker_entry);
sys/net/npf/npf_worker.c
286
npf = next;
sys/net/radix.c
1001
rn = next;
sys/net/radix.c
1013
struct radix_node *base, *next, *rn;
sys/net/radix.c
1022
next = rn_walknext(rn, NULL, NULL);
sys/net/radix.c
1032
rn = next;
sys/net/radix.c
574
struct radix_mask *next)
sys/net/radix.c
590
m->rm_mklist = next;
sys/net/radix.c
985
struct radix_node *base, *next, *rn;
sys/net/radix.c
994
next = rn_walknext(rn, NULL, NULL);
sys/net/route.c
1380
goto next;
sys/net/route.c
1384
goto next;
sys/net/route.c
1407
next:
sys/net80211/ieee80211_crypto_tkip.c
835
goto next;
sys/net80211/ieee80211_crypto_tkip.c
850
next:
sys/net80211/ieee80211_output.c
917
struct mbuf *m, *prev, *next;
sys/net80211/ieee80211_output.c
991
for (m = m0->m_nextpkt; m != NULL; m = next) {
sys/net80211/ieee80211_output.c
992
next = m->m_nextpkt;
sys/net80211/ieee80211_proto.c
517
goto next;
sys/net80211/ieee80211_proto.c
522
next:
sys/netbt/hci.h
2499
LIST_ENTRY(hci_memo) next;
sys/netbt/hci_event.c
1250
struct hci_link *link, *next;
sys/netbt/hci_event.c
1267
next = TAILQ_FIRST(&unit->hci_links);
sys/netbt/hci_event.c
1268
while ((link = next) != NULL) {
sys/netbt/hci_event.c
1269
next = TAILQ_NEXT(link, hl_next);
sys/netbt/hci_event.c
383
struct hci_link *link, *next;
sys/netbt/hci_event.c
435
next = TAILQ_NEXT(link, hl_next);
sys/netbt/hci_event.c
445
link = next;
sys/netbt/hci_link.c
334
struct l2cap_channel *chan, *next;
sys/netbt/hci_link.c
358
next = LIST_FIRST(&l2cap_active_list);
sys/netbt/hci_link.c
359
while ((chan = next) != NULL) {
sys/netbt/hci_link.c
360
next = LIST_NEXT(chan, lc_ncid);
sys/netbt/hci_link.c
933
struct l2cap_channel *chan, *next;
sys/netbt/hci_link.c
943
next = LIST_FIRST(&l2cap_active_list);
sys/netbt/hci_link.c
944
while ((chan = next) != NULL) {
sys/netbt/hci_link.c
945
next = LIST_NEXT(chan, lc_ncid);
sys/netbt/hci_misc.c
124
m0 = LIST_NEXT(memo, next);
sys/netbt/hci_misc.c
166
LIST_INSERT_HEAD(&unit->hci_memos, memo, next);
sys/netbt/hci_misc.c
181
LIST_REMOVE(memo, next);
sys/netbt/hci_unit.c
214
struct hci_link *link, *next;
sys/netbt/hci_unit.c
242
next = TAILQ_FIRST(&unit->hci_links);
sys/netbt/hci_unit.c
243
while ((link = next) != NULL) {
sys/netbt/hci_unit.c
244
next = TAILQ_NEXT(link, hl_next);
sys/netbt/l2cap_signal.c
1134
uint8_t *next, buf[L2CAP_MTU_MINIMUM];
sys/netbt/l2cap_signal.c
1146
next = buf + sizeof(l2cap_cfg_req_cp);
sys/netbt/l2cap_signal.c
1150
opt = (l2cap_cfg_opt_t *)next;
sys/netbt/l2cap_signal.c
1157
next += sizeof(l2cap_cfg_opt_t) + L2CAP_OPT_MTU_SIZE;
sys/netbt/l2cap_signal.c
1162
opt = (l2cap_cfg_opt_t *)next;
sys/netbt/l2cap_signal.c
1169
next += sizeof(l2cap_cfg_opt_t) + L2CAP_OPT_FLUSH_TIMO_SIZE;
sys/netbt/l2cap_signal.c
1180
chan->lc_link->hl_lastid, (int)(next - buf), buf);
sys/netbt/rfcomm_session.c
1439
struct rfcomm_dlc *dlc, *next;
sys/netbt/rfcomm_session.c
1446
next = LIST_FIRST(&rs->rs_dlcs);
sys/netbt/rfcomm_session.c
1447
while ((dlc = next) != NULL) {
sys/netbt/rfcomm_session.c
1448
next = LIST_NEXT(dlc, rd_next);
sys/netbt/rfcomm_session.c
516
struct rfcomm_dlc *dlc, *next;
sys/netbt/rfcomm_session.c
533
next = LIST_FIRST(&rs->rs_dlcs);
sys/netbt/rfcomm_session.c
534
while ((dlc = next) != NULL) {
sys/netbt/rfcomm_session.c
535
next = LIST_NEXT(dlc, rd_next);
sys/netinet/dccp_tcplike.c
1025
a->next = cb->av_list;
sys/netinet/dccp_tcplike.c
1043
n = a->next;
sys/netinet/dccp_tcplike.c
1046
p->next = n;
sys/netinet/dccp_tcplike.c
908
cb->av_list = a->next;
sys/netinet/dccp_tcplike.h
127
struct ack_list *next;
sys/netinet/in_selsrc.c
445
char *next = buf;
sys/netinet/in_selsrc.c
452
(name = strsep(&next, ",")) != NULL && i < IN_SCORE_SRC_MAX;
sys/netinet/ip_carp.c
409
goto next;
sys/netinet/ip_carp.c
484
next:
sys/netinet/ip_mroute.c
1020
nrte = rte->next;
sys/netinet/ip_mroute.c
1106
nrte = rte->next;
sys/netinet/ip_mroute.c
1493
for (p = &rt->mfc_stall; *p != NULL; p = &(*p)->next)
sys/netinet/ip_mroute.c
1507
rte->next = NULL;
sys/netinet/ip_mroute.c
705
for (rte = rt->mfc_stall; rte; rte = rte->next) {
sys/netinet/ip_mroute.h
294
struct rtdetq *next;
sys/netinet/ip_reass.c
225
int i, next;
sys/netinet/ip_reass.c
353
next = 0;
sys/netinet/ip_reass.c
355
if (q->ipqe_off != next) {
sys/netinet/ip_reass.c
359
next += q->ipqe_len;
sys/netinet/ip_reass.c
372
if ((next + (ip->ip_hl << 2)) > IP_MAXPACKET) {
sys/netinet/ip_reass.c
404
ip->ip_len = htons((ip->ip_hl << 2) + next);
sys/netinet/sctp_asconf.c
1014
TAILQ_INSERT_HEAD(&stcb->asoc.asconf_queue, aa, next);
sys/netinet/sctp_asconf.c
1022
TAILQ_INSERT_TAIL(&stcb->asoc.asconf_queue, aa, next);
sys/netinet/sctp_asconf.c
1065
aa_next = TAILQ_NEXT(aa, next);
sys/netinet/sctp_asconf.c
1087
TAILQ_REMOVE(&stcb->asoc.asconf_queue, aa, next);
sys/netinet/sctp_asconf.c
1101
TAILQ_REMOVE(&stcb->asoc.asconf_queue, aa, next);
sys/netinet/sctp_asconf.c
1161
TAILQ_INSERT_HEAD(&stcb->asoc.asconf_queue, aa, next);
sys/netinet/sctp_asconf.c
1169
TAILQ_INSERT_TAIL(&stcb->asoc.asconf_queue, aa, next);
sys/netinet/sctp_asconf.c
1192
TAILQ_FOREACH(aa, &stcb->asoc.asconf_queue, next) {
sys/netinet/sctp_asconf.c
1310
TAILQ_REMOVE(&stcb->asoc.asconf_queue, aparam, next);
sys/netinet/sctp_asconf.c
1486
aa_next = TAILQ_NEXT(aa, next);
sys/netinet/sctp_asconf.c
2297
TAILQ_FOREACH(aa, &stcb->asoc.asconf_queue, next) {
sys/netinet/sctp_asconf.c
917
aa_next = TAILQ_NEXT(aa, next);
sys/netinet/sctp_asconf.c
939
TAILQ_REMOVE(&stcb->asoc.asconf_queue, aa, next);
sys/netinet/sctp_indata.c
1047
struct sctp_tmit_chunk *at, *prev, *next;
sys/netinet/sctp_indata.c
1049
prev = next = NULL;
sys/netinet/sctp_indata.c
1204
next = at;
sys/netinet/sctp_indata.c
1399
if (next) {
sys/netinet/sctp_indata.c
1401
if (post_tsn == next->rec.data.TSN_seq) {
sys/netinet/sctp_indata.c
1406
if (next->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) {
sys/netinet/sctp_indata.c
1440
} else if ((next->rec.data.rcv_flags & SCTP_DATA_FRAG_MASK) ==
sys/netinet/sctp_indata.c
1442
(next->rec.data.rcv_flags&SCTP_DATA_FRAG_MASK) ==
sys/netinet/sctp_indata.c
1477
next->rec.data.stream_number) {
sys/netinet/sctp_indata.c
1486
next->rec.data.stream_number);
sys/netinet/sctp_indata.c
1513
if ((next->rec.data.rcv_flags & SCTP_DATA_UNORDERED) == 0 &&
sys/netinet/sctp_indata.c
1515
next->rec.data.stream_seq) {
sys/netinet/sctp_indata.c
1524
next->rec.data.stream_seq);
sys/netinet/sctp_pcb.c
3290
TAILQ_REMOVE(&asoc->asconf_queue, aparam, next);
sys/netinet/sctp_structs.h
276
TAILQ_ENTRY(sctp_asconf_addr) next;
sys/netinet/sctputil.c
3260
struct mbuf **put, **take, *next, *this;
sys/netinet/sctputil.c
3295
next = old_sb->sb_mb;
sys/netinet/sctputil.c
3296
while (next) {
sys/netinet/sctputil.c
3297
this = next;
sys/netinet/sctputil.c
3299
next = this->m_nextpkt;
sys/netinet/tcp_sack.c
210
struct sackhole *next;
sys/netinet/tcp_sack.c
212
next = TAILQ_NEXT(hole, sackhole_q);
sys/netinet/tcp_sack.c
218
return next;
sys/netinet6/frag6.c
174
int offset = *offp, nxt, i, next;
sys/netinet6/frag6.c
432
next = 0;
sys/netinet6/frag6.c
435
if (af6->ip6af_off != next) {
sys/netinet6/frag6.c
439
next += af6->ip6af_frglen;
sys/netinet6/frag6.c
468
next += offset - sizeof(struct ip6_hdr);
sys/netinet6/frag6.c
469
if ((u_int)next > IPV6_MAXPACKET) {
sys/netinet6/frag6.c
474
ip6->ip6_plen = htons(next);
sys/netinet6/in6_src.c
1116
goto next; /* not match */
sys/netinet6/in6_src.c
1134
next:
sys/netinet6/in6_src.c
163
goto next; /* XXX: we can't use 'continue' here */ \
sys/netinet6/in6_src.c
173
#define NEXT(r) goto next
sys/netinet6/in6_src.c
451
next:
sys/netinet6/ip6_mroute.c
1250
for (p = &rt->mf6c_stall; *p != NULL; p = &(*p)->next) {
sys/netinet6/ip6_mroute.c
1264
rte->next = NULL;
sys/netinet6/ip6_mroute.c
1323
struct rtdetq *n = rte->next;
sys/netinet6/ip6_mroute.c
567
struct rtdetq *n = rte->next;
sys/netinet6/ip6_mroute.c
628
for (rte = mfc->mf6c_stall; rte != NULL; rte = rte->next) {
sys/netinet6/ip6_mroute.c
843
struct rtdetq *n = rte->next;
sys/netinet6/ip6_mroute.h
247
struct rtdetq *next;
sys/netinet6/mld6.c
422
struct in6_multi *next;
sys/netinet6/mld6.c
459
LIST_FOREACH_SAFE(in6m, &ifp->if_multiaddrs, in6m_entry, next) {
sys/netinet6/mld6.c
900
struct in6_multi *in6m, *next;
sys/netinet6/mld6.c
903
LIST_FOREACH_SAFE(in6m, &ifp->if_multiaddrs, in6m_entry, next) {
sys/netipsec/ipsec.c
1406
for (isr = sp->req; isr != NULL; isr = isr->next) {
sys/netipsec/ipsec.c
1494
for (isr = sp->req; isr != NULL; isr = isr->next) {
sys/netipsec/ipsec.h
101
struct ipsecrequest *next;
sys/netipsec/ipsec_output.c
253
if (isr->next) {
sys/netipsec/ipsec_output.c
258
return ipsec4_process_packet(m, isr->next, NULL);
sys/netipsec/ipsec_output.c
262
return ipsec6_process_packet(m, isr->next, flags);
sys/netipsec/ipsec_output.c
440
isr = isr->next;
sys/netipsec/ipsecif.c
281
struct mbuf *next;
sys/netipsec/ipsecif.c
301
for (error = 0; m; m = next) {
sys/netipsec/ipsecif.c
302
next = m->m_nextpkt;
sys/netipsec/key.c
1019
for (p = sp->req; p; p = p->next) {
sys/netipsec/key.c
1371
struct secasvar *sav, *next;
sys/netipsec/key.c
1380
next = SAVLIST_READER_NEXT(sav);
sys/netipsec/key.c
1381
if (next != NULL &&
sys/netipsec/key.c
1382
sav->lft_c != NULL && next->lft_c != NULL) {
sys/netipsec/key.c
1384
next->lft_c->sadb_lifetime_addtime,
sys/netipsec/key.c
1388
next->lft_c->sadb_lifetime_addtime);
sys/netipsec/key.c
1650
nextisr = isr->next;
sys/netipsec/key.c
1897
(*p_isr)->next = NULL;
sys/netipsec/key.c
2023
p_isr = &(*p_isr)->next;
sys/netipsec/key.c
2106
for (isr = sp->req; isr != NULL; isr = isr->next) {
sys/netipsec/key.c
3105
for (isr = sp->req; isr != NULL; isr = isr->next) {
sys/netipsec/key_debug.c
466
for (isr = sp->req; isr != NULL; isr = isr->next) {
sys/opencrypto/cryptodev.c
1015
TAILQ_INSERT_TAIL(&fcr->csessions, cse, next);
sys/opencrypto/cryptodev.c
110
TAILQ_ENTRY(csession) next;
sys/opencrypto/cryptodev.c
303
TAILQ_REMOVE(&fcr->csessions, cse, next);
sys/opencrypto/cryptodev.c
975
TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext)
sys/opencrypto/cryptodev.c
994
TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext) {
sys/opencrypto/cryptodev.c
998
TAILQ_REMOVE(&fcr->csessions, cse, next);
sys/sys/audioio.h
333
int next, prev;
sys/sys/dirhash.h
44
LIST_ENTRY(dirhash_entry) next;
sys/sys/dirhash.h
54
TAILQ_ENTRY(dirhash) next;
sys/sys/disklabel_rdb.h
129
uint32_t next; /* next in chain */
sys/sys/disklabel_rdb.h
148
uint32_t next; /* next in chain */
sys/sys/disklabel_rdb.h
161
uint32_t next; /* next in chain */
sys/sys/disklabel_rdb.h
186
uint32_t next; /* next in chain */
sys/sys/futex.h
163
struct futex_robust_list *next;
sys/sys/gcq.h
102
gcq_linked(struct gcq *prev, struct gcq *next)
sys/sys/gcq.h
104
return (prev->q_next == next && next->q_prev == prev);
sys/sys/gcq.h
174
struct gcq *next, *prev;
sys/sys/gcq.h
175
next = q->q_next;
sys/sys/gcq.h
178
prev->q_next = next;
sys/sys/gcq.h
179
next->q_prev = prev;
sys/sys/gcq.h
240
struct gcq *nq, *next;
sys/sys/gcq.h
243
next = nq->q_next;
sys/sys/gcq.h
245
nq = next;
sys/sys/gcq.h
246
} while (next != q);
sys/sys/msg.h
168
short next; /* next segment in buffer */
sys/sys/pslist.h
228
struct pslist_entry *next = entry->ple_next;
sys/sys/pslist.h
230
_PSLIST_ASSERT(next != _PSLIST_POISON);
sys/sys/pslist.h
231
return (next == NULL ? NULL : (char *)next - offset);
sys/sys/pslist.h
258
struct pslist_entry *next = atomic_load_consume(&entry->ple_next);
sys/sys/pslist.h
260
_PSLIST_ASSERT(next != _PSLIST_POISON);
sys/sys/pslist.h
262
return next;
sys/sys/pslist.h
280
struct pslist_entry *next = pslist_reader_next(entry);
sys/sys/pslist.h
282
if (next == NULL)
sys/sys/pslist.h
284
return (char *)next - offset;
sys/sys/queue.h
324
#define SIMPLEQ_FOREACH_SAFE(var, head, field, next) \
sys/sys/queue.h
327
((next = ((var)->field.sqe_next)), 1); \
sys/sys/queue.h
328
(var) = (next))
sys/sys/queue.h
432
#define TAILQ_FOREACH_SAFE(var, head, field, next) \
sys/sys/queue.h
435
((next) = TAILQ_NEXT(var, field), 1); (var) = (next))
sys/sys/videoio.h
2051
struct v4l2_clip __user *next;
sys/ufs/chfs/chfs.h
208
struct chfs_tmp_dnode *next; /* next tmp node */
sys/ufs/chfs/chfs.h
288
struct chfs_vnode_cache* next; /* next element of vnode cache */
sys/ufs/chfs/chfs_build.c
124
struct chfs_node_ref *next = nref->nref_next;
sys/ufs/chfs/chfs_build.c
127
nref = next;
sys/ufs/chfs/chfs_build.c
133
struct chfs_node_ref *next = nref->nref_next;
sys/ufs/chfs/chfs_build.c
136
nref = next;
sys/ufs/chfs/chfs_build.c
303
vc = vc->next;
sys/ufs/chfs/chfs_build.c
312
vc = vc->next;
sys/ufs/chfs/chfs_build.c
318
vc = vc->next;
sys/ufs/chfs/chfs_build.c
355
vc = vc->next;
sys/ufs/chfs/chfs_malloc.c
382
ret->next = NULL;
sys/ufs/chfs/chfs_nodeops.c
258
struct chfs_node_ref *next;
sys/ufs/chfs/chfs_nodeops.c
265
next = chfs_nref_next(nref);
sys/ufs/chfs/chfs_nodeops.c
267
if (!next) {
sys/ufs/chfs/chfs_nodeops.c
271
return CHFS_GET_OFS(next->nref_offset) -
sys/ufs/chfs/chfs_readinode.c
250
while (tmp->next) {
sys/ufs/chfs/chfs_readinode.c
251
tmp = tmp->next;
sys/ufs/chfs/chfs_readinode.c
253
tmp->next = td;
sys/ufs/chfs/chfs_readinode.c
267
tdi->tmpnode = tdi->tmpnode->next;
sys/ufs/chfs/chfs_readinode.c
270
struct chfs_tmp_dnode *tmp = tdi->tmpnode->next;
sys/ufs/chfs/chfs_readinode.c
271
while (tmp->next && tmp->next != td) {
sys/ufs/chfs/chfs_readinode.c
272
tmp = tmp->next;
sys/ufs/chfs/chfs_readinode.c
274
if (tmp->next) {
sys/ufs/chfs/chfs_readinode.c
275
tmp->next = td->next;
sys/ufs/chfs/chfs_readinode.c
302
struct chfs_tmp_dnode *next, *tmp = tdi->tmpnode;
sys/ufs/chfs/chfs_readinode.c
306
next = tmp->next;
sys/ufs/chfs/chfs_readinode.c
308
tmp = next;
sys/ufs/chfs/chfs_readinode.c
373
struct rb_node *next = rb_tree_iterate(&rii->tdi_root, this, RB_DIR_RIGHT);
sys/ufs/chfs/chfs_readinode.c
374
struct chfs_tmp_dnode_info *next_tdi = (struct chfs_tmp_dnode_info *)next;
sys/ufs/chfs/chfs_readinode.c
376
if (tmp_td->next) {
sys/ufs/chfs/chfs_readinode.c
377
next_td = tmp_td->next;
sys/ufs/chfs/chfs_readinode.c
419
tmp_td = tmp_td->next;
sys/ufs/chfs/chfs_readinode.c
615
struct chfs_node_frag *this, *next;
sys/ufs/chfs/chfs_readinode.c
624
next = frag_next(fragtree, this);
sys/ufs/chfs/chfs_readinode.c
629
this = next;
sys/ufs/chfs/chfs_readinode.c
641
struct chfs_node_frag *this, *next;
sys/ufs/chfs/chfs_readinode.c
646
next = frag_next(fragtree, this);
sys/ufs/chfs/chfs_readinode.c
649
this = next;
sys/ufs/chfs/chfs_readinode.c
675
struct chfs_node_frag *next = frag_next(fragtree, frag);
sys/ufs/chfs/chfs_readinode.c
679
frag = next;
sys/ufs/chfs/chfs_readinode.c
769
struct chfs_node_frag *next = frag_next(&ip->fragtree, newfrag);
sys/ufs/chfs/chfs_readinode.c
771
if (next) {
sys/ufs/chfs/chfs_readinode.c
773
if (next->node)
sys/ufs/chfs/chfs_readinode.c
774
CHFS_MARK_REF_NORMAL(next->node->nref);
sys/ufs/chfs/chfs_readinode.c
929
struct chfs_tmp_dnode *next_td = tmp_td->next;
sys/ufs/chfs/chfs_readinode.c
953
next_td = tmp_td->next;
sys/ufs/chfs/chfs_vnode_cache.c
109
prev = &(*prev)->next;
sys/ufs/chfs/chfs_vnode_cache.c
113
*prev = old->next;
sys/ufs/chfs/chfs_vnode_cache.c
126
struct chfs_vnode_cache *this, *next;
sys/ufs/chfs/chfs_vnode_cache.c
133
next = this->next;
sys/ufs/chfs/chfs_vnode_cache.c
135
this = next;
sys/ufs/chfs/chfs_vnode_cache.c
66
ret = ret->next;
sys/ufs/chfs/chfs_vnode_cache.c
92
prev = &((*prev)->next);
sys/ufs/chfs/chfs_vnode_cache.c
94
new->next = *prev;
sys/ufs/ext2fs/ext2fs_rename.c
630
goto next; /* Entry is unused. */
sys/ufs/ext2fs/ext2fs_rename.c
633
goto next; /* Entry is whiteout. */
sys/ufs/ext2fs/ext2fs_rename.c
636
goto next; /* Wrong name length. */
sys/ufs/ext2fs/ext2fs_rename.c
639
goto next; /* Wrong name. */
sys/ufs/ext2fs/ext2fs_rename.c
644
next:
sys/ufs/lfs/lfs_accessors.h
1095
LFS_DEF_SS_ACCESSOR(int64_t, int32_t, next)
sys/ufs/lfs/lfs_rename.c
422
goto next; /* Entry is unused. */
sys/ufs/lfs/lfs_rename.c
425
goto next; /* Entry is whiteout. */
sys/ufs/lfs/lfs_rename.c
428
goto next; /* Wrong name length. */
sys/ufs/lfs/lfs_rename.c
431
goto next; /* Wrong name. */
sys/ufs/lfs/lfs_rename.c
436
next:
sys/ufs/lfs/ulfs_extattr.c
572
goto next;
sys/ufs/lfs/ulfs_extattr.c
576
goto next; /* keep silent */
sys/ufs/lfs/ulfs_extattr.c
597
next:
sys/ufs/ufs/ufs_extattr.c
570
goto next;
sys/ufs/ufs/ufs_extattr.c
574
goto next; /* keep silent */
sys/ufs/ufs/ufs_extattr.c
594
next:
sys/ufs/ufs/ufs_lookup.c
536
goto next;
sys/ufs/ufs/ufs_lookup.c
555
goto next;
sys/ufs/ufs/ufs_lookup.c
563
goto next;
sys/ufs/ufs/ufs_lookup.c
594
next:
sys/ufs/ufs/ufs_rename.c
683
goto next; /* Entry is unused. */
sys/ufs/ufs/ufs_rename.c
686
goto next; /* Entry is whiteout. */
sys/ufs/ufs/ufs_rename.c
689
goto next; /* Wrong name length. */
sys/ufs/ufs/ufs_rename.c
692
goto next; /* Wrong name. */
sys/ufs/ufs/ufs_rename.c
697
next:
sys/uvm/pmap/pmap_tlb.c
515
struct pmap_asid_info *pai, *next;
sys/uvm/pmap/pmap_tlb.c
516
for (pai = LIST_FIRST(&ti->ti_pais); pai != NULL; pai = next) {
sys/uvm/pmap/pmap_tlb.c
518
next = LIST_NEXT(pai, pai_link);
sys/uvm/uvm_aobj.c
1329
struct uao_swhash_elt *elt, *next;
sys/uvm/uvm_aobj.c
1333
elt = next) {
sys/uvm/uvm_aobj.c
1337
next = LIST_NEXT(elt, list);
sys/uvm/uvm_coredump.c
101
entry = map->header.next;
sys/uvm/uvm_coredump.c
103
entry = entry->next;
sys/uvm/uvm_fault.c
2698
KASSERT(entry->next != &map->header);
sys/uvm/uvm_fault.c
2699
KASSERT(entry->next->start <= entry->end);
sys/uvm/uvm_fault.c
2700
entry = entry->next;
sys/uvm/uvm_map.c
1408
if (prev_entry->next->start == (start + size) &&
sys/uvm/uvm_map.c
1409
prev_entry->next != &map->header &&
sys/uvm/uvm_map.c
1410
UVM_ET_ISCOMPATIBLE(prev_entry->next, newetype, uobj, 0,
sys/uvm/uvm_map.c
1413
if (uobj && prev_entry->next->offset != uoffset + size)
sys/uvm/uvm_map.c
1439
if (prev_entry->next->aref.ar_amap &&
sys/uvm/uvm_map.c
1440
(amap_refs(prev_entry->next->aref.ar_amap) != 1 ||
sys/uvm/uvm_map.c
1454
prev_entry->next->end -
sys/uvm/uvm_map.c
1455
prev_entry->next->start,
sys/uvm/uvm_map.c
1470
else if (prev_entry->next->aref.ar_amap) {
sys/uvm/uvm_map.c
1471
if (amap_extend(prev_entry->next,
sys/uvm/uvm_map.c
1482
if (prev_entry->next->aref.ar_amap) {
sys/uvm/uvm_map.c
1483
error = amap_extend(prev_entry->next, size,
sys/uvm/uvm_map.c
1515
dead = prev_entry->next;
sys/uvm/uvm_map.c
1523
prev_entry->next->start -= size;
sys/uvm/uvm_map.c
1530
prev_entry->next->offset = uoffset;
sys/uvm/uvm_map.c
1674
KASSERT(prev->next == &map->header || address < prev->next->start);
sys/uvm/uvm_map.c
1745
KDASSERT((*entry)->next == &map->header ||
sys/uvm/uvm_map.c
1746
address < (*entry)->next->start);
sys/uvm/uvm_map.c
1831
if (entry->next->start >= end && *start >= entry->end)
sys/uvm/uvm_map.c
1859
entry ? entry->next : NULL,
sys/uvm/uvm_map.c
1860
entry && entry->next ? entry->next->start : 0,
sys/uvm/uvm_map.c
1861
entry && entry->next ? entry->next->end : 0,
sys/uvm/uvm_map.c
2015
KASSERT(entry->next == &map->header ||
sys/uvm/uvm_map.c
2016
hint < entry->next->start);
sys/uvm/uvm_map.c
2018
if (entry->next->start >= hint &&
sys/uvm/uvm_map.c
2019
length <= entry->next->start - hint)
sys/uvm/uvm_map.c
2047
entry = entry->next;
sys/uvm/uvm_map.c
2064
KASSERTMSG(entry->next->start >= vm_map_min(map),
sys/uvm/uvm_map.c
2067
map, entry, entry->next,
sys/uvm/uvm_map.c
2068
entry->next->start, vm_map_min(map));
sys/uvm/uvm_map.c
2069
if (length > entry->next->start - vm_map_min(map))
sys/uvm/uvm_map.c
2072
hint = MIN(orig_hint, entry->next->start - length);
sys/uvm/uvm_map.c
2099
KASSERT(tmp->next->start == tmp->end + tmp->gap);
sys/uvm/uvm_map.c
2101
if (tmp->next->start < hint + length &&
sys/uvm/uvm_map.c
2119
if (tmp->next->start < hint + length)
sys/uvm/uvm_map.c
2136
if (tmp != NULL && tmp->start < hint && hint < tmp->next->start) {
sys/uvm/uvm_map.c
2142
if (hint > tmp->next->start - length)
sys/uvm/uvm_map.c
2143
hint = tmp->next->start - length;
sys/uvm/uvm_map.c
2166
KASSERT(orig_hint >= prev->next->start - length ||
sys/uvm/uvm_map.c
2167
prev->next->start - length > prev->next->start);
sys/uvm/uvm_map.c
2168
hint = prev->next->start - length;
sys/uvm/uvm_map.c
220
(entry)->next = (after_where)->next; \
sys/uvm/uvm_map.c
221
(entry)->prev->next = (entry); \
sys/uvm/uvm_map.c
2213
KASSERT(orig_hint >= tmp->next->start - length ||
sys/uvm/uvm_map.c
2214
tmp->next->start - length > tmp->next->start);
sys/uvm/uvm_map.c
2215
hint = tmp->next->start - length;
sys/uvm/uvm_map.c
222
(entry)->next->prev = (entry); \
sys/uvm/uvm_map.c
2247
hint = topdown ? MIN(orig_hint, entry->next->start - length)
sys/uvm/uvm_map.c
2271
entry = entry->next;
sys/uvm/uvm_map.c
2286
KASSERT(hint <= entry->next->start);
sys/uvm/uvm_map.c
2287
KASSERT(length <= entry->next->start - hint);
sys/uvm/uvm_map.c
2319
struct vm_map_entry *entry, *first_entry, *next;
sys/uvm/uvm_map.c
2341
entry = first_entry->next;
sys/uvm/uvm_map.c
236
(entry)->next->prev = (entry)->prev; \
sys/uvm/uvm_map.c
237
(entry)->prev->next = (entry)->next; \
sys/uvm/uvm_map.c
2380
next = entry->next;
sys/uvm/uvm_map.c
2476
entry->next = first_entry;
sys/uvm/uvm_map.c
2478
entry = next;
sys/uvm/uvm_map.c
2537
next_entry = first_entry->next;
sys/uvm/uvm_map.c
2651
if (tmpent->next) {
sys/uvm/uvm_map.c
2652
if (tmpent->next->prev != tmpent)
sys/uvm/uvm_map.c
2658
tmpent = tmpent->next;
sys/uvm/uvm_map.c
2680
last->next = oldent->next;
sys/uvm/uvm_map.c
2681
last->next->prev = last;
sys/uvm/uvm_map.c
2687
newents->prev->next = newents;
sys/uvm/uvm_map.c
2698
tmp = tmp->next;
sys/uvm/uvm_map.c
2828
entry = entry->next;
sys/uvm/uvm_map.c
2874
newentry->next = NULL;
sys/uvm/uvm_map.c
2921
endchain->next = newentry;
sys/uvm/uvm_map.c
2927
(entry->next == &srcmap->header ||
sys/uvm/uvm_map.c
2928
entry->next->start != entry->end)) {
sys/uvm/uvm_map.c
2932
entry = entry->next;
sys/uvm/uvm_map.c
3006
entry = entry->next; /* advance */
sys/uvm/uvm_map.c
3009
oldentry->next = deadentry;
sys/uvm/uvm_map.c
3012
entry = entry->next; /* advance */
sys/uvm/uvm_map.c
3175
entry = entry->next;
sys/uvm/uvm_map.c
3209
current = current->next;
sys/uvm/uvm_map.c
3300
current = current->next;
sys/uvm/uvm_map.c
3347
entry = temp_entry->next;
sys/uvm/uvm_map.c
3352
entry = entry->next;
sys/uvm/uvm_map.c
3379
entry = temp_entry->next;
sys/uvm/uvm_map.c
3402
entry = entry->next;
sys/uvm/uvm_map.c
3425
entry = entry->next;
sys/uvm/uvm_map.c
3455
entry = entry->next;
sys/uvm/uvm_map.c
3534
(entry->next == &map->header ||
sys/uvm/uvm_map.c
3535
entry->next->start > entry->end))) {
sys/uvm/uvm_map.c
3541
entry = entry->next;
sys/uvm/uvm_map.c
3555
entry = entry->next;
sys/uvm/uvm_map.c
3614
(entry->next == &map->header ||
sys/uvm/uvm_map.c
3615
entry->next->start > entry->end))) {
sys/uvm/uvm_map.c
3631
entry = entry->next;
sys/uvm/uvm_map.c
3661
entry = entry->next;
sys/uvm/uvm_map.c
3686
entry = entry->next;
sys/uvm/uvm_map.c
3699
entry = entry->next;
sys/uvm/uvm_map.c
3760
for (entry = map->header.next; entry != &map->header;
sys/uvm/uvm_map.c
3761
entry = entry->next) {
sys/uvm/uvm_map.c
377
KASSERT(entry->next != NULL);
sys/uvm/uvm_map.c
378
return entry->next->start - entry->end;
sys/uvm/uvm_map.c
3814
for (size = 0, entry = map->header.next; entry != &map->header;
sys/uvm/uvm_map.c
3815
entry = entry->next) {
sys/uvm/uvm_map.c
3837
for (entry = map->header.next; entry != &map->header;
sys/uvm/uvm_map.c
3838
entry = entry->next) {
sys/uvm/uvm_map.c
3875
for (entry = map->header.next; entry != &map->header;
sys/uvm/uvm_map.c
3876
entry = entry->next) {
sys/uvm/uvm_map.c
3916
entry = entry->next) {
sys/uvm/uvm_map.c
3929
for (entry = map->header.next; entry != failed_entry;
sys/uvm/uvm_map.c
3930
entry = entry->next) {
sys/uvm/uvm_map.c
3993
for (current = entry; current->start < end; current = current->next) {
sys/uvm/uvm_map.c
4005
if (current->end != current->next->start) {
sys/uvm/uvm_map.c
4014
for (current = entry; start < end; current = current->next) {
sys/uvm/uvm_map.c
4162
entry = entry->next;
sys/uvm/uvm_map.c
4642
old_entry = old_map->header.next;
sys/uvm/uvm_map.c
4682
old_entry = old_entry->next;
sys/uvm/uvm_map.c
4711
struct vm_map_entry *next;
sys/uvm/uvm_map.c
4730
next = entry->next;
sys/uvm/uvm_map.c
4731
if (next != &map->header &&
sys/uvm/uvm_map.c
4732
next->start == entry->end &&
sys/uvm/uvm_map.c
4733
((copying && next->aref.ar_amap != NULL &&
sys/uvm/uvm_map.c
4734
amap_refs(next->aref.ar_amap) == 1) ||
sys/uvm/uvm_map.c
4735
(!copying && next->aref.ar_amap == NULL)) &&
sys/uvm/uvm_map.c
4736
UVM_ET_ISCOMPATIBLE(next, newetype,
sys/uvm/uvm_map.c
474
if (entry->next != &map->header)
sys/uvm/uvm_map.c
4740
(uobj == NULL || entry->offset + size == next->offset)) {
sys/uvm/uvm_map.c
4744
error = amap_extend(next, size,
sys/uvm/uvm_map.c
475
next_parent = PARENT_ENTRY(map, entry->next);
sys/uvm/uvm_map.c
4756
entry->end = next->end;
sys/uvm/uvm_map.c
4757
clear_hints(map, next);
sys/uvm/uvm_map.c
4758
uvm_map_entry_unlink(map, next);
sys/uvm/uvm_map.c
4760
entry->aref = next->aref;
sys/uvm/uvm_map.c
4764
uvm_mapent_free(next);
sys/uvm/uvm_map.c
4824
map->header.next = map->header.prev = &map->header;
sys/uvm/uvm_map.c
499
if (entry->next != &map->header) {
sys/uvm/uvm_map.c
500
uvm_rb_fixup(map, entry->next);
sys/uvm/uvm_map.c
503
&& next_parent != PARENT_ENTRY(map, entry->next))
sys/uvm/uvm_map.c
5230
for (entry = map->header.next; entry != &map->header;
sys/uvm/uvm_map.c
5231
entry = entry->next) {
sys/uvm/uvm_map.c
5409
for (entry = map->header.next; entry != &map->header;
sys/uvm/uvm_map.c
541
} else if (!first_free_found && e->next->start > e->end) {
sys/uvm/uvm_map.c
5410
entry = entry->next) {
sys/uvm/uvm_map.c
550
e = e->next;
sys/uvm/uvm_map.c
572
for (tmp = map->header.next; tmp != &map->header; tmp = tmp->next) {
sys/uvm/uvm_map.c
577
tmp->next == &map->header ? "(last)" : "");
sys/uvm/uvm_map.c
597
for (tmp = map->header.next; tmp != &map->header; tmp = tmp->next) {
sys/uvm/uvm_map.c
613
for (tmp = map->header.next; tmp != &map->header;
sys/uvm/uvm_map.c
614
tmp = tmp->next, i++) {
sys/uvm/uvm_map.c
626
if (tmp->next != trtmp) {
sys/uvm/uvm_map.c
628
i, tmp, tmp->next, trtmp);
sys/uvm/uvm_map.h
140
struct vm_map_entry *next; /* next entry */
sys/uvm/uvm_meter.c
364
for (map = &p->p_vmspace->vm_map, entry = map->header.next;
sys/uvm/uvm_meter.c
365
entry != &map->header; entry = entry->next) {
sys/uvm/uvm_mmap.c
135
entry = entry->next) {
sys/uvm/uvm_mmap.c
141
(entry->next == &map->header ||
sys/uvm/uvm_mmap.c
142
entry->next->start > entry->end)) {
sys/uvm/uvm_page.c
171
struct uvm_page_numa_region *next;
sys/uvm/uvm_page.c
695
d->next = uvm_page_numa_region;
sys/uvm/uvm_page.c
712
for (d = uvm_page_numa_region; d != NULL; d = d->next) {
sys/uvm/uvm_pdpolicy_clockpro.c
1007
next:
sys/uvm/uvm_pdpolicy_clockpro.c
978
goto next;
sys/uvm/uvm_readahead.c
329
off_t next;
sys/uvm/uvm_readahead.c
331
next = ra_startio(uobj, raoff, rasize);
sys/uvm/uvm_readahead.c
332
ra->ra_next = next;
tests/kernel/t_fcntl.c
119
goto next;
tests/kernel/t_fcntl.c
122
next: close(fd);
tests/kernel/t_time_arith.c
342
struct timespec next;
tests/kernel/t_time_arith.c
364
&next, &overruns);
tests/kernel/t_time_arith.c
381
ATF_CHECK_MSG((next.tv_sec == it.it_next.tv_sec &&
tests/kernel/t_time_arith.c
382
next.tv_nsec == it.it_next.tv_nsec),
tests/kernel/t_time_arith.c
391
(long long)next.tv_sec, (int)next.tv_nsec,
tests/lib/libbluetooth/t_sdp_data.c
126
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_data.c
59
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
128
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
197
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
233
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
326
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
455
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
483
ATF_CHECK_EQ(value.next, value.end);
tests/lib/libbluetooth/t_sdp_get.c
490
ATF_CHECK_EQ(value.next, value.end);
tests/lib/libbluetooth/t_sdp_get.c
493
ATF_CHECK_EQ(value.next, value.end);
tests/lib/libbluetooth/t_sdp_get.c
495
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
523
ATF_CHECK_EQ(value.next, value.end);
tests/lib/libbluetooth/t_sdp_get.c
530
ATF_CHECK_EQ(value.next, value.end);
tests/lib/libbluetooth/t_sdp_get.c
533
ATF_CHECK_EQ(value.next, value.end);
tests/lib/libbluetooth/t_sdp_get.c
535
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
580
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
625
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_get.c
83
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_match.c
78
ATF_CHECK_EQ(test.next, test.end);
tests/lib/libbluetooth/t_sdp_put.c
100
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
101
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
144
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
145
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
158
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
159
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
176
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
177
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
183
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
184
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
201
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
202
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
209
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
210
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
235
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
236
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
246
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
247
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
265
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
266
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
273
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
274
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
298
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
299
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
318
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
319
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
337
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
338
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
345
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
346
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
366
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
367
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
376
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
377
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
398
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
399
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
414
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
415
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
437
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
438
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
461
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
462
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
493
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
494
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
526
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
527
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
546
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
547
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
555
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
556
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
577
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
578
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
58
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
588
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
589
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
59
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
612
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
613
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
632
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
633
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
658
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
659
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
67
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
68
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
691
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
692
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
714
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
715
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
725
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
726
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
748
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
749
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
759
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
760
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
785
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
786
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
803
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
804
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
827
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
828
test.next = buf;
tests/lib/libbluetooth/t_sdp_put.c
845
ATF_REQUIRE_EQ(test.end - test.next, sizeof(expect));
tests/lib/libbluetooth/t_sdp_put.c
846
ATF_CHECK(memcmp(expect, test.next, sizeof(expect)) == 0);
tests/lib/libbluetooth/t_sdp_put.c
90
value.next += 1; // skip "nil"
tests/lib/libbluetooth/t_sdp_put.c
92
test.end = test.next;
tests/lib/libbluetooth/t_sdp_put.c
93
test.next = buf;
tests/lib/libbluetooth/t_sdp_set.c
58
ATF_CHECK_EQ(test.next[1], 0x01);
tests/lib/libbluetooth/t_sdp_set.c
60
ATF_CHECK_EQ(test.next[1], 0x00);
tests/lib/libc/db/h_lfsr.c
108
next(&len);
tests/lib/libc/db/h_lfsr.c
139
next(&len);
tests/lib/libc/db/h_lfsr.c
161
next(&len);
tests/lib/libc/db/h_lfsr.c
86
val.size = (next(&len) & 0xff) + 1;
tests/lib/libc/locale/t_iconv.c
189
goto next;
tests/lib/libc/locale/t_iconv.c
228
next: if (dst0[-1] != outguard) {
tests/lib/libc/locale/t_mbstowcs.c
234
goto next;
tests/lib/libc/locale/t_mbstowcs.c
242
goto next;
tests/lib/libc/locale/t_mbstowcs.c
247
next: if (t->xfail)
tests/lib/libc/sys/t_futex_robust.c
104
d->rhead.list.next = &d->rhead.list;
tests/lib/libc/sys/t_futex_robust.c
120
pos_locks[i].list.next = d->rhead.list.next;
tests/lib/libc/sys/t_futex_robust.c
121
d->rhead.list.next = &pos_locks[i].list;
tests/lib/libc/sys/t_futex_robust.c
136
d->rhead.list.next = &d->rhead.list;
tests/lib/libc/sys/t_futex_robust.c
152
neg_locks[i].list.next = d->rhead.list.next;
tests/lib/libc/sys/t_futex_robust.c
153
d->rhead.list.next = &neg_locks[i].list;
tests/lib/libc/sys/t_futex_robust.c
167
d->rhead.list.next = &d->rhead.list;
tests/lib/libc/sys/t_futex_robust.c
191
d->rhead.list.next = &d->rhead.list;
tests/lib/libc/sys/t_futex_robust.c
207
pos_locks[i].list.next = d->rhead.list.next;
tests/lib/libc/sys/t_futex_robust.c
208
d->rhead.list.next = &pos_locks[i].list;
tests/lib/libc/sys/t_futex_robust.c
212
pos_locks[0].list.next = pos_locks[NLOCKS-1].list.next;
tests/lib/libc/sys/t_futex_robust.c
223
d->rhead.list.next = &d->rhead.list;
tests/lib/libc/sys/t_futex_robust.c
239
pos_locks[i].list.next = d->rhead.list.next;
tests/lib/libc/sys/t_futex_robust.c
240
d->rhead.list.next = &pos_locks[i].list;
tests/lib/libm/t_next.c
53
#define CHECK(i, next, x, d, y) do \
tests/lib/libm/t_next.c
58
const volatile __typeof__(y) check_tmp = (next)(check_x, check_d); \
tests/lib/libm/t_next.c
61
(i), #next, \
tests/lib/libppath/t_ppath.c
429
char *oext, *next;
tests/lib/libppath/t_ppath.c
446
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
448
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
450
free(next);
tests/lib/libppath/t_ppath.c
512
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
514
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
516
free(next);
tests/lib/libppath/t_ppath.c
521
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
523
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
525
free(next);
tests/lib/libppath/t_ppath.c
536
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
538
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
540
free(next);
tests/lib/libppath/t_ppath.c
568
char *oext, *next;
tests/lib/libppath/t_ppath.c
585
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
587
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
589
free(next);
tests/lib/libppath/t_ppath.c
646
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
648
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
650
free(next);
tests/lib/libppath/t_ppath.c
655
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
657
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
659
free(next);
tests/lib/libppath/t_ppath.c
670
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
672
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
674
free(next);
tests/lib/libppath/t_ppath.c
699
char *oext, *next;
tests/lib/libppath/t_ppath.c
715
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
717
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
719
free(next);
tests/lib/libppath/t_ppath.c
745
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
747
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
749
free(next);
tests/lib/libppath/t_ppath.c
754
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
756
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
758
free(next);
tests/lib/libppath/t_ppath.c
766
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
768
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
770
free(next);
tests/lib/libppath/t_ppath.c
793
char *oext, *next;
tests/lib/libppath/t_ppath.c
809
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
811
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
813
free(next);
tests/lib/libppath/t_ppath.c
839
next = prop_dictionary_externalize(d);
tests/lib/libppath/t_ppath.c
841
"original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
843
free(next);
tests/lib/libppath/t_ppath.c
848
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
850
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
852
free(next);
tests/lib/libppath/t_ppath.c
860
next = prop_dictionary_externalize(nd);
tests/lib/libppath/t_ppath.c
862
"dictionary, original\n%s\nnew\n%s", oext, next);
tests/lib/libppath/t_ppath.c
864
free(next);
tests/net/in_cksum/in_cksum.c
68
struct mbuf *next;
tests/net/in_cksum/in_cksum.c
73
next = m->m_next;
tests/net/in_cksum/in_cksum.c
75
free_mbuf_chain(next);
tests/usr.bin/indent/fmt_expr.c
21
for (ln = gnodes->first; ln != NULL; ln = ln->next)
tests/usr.bin/indent/lsym_for.c
101
for (const char *const *i = first; i != NULL; i = i->next) {
tests/usr.bin/indent/lsym_for.c
53
#define foreach(list, it) for (it = list.first; it != NULL; it = it->next)
tests/usr.bin/indent/lsym_for.c
95
for (const list_item *i = first; i != NULL; i = i->next) {
tests/usr.bin/indent/lsym_for.c
97
for (list_item **i = first; i != NULL; i = i->next) {
tests/usr.bin/indent/lsym_for.c
99
for (list_item *const *i = first; i != NULL; i = i->next) {
tools/m4/bootstrap/tokenizer.c
1877
char *next;
tools/m4/bootstrap/tokenizer.c
1881
base = strtol(yytext+2, &next, 0);
tools/m4/bootstrap/tokenizer.c
1882
if (base > 36 || next == NULL) {
tools/m4/bootstrap/tokenizer.c
1885
next++;
tools/m4/bootstrap/tokenizer.c
1886
while (*next != 0) {
tools/m4/bootstrap/tokenizer.c
1887
if (*next >= '0' && *next <= '9')
tools/m4/bootstrap/tokenizer.c
1888
l = base * l + *next - '0';
tools/m4/bootstrap/tokenizer.c
1889
else if (*next >= 'a' && *next <= 'z')
tools/m4/bootstrap/tokenizer.c
1890
l = base * l + *next - 'a' + 10;
tools/m4/bootstrap/tokenizer.c
1891
else if (*next >= 'A' && *next <= 'Z')
tools/m4/bootstrap/tokenizer.c
1892
l = base * l + *next - 'A' + 10;
tools/m4/bootstrap/tokenizer.c
1893
next++;
usr.bin/audiocfg/audiodev.c
129
TAILQ_FOREACH(f, &adev->formats, next) {
usr.bin/audiocfg/audiodev.c
138
TAILQ_INSERT_TAIL(&audiodevlist, adev, next);
usr.bin/audiocfg/audiodev.c
165
TAILQ_REMOVE(&audiodevlist, adev, next);
usr.bin/audiocfg/audiodev.c
187
TAILQ_FOREACH(adev, &audiodevlist, next)
usr.bin/audiocfg/audiodev.c
200
TAILQ_FOREACH(adev, &audiodevlist, next) {
usr.bin/audiocfg/audiodev.c
93
TAILQ_INSERT_TAIL(&adev->formats, f, next);
usr.bin/audiocfg/audiodev.h
40
TAILQ_ENTRY(audiofmt) next;
usr.bin/audiocfg/audiodev.h
59
TAILQ_ENTRY(audiodev) next;
usr.bin/audiocfg/main.c
111
TAILQ_FOREACH(f, &adev->formats, next) {
usr.bin/cdplay/cdplay.c
1084
int block, next, len;
usr.bin/cdplay/cdplay.c
1106
next = msf2lba((u_int)e[1].addr.msf.minute,
usr.bin/cdplay/cdplay.c
1109
next = e[1].addr.lba;
usr.bin/cdplay/cdplay.c
1110
len = next - block;
usr.bin/config/gram.y
1262
mk_loc_val(const char *str, struct loclist *next)
usr.bin/config/gram.y
1267
ll->ll_next = next;
usr.bin/config/gram.y
1272
mk_attrlist(struct attrlist *next, struct attr *a)
usr.bin/config/gram.y
1274
return attrlist_cons(next, a);
usr.bin/config/main.c
1333
do_option(struct hashtab *ht, struct nvlist **npp, struct nvlist ***next,
usr.bin/config/main.c
1352
if (undo_option(ht, npp, next, name, type, 0))
usr.bin/config/main.c
1364
**next = nv;
usr.bin/config/main.c
1365
*next = &nv->nv_next;
usr.bin/config/main.c
1376
struct nvlist ***next, const char *name, const char *type, int nowarn)
usr.bin/config/main.c
1396
if (next != NULL && *next == &(*npp)->nv_next)
usr.bin/config/main.c
1397
*next = npp;
usr.bin/config/pack.c
359
struct tails **p, *t, *next;
usr.bin/config/pack.c
363
for (t = *p; t != NULL; t = next) {
usr.bin/config/pack.c
364
next = t->t_next;
usr.bin/config/util.c
193
newnv(const char *name, const char *str, void *ptr, long long i, struct nvlist *next)
usr.bin/config/util.c
198
nv->nv_next = next;
usr.bin/config/util.c
224
struct nvlist *next;
usr.bin/config/util.c
226
for (; nv != NULL; nv = next) {
usr.bin/config/util.c
227
next = nv->nv_next;
usr.bin/config/util.c
271
struct defoptlist *next;
usr.bin/config/util.c
274
next = dl->dl_next;
usr.bin/config/util.c
281
dl = next;
usr.bin/config/util.c
320
struct loclist *next;
usr.bin/config/util.c
323
next = ll->ll_next;
usr.bin/config/util.c
326
ll = next;
usr.bin/config/util.c
346
attrlist_cons(struct attrlist *next, struct attr *a)
usr.bin/config/util.c
351
al->al_next = next;
usr.bin/config/util.c
367
struct attrlist *next;
usr.bin/config/util.c
370
next = al->al_next;
usr.bin/config/util.c
375
al = next;
usr.bin/crunch/crunchgen/crunchgen.c
1055
for (lst = vars; lst != NULL; lst = lst->next)
usr.bin/crunch/crunchgen/crunchgen.c
1066
for (lst = vars; lst != NULL; lst = lst->next)
usr.bin/crunch/crunchgen/crunchgen.c
1092
for (lst = p->keepsymbols; lst != NULL; lst = lst->next)
usr.bin/crunch/crunchgen/crunchgen.c
1105
for (lst = p->keepsymbols; lst != NULL; lst = lst->next)
usr.bin/crunch/crunchgen/crunchgen.c
1119
for (; lst != NULL; lst = lst->next)
usr.bin/crunch/crunchgen/crunchgen.c
1158
for (p1 = NULL, p2 = *listp; p2 != NULL; p1 = p2, p2 = p2->next)
usr.bin/crunch/crunchgen/crunchgen.c
1165
p2->next = NULL;
usr.bin/crunch/crunchgen/crunchgen.c
1169
p1->next = p2;
usr.bin/crunch/crunchgen/crunchgen.c
398
for (p1 = NULL, p2 = progs; p2 != NULL; p1 = p2, p2 = p2->next)
usr.bin/crunch/crunchgen/crunchgen.c
405
p2->next = NULL;
usr.bin/crunch/crunchgen/crunchgen.c
409
p1->next = p2;
usr.bin/crunch/crunchgen/crunchgen.c
531
for (p = progs; p != NULL; p = p->next)
usr.bin/crunch/crunchgen/crunchgen.c
567
for (p = progs; p != NULL; p = p->next)
usr.bin/crunch/crunchgen/crunchgen.c
653
for (s = p->objs; s != NULL; s = s->next) {
usr.bin/crunch/crunchgen/crunchgen.c
68
struct strlst *next;
usr.bin/crunch/crunchgen/crunchgen.c
749
p1 = p2, p2 = p2->next;
usr.bin/crunch/crunchgen/crunchgen.c
75
struct prog *next;
usr.bin/crunch/crunchgen/crunchgen.c
755
p1->next = p2->next;
usr.bin/crunch/crunchgen/crunchgen.c
757
progs = p2->next;
usr.bin/crunch/crunchgen/crunchgen.c
758
p2 = p2->next;
usr.bin/crunch/crunchgen/crunchgen.c
781
for (p = progs; p != NULL; p = p->next) {
usr.bin/crunch/crunchgen/crunchgen.c
814
v->next = NULL;
usr.bin/crunch/crunchgen/crunchgen.c
818
evars->next = v;
usr.bin/crunch/crunchgen/crunchgen.c
84
struct var *next;
usr.bin/crunch/crunchgen/crunchgen.c
849
for (v = mvars; v != NULL; v = v->next) {
usr.bin/crunch/crunchgen/crunchgen.c
856
for (v = mvars; v != NULL; v = v->next) {
usr.bin/crunch/crunchgen/crunchgen.c
861
for (p = progs; p != NULL; p = p->next)
usr.bin/crunch/crunchgen/crunchgen.c
898
for (p = progs; p != NULL; p = p->next)
usr.bin/crunch/crunchgen/crunchgen.c
903
for (p = progs; p != NULL; p = p->next) {
usr.bin/crunch/crunchgen/crunchgen.c
906
for (s = p->links; s != NULL; s = s->next)
usr.bin/crunch/crunchgen/crunchgen.c
948
for (dir=srcdirs; dir != NULL; dir=dir->next) {
usr.bin/crunch/crunchgen/crunchgen.c
964
for (v = mvars; v != NULL; v = v->next) {
usr.bin/crunch/crunchgen/crunchgen.c
977
for (p = progs; p != NULL; p = p->next)
usr.bin/crunch/crunchgen/crunchgen.c
981
for (libdir = libdirs; libdir != NULL; libdir = libdir->next)
usr.bin/crunch/crunchgen/crunchgen.c
986
for (p = progs; p != NULL; p = p->next)
usr.bin/crunch/crunchgen/crunchgen.c
991
for (p = progs; p != NULL; p = p->next)
usr.bin/crunch/crunchide/crunchide.c
140
struct keep *next;
usr.bin/crunch/crunchide/crunchide.c
152
for (curp = keep_list, prevp = NULL; curp; prevp = curp, curp = curp->next)
usr.bin/crunch/crunchide/crunchide.c
167
newp->next = curp;
usr.bin/crunch/crunchide/crunchide.c
169
prevp->next = newp;
usr.bin/crunch/crunchide/crunchide.c
182
for (curp = keep_list; curp; curp = curp->next)
usr.bin/crunch/crunchide/exec_elf32.c
63
struct listelem *next;
usr.bin/diff/diff.c
457
entry->next = excludes_list;
usr.bin/diff/diff.h
98
struct excludes *next;
usr.bin/diff/diffdir.c
243
for (excl = excludes_list; excl != NULL; excl = excl->next)
usr.bin/find/find.c
109
new->next = plan;
usr.bin/find/find.c
112
tail->next = new;
usr.bin/find/find.c
115
tail->next = new;
usr.bin/find/find.c
252
for (p = plan; p && (p->eval)(p, g_entry); p = p->next)
usr.bin/find/find.c
291
for (p = plan; p; p = p->next) {
usr.bin/find/find.c
93
tail->next = new;
usr.bin/find/find.h
54
struct _plandata *next; /* next node */
usr.bin/find/function.c
1911
p && (state = (p->eval)(p, entry)); p = p->next);
usr.bin/find/function.c
1947
p && (state = (p->eval)(p, entry)); p = p->next);
usr.bin/find/function.c
1972
p && (state = (p->eval)(p, entry)); p = p->next);
usr.bin/find/function.c
1978
p && (state = (p->eval)(p, entry)); p = p->next);
usr.bin/find/operator.c
106
if (next->type == N_CLOSEPAREN) {
usr.bin/find/operator.c
115
tail = subplan = next;
usr.bin/find/operator.c
117
tail->next = next;
usr.bin/find/operator.c
118
tail = next;
usr.bin/find/operator.c
120
tail->next = NULL;
usr.bin/find/operator.c
155
tail->next = expr;
usr.bin/find/operator.c
158
tail->next = NULL;
usr.bin/find/operator.c
170
PLAN *next; /* next node being processed */
usr.bin/find/operator.c
175
tail = result = next = NULL;
usr.bin/find/operator.c
177
while ((next = yanknode(&plan)) != NULL) {
usr.bin/find/operator.c
182
if (next->type == N_EXPR)
usr.bin/find/operator.c
183
next->p_data[0] = not_squish(next->p_data[0]);
usr.bin/find/operator.c
190
if (next->type == N_NOT) {
usr.bin/find/operator.c
205
next = node;
usr.bin/find/operator.c
207
next->p_data[0] = node;
usr.bin/find/operator.c
212
tail = result = next;
usr.bin/find/operator.c
214
tail->next = next;
usr.bin/find/operator.c
215
tail = next;
usr.bin/find/operator.c
217
tail->next = NULL;
usr.bin/find/operator.c
229
PLAN *next; /* next node being processed */
usr.bin/find/operator.c
233
tail = result = next = NULL;
usr.bin/find/operator.c
235
while ((next = yanknode(&plan)) != NULL) {
usr.bin/find/operator.c
240
if (next->type == N_EXPR)
usr.bin/find/operator.c
241
next->p_data[0] = or_squish(next->p_data[0]);
usr.bin/find/operator.c
244
if (next->type == N_NOT)
usr.bin/find/operator.c
245
next->p_data[0] = or_squish(next->p_data[0]);
usr.bin/find/operator.c
252
if (next->type == N_OR) {
usr.bin/find/operator.c
255
next->p_data[0] = result;
usr.bin/find/operator.c
256
next->p_data[1] = or_squish(plan);
usr.bin/find/operator.c
257
if (next->p_data[1] == NULL)
usr.bin/find/operator.c
259
return (next);
usr.bin/find/operator.c
264
tail = result = next;
usr.bin/find/operator.c
266
tail->next = next;
usr.bin/find/operator.c
267
tail = next;
usr.bin/find/operator.c
269
tail->next = NULL;
usr.bin/find/operator.c
66
(*planp) = (*planp)->next;
usr.bin/find/operator.c
67
node->next = NULL;
usr.bin/find/operator.c
80
PLAN *next; /* temp node holding subexpression results */
usr.bin/find/operator.c
97
if ((next = yankexpr(planp)) == NULL)
usr.bin/finger/finger.c
197
for (ep = ehead; ep; ep = ep->next) {
usr.bin/finger/finger.c
282
for (ep = ehead; ep; ep = ep->next) {
usr.bin/finger/finger.h
60
struct where *next; /* next place user is or has been */
usr.bin/finger/lprint.c
241
for (w = pn->whead, maxlen = -1; w != NULL; w = w->next) {
usr.bin/finger/lprint.c
247
for (w = pn->whead; w != NULL; w = w->next) {
usr.bin/finger/sprint.c
108
for (w = pn->whead; w != NULL; w = w->next) {
usr.bin/finger/util.c
209
for (; !doit && w != NULL; w = w->next)
usr.bin/finger/util.c
217
for (w = pn->whead; doit && w != NULL; w = w->next)
usr.bin/finger/util.c
322
pn->wtail->next = w;
usr.bin/finger/util.c
325
w->next = NULL;
usr.bin/fstat/fstat.c
124
struct devs *next;
usr.bin/fstat/fstat.c
1377
cur->next = devs;
usr.bin/fstat/fstat.c
655
for (d = devs; d != NULL; d = d->next) {
usr.bin/fstat/fstat.c
911
struct mtab *next;
usr.bin/fstat/fstat.c
917
for (mt = mhead; mt != NULL; mt = mt->next)
usr.bin/fstat/fstat.c
930
mt->next = mhead;
usr.bin/ftp/ruserpass.c
118
next:
usr.bin/ftp/ruserpass.c
154
goto next;
usr.bin/hexdump/display.c
257
if (!length || (ateof && !next())) {
usr.bin/hexdump/hexdump.h
92
int next(void);
usr.bin/indent/indent.c
379
for (int next; (next = next_tab(ind)) <= target; ind = next)
usr.bin/last/last.c
100
struct arg *next; /* linked list pointer */
usr.bin/last/last.c
107
struct ttytab *next; /* linked list pointer */
usr.bin/last/last.c
278
cur->next = arglist;
usr.bin/last/last.c
295
cur->next = ttylist;
usr.bin/last/want.c
170
for (T = ttylist; T; T = T->next)
usr.bin/last/want.c
206
for (T = ttylist;; T = T->next) {
usr.bin/last/want.c
286
for (step = arglist; step; step = step->next)
usr.bin/ldd/ldd_elfxx.c
129
_rtld_objtail = &_rtld_objmain->next;
usr.bin/ldd/ldd_elfxx.c
142
_rtld_objlist = obj->next;
usr.bin/ldd/ldd_elfxx.c
151
obj->needed = needed->next;
usr.bin/ldd/ldd_elfxx.c
256
for (needed = obj->needed; needed != NULL; needed = needed->next) {
usr.bin/m4/gnum4.c
130
for (pe = first; pe; pe = pe->next) {
usr.bin/m4/gnum4.c
65
struct path_entry *next;
usr.bin/m4/gnum4.c
81
n->next = 0;
usr.bin/m4/gnum4.c
93
last->next = n;
usr.bin/m4/look.c
169
n->d->next = NULL;
usr.bin/m4/look.c
182
d->next = n->d;
usr.bin/m4/look.c
195
r2 = r->next;
usr.bin/m4/look.c
212
n->d = r->next;
usr.bin/m4/look.c
250
n->d->next = NULL;
usr.bin/m4/look.c
349
if (d->next != NULL)
usr.bin/m4/look.c
350
recurse(f, n, d->next);
usr.bin/m4/mdef.h
141
struct macro_definition *next;
usr.bin/mail/cmd4.c
259
struct smopts_s *sp, *next;
usr.bin/mail/cmd4.c
263
for (sp = *last_link; sp; sp = next) {
usr.bin/mail/cmd4.c
264
next = sp->s_link;
usr.bin/mail/cmdtab.c
64
{ "next", next, C, CMP(n) NDMLIST, 0, MMNDEL },
usr.bin/mail/extern.h
81
int next(void *);
usr.bin/mail/lex.c
67
struct glue *next;
usr.bin/mail/lex.c
85
for (gp = &__sglue; gp; gp = gp->next) {
usr.bin/make/arch.c
382
for (ln = archives.first; ln != NULL; ln = ln->next) {
usr.bin/make/arch.c
818
for (ln = gn->parents.first; ln != NULL; ln = ln->next) {
usr.bin/make/arch.c
958
for (ln = archives.first; ln != NULL; ln = ln->next)
usr.bin/make/compat.c
445
for (ln = gn->commands.first; ln != NULL; ln = ln->next) {
usr.bin/make/compat.c
479
for (ln = gnodes->first; ln != NULL; ln = ln->next)
usr.bin/make/compat.c
509
for (ln = gnodes->first; ln != NULL; ln = ln->next) {
usr.bin/make/cond.c
281
for (ln = opts.create.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1078
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1132
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1215
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1516
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1547
for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1569
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1586
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1617
for (ln = src->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1642
for (ln = openDirs.list.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
1654
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
359
CachedDirListNode *next = ln->next;
usr.bin/make/dir.c
364
ln = next;
usr.bin/make/dir.c
560
for (ln = dirSearchPath.dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
587
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
820
for (ln = path->dirs.first; ln != NULL; ln = ln->next) {
usr.bin/make/dir.c
831
for (ln = expansions->first; ln != NULL; ln = ln->next) {
usr.bin/make/hash.c
124
for (he = t->buckets[h & t->bucketsMask]; he != NULL; he = he->next) {
usr.bin/make/hash.c
162
HashEntry *next = he->next;
usr.bin/make/hash.c
164
he = next;
usr.bin/make/hash.c
208
for (cl = 0; he != NULL; he = he->next)
usr.bin/make/hash.c
236
HashEntry *next = he->next;
usr.bin/make/hash.c
237
he->next = newBuckets[he->hash & newMask];
usr.bin/make/hash.c
239
he = next;
usr.bin/make/hash.c
277
he->next = t->buckets[h & t->bucketsMask];
usr.bin/make/hash.c
299
for (; *ref != he; ref = &(*ref)->next)
usr.bin/make/hash.c
301
*ref = he->next;
usr.bin/make/hash.c
319
he = he->next; /* skip the most recently returned entry */
usr.bin/make/hash.h
82
struct HashEntry *next; /* Used to link together all the entries
usr.bin/make/job.c
1138
for (ln = job->node->commands.first; ln != NULL; ln = ln->next) {
usr.bin/make/job.c
1143
job->tailCmds = ln->next;
usr.bin/make/job.c
1164
for (ln = job->tailCmds; ln != NULL; ln = ln->next) {
usr.bin/make/job.c
1205
for (ln = job->node->commands.first; ln != NULL; ln = ln->next) {
usr.bin/make/lst.c
125
list->last->next = ln;
usr.bin/make/lst.c
138
if (ln->next != NULL)
usr.bin/make/lst.c
139
ln->next->prev = ln->prev;
usr.bin/make/lst.c
141
ln->prev->next = ln->next;
usr.bin/make/lst.c
145
list->first = ln->next;
usr.bin/make/lst.c
183
for (ln = list->first; ln != NULL; ln = ln->next)
usr.bin/make/lst.c
200
dst->last->next = src->first;
usr.bin/make/lst.c
228
for (ln = src->first; ln != NULL; ln = ln->next)
usr.bin/make/lst.c
40
LstNodeNew(ListNode *prev, ListNode *next, void *datum)
usr.bin/make/lst.c
45
ln->next = next;
usr.bin/make/lst.c
54
ListNode *ln, *next;
usr.bin/make/lst.c
56
for (ln = list->first; ln != NULL; ln = next) {
usr.bin/make/lst.c
57
next = ln->next;
usr.bin/make/lst.c
65
ListNode *ln, *next;
usr.bin/make/lst.c
67
for (ln = list->first; ln != NULL; ln = next) {
usr.bin/make/lst.c
68
next = ln->next;
usr.bin/make/lst.c
85
ln->prev->next = newNode;
usr.bin/make/lst.h
92
ListNode *next; /* next node in list, or NULL */
usr.bin/make/main.c
1185
for (ln = sysMkFiles.first; ln != NULL; ln = ln->next)
usr.bin/make/main.c
1273
for (ln = makefiles->first; ln != NULL; ln = ln->next) {
usr.bin/make/main.c
1291
for (ln = makefiles.first; ln != NULL; ln = ln->next)
usr.bin/make/main.c
2067
for (ln = gn->commands.first; ln != NULL; ln = ln->next) {
usr.bin/make/main.c
2100
for (ln = ln->next; ln != NULL; ln = ln->next)
usr.bin/make/main.c
892
for (ln = opts.variables.first; ln != NULL; ln = ln->next)
usr.bin/make/main.c
937
for (ln = opts.create.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
1000
for (ln = gn->children.first; ln != NULL; ln = ln->next)
usr.bin/make/make.c
1112
for (ln = gn->order_pred.first; ln != NULL; ln = ln->next)
usr.bin/make/make.c
1204
for (ln = gnodes->first; ln != NULL; ln = ln->next)
usr.bin/make/make.c
1214
for (ln = toBeExamined->first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
1309
for (ln = prevWaitNode; ln->datum != waitNode; ln = ln->next) {
usr.bin/make/make.c
1340
for (ln = targets->first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
1370
for (ln = pgn->children.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
375
for (ln = gn->parents.first; ln != NULL; ln = ln->next)
usr.bin/make/make.c
387
for (ln = pgn->children.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
436
for (ln = cgn->children.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
502
nln = ln->next;
usr.bin/make/make.c
597
for (ln = cgn->implicitParents.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
613
for (ln = gn->order_pred.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
635
for (ln = gn->order_succ.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
709
for (ln = parents->first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
811
for (ln = gn->children.first; ln != NULL; ln = ln->next) {
usr.bin/make/make.c
912
for (ln = gn->children.first; ln != NULL; ln = ln->next)
usr.bin/make/make.c
932
for (ln = toBeMade.first; ln != NULL; ln = ln->next)
usr.bin/make/make.c
942
for (ln = toBeMade.first; i > 0; ln = ln->next)
usr.bin/make/make.c
982
for (ln = cn->cohorts.first; ln != NULL; ln = ln->next)
usr.bin/make/meta.c
1660
cmdNode = cmdNode->next;
usr.bin/make/meta.c
305
for (ln = gn->commands.first; ln != NULL; ln = ln->next) {
usr.bin/make/meta.c
331
for (ln = gn->commands.first; ln != NULL; ln = ln->next)
usr.bin/make/meta.c
865
for (ln = prefixes->first; ln != NULL; ln = ln->next)
usr.bin/make/meta.c
979
for (ln = list->first; ln != NULL; ln = ln->next)
usr.bin/make/meta.c
992
StringListNode *next = ln->next;
usr.bin/make/meta.c
997
ln = next;
usr.bin/make/parse.c
1211
for (ln = paths->first; ln != NULL; ln = ln->next)
usr.bin/make/parse.c
1384
for (ln = paths->first; ln != NULL; ln = ln->next)
usr.bin/make/parse.c
1531
for (ln = targets->first; ln != NULL; ln = ln->next)
usr.bin/make/parse.c
2678
for (ln = targets->first; ln != NULL; ln = ln->next) {
usr.bin/make/parse.c
2721
for (ln = targets->first; ln != NULL; ln = ln->next) {
usr.bin/make/parse.c
710
for (ln = targets->first; ln != NULL; ln = ln->next)
usr.bin/make/parse.c
778
for (ln = targets->first; ln != NULL; ln = ln->next)
usr.bin/make/parse.c
928
for (ln = targets->first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
1007
for (ln = cand->suff->children.first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
1039
for (ln = sources->first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
1150
for (gln = tgn->children.first; gln != NULL; gln = gln->next) {
usr.bin/make/suff.c
1396
nln = ln->next;
usr.bin/make/suff.c
1416
for (ln = sufflist.first; ln != NULL; ln = ln->next)
usr.bin/make/suff.c
1480
ln = ln != NULL ? ln->next : NULL;
usr.bin/make/suff.c
1482
GNodeListNode *nln = ln->next;
usr.bin/make/suff.c
1510
for (ln = memSuff->parents.first; ln != NULL; ln = ln->next)
usr.bin/make/suff.c
1659
for (ln = sufflist.first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
1848
nln = ln->next;
usr.bin/make/suff.c
2051
for (ln = sufflist.first; ln != NULL; ln = ln->next)
usr.bin/make/suff.c
2054
for (ln = suffClean.first; ln != NULL; ln = ln->next)
usr.bin/make/suff.c
2070
for (ln = suffs->first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
2119
for (ln = sufflist.first; ln != NULL; ln = ln->next)
usr.bin/make/suff.c
2126
for (ln = transforms.first; ln != NULL; ln = ln->next)
usr.bin/make/suff.c
2139
for (ln = sufflist.first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
329
for (ln = sufflist.first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
349
for (ln = transforms.first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
415
for (ln = list->first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
506
for (ln = sufflist.first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
796
for (ln = Targ_List()->first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
823
for (ln = transforms.first; ln != NULL; ln = ln->next)
usr.bin/make/suff.c
856
for (ln = sufflist.first; ln != NULL; ln = ln->next) {
usr.bin/make/suff.c
954
for (ln = list->first; ln != NULL; ln = ln->next) {
usr.bin/make/targ.c
142
for (ln = allNodes.first; ln != NULL; ln = ln->next)
usr.bin/make/targ.c
329
for (ln = names->first; ln != NULL; ln = ln->next) {
usr.bin/make/targ.c
341
for (ln = gnodes->first; ln != NULL; ln = ln->next) {
usr.bin/make/targ.c
362
for (ln = gn->commands.first; ln != NULL; ln = ln->next) {
usr.bin/make/targ.c
522
for (ln = gnodes->first; ln != NULL; ln = ln->next)
usr.bin/make/targ.c
531
for (ln = allTargets.first; ln != NULL; ln = ln->next) {
usr.bin/make/targ.c
588
for (ln = allTargets.first; ln != NULL; ln = ln->next) {
usr.bin/make/targ.c
595
for (cln = gn->cohorts.first; cln != NULL; cln = cln->next) {
usr.bin/make/var.c
2823
for (ln = args->patterns.first; ln != NULL; ln = ln->next) {
usr.bin/man/man.c
683
goto next;
usr.bin/man/man.c
696
goto next;
usr.bin/man/man.c
702
next: anyfound = 1;
usr.bin/menuc/mdb.c
310
for (; toptn != NULL; j++, toptn = toptn->next) {
usr.bin/menuc/mdb.c
334
toptn = toptn->next, j++) {
usr.bin/menuc/mdb.c
348
(toptn->next ? "," : ""));
usr.bin/menuc/mdb.c
358
toptn = toptn->next, j++) {
usr.bin/menuc/mdb.h
71
struct optn_info *next;
usr.bin/menuc/parse.y
120
$8 = $8->next;
usr.bin/menuc/parse.y
121
t->next = cur_menu->info->optns;
usr.bin/menuc/parse.y
165
| option_list option { $2->next = $1; $$ = $2; }
usr.bin/mixerctl/mixerctl.c
432
for (pos = infos[i].next; pos != AUDIO_MIXER_LAST;
usr.bin/mixerctl/mixerctl.c
433
pos = infos[pos].next) {
usr.bin/mkdep/mkdep.c
207
p->next = *l;
usr.bin/mkdep/mkdep.c
401
sl = sl->next) {
usr.bin/mkdep/mkdep.c
421
for (sl = suff_list; sl != NULL; sl = sl->next)
usr.bin/mkdep/mkdep.c
71
struct suff_list *next;
usr.bin/mklocale/ldef.h
45
struct rune_list *next;
usr.bin/mklocale/yacc.y
199
$$->next = 0;
usr.bin/mklocale/yacc.y
206
$$->next = 0;
usr.bin/mklocale/yacc.y
213
$$->next = $1;
usr.bin/mklocale/yacc.y
220
$$->next = $1;
usr.bin/mklocale/yacc.y
230
$$->next = 0;
usr.bin/mklocale/yacc.y
238
$$->next = $1;
usr.bin/mklocale/yacc.y
246
$$->next = 0;
usr.bin/mklocale/yacc.y
254
$$->next = $1;
usr.bin/mklocale/yacc.y
379
rune_list *nlist = list->next;
usr.bin/mklocale/yacc.y
391
rune_list *nlist = list->next;
usr.bin/mklocale/yacc.y
441
list->next = map->root;
usr.bin/mklocale/yacc.y
446
for (r = map->root; r && r->max + 1 < list->min; r = r->next)
usr.bin/mklocale/yacc.y
458
list->next = 0;
usr.bin/mklocale/yacc.y
459
lr->next = list;
usr.bin/mklocale/yacc.y
473
list->next = lr->next;
usr.bin/mklocale/yacc.y
474
lr->next = list;
usr.bin/mklocale/yacc.y
491
lr->next = list;
usr.bin/mklocale/yacc.y
492
list->next = r;
usr.bin/mklocale/yacc.y
496
list->next = r->next;
usr.bin/mklocale/yacc.y
497
r->next = list;
usr.bin/mklocale/yacc.y
583
while ((lr = r->next) && r->max >= lr->min) {
usr.bin/mklocale/yacc.y
610
r->next = lr->next;
usr.bin/mklocale/yacc.y
629
for(list = types.root; list; list = list->next) {
usr.bin/mklocale/yacc.y
659
list = list->next;
usr.bin/mklocale/yacc.y
669
list = list->next;
usr.bin/mklocale/yacc.y
679
list = list->next;
usr.bin/mklocale/yacc.y
696
for (list = types.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
710
for (list = maplower.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
724
for (list = mapupper.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
738
for (list = types.root, n = 0; list != NULL; list = list->next, n++) {
usr.bin/mklocale/yacc.y
783
for (list = maplower.root; list; list = list->next)
usr.bin/mklocale/yacc.y
802
for (list = mapupper.root; list; list = list->next)
usr.bin/mklocale/yacc.y
835
for (list = types.root; list; list = list->next) {
usr.bin/msgc/msgdb.c
208
for (t=head; t != NULL; t = t->next) {
usr.bin/msgc/msgdb.c
229
for (t=head ; t != NULL; t = t->next)
usr.bin/msgc/msgdb.c
68
tmp->next = NULL;
usr.bin/msgc/msgdb.c
72
tail->next = tmp;
usr.bin/msgc/msgdb.h
51
struct id_rec *next;
usr.bin/msgs/msgs.c
145
int next(char *, size_t);
usr.bin/msgs/msgs.c
580
msg = next(in, sizeof(inbuf) -
usr.bin/netstat/atalk.c
233
struct ddpcb *next;
usr.bin/netstat/atalk.c
240
for (next = initial; next != NULL;) {
usr.bin/netstat/atalk.c
241
u_long ppcb = (u_long)next;
usr.bin/netstat/atalk.c
243
if (kread((u_long)next, (char *)&ddpcb, sizeof(ddpcb)) < 0)
usr.bin/netstat/atalk.c
245
next = ddpcb.ddp_next;
usr.bin/netstat/if.c
1134
char *next, *lim;
usr.bin/netstat/if.c
1151
for (next = buf; next < lim; next += rtm->rtm_msglen) {
usr.bin/netstat/if.c
1152
rtm = (struct rt_msghdr *)next;
usr.bin/netstat/if.c
1157
ifm = (struct if_msghdr *)next;
usr.bin/netstat/if.c
202
char *next, *lim, *cp;
usr.bin/netstat/if.c
229
for (next = buf; next < lim; next += rtm->rtm_msglen) {
usr.bin/netstat/if.c
232
rtm = (struct rt_msghdr *)next;
usr.bin/netstat/if.c
238
ifm = (struct if_msghdr *)next;
usr.bin/netstat/if.c
291
ifam = (struct ifa_msghdr *)next;
usr.bin/netstat/inet.c
278
struct inpcb *next, *prev;
usr.bin/netstat/inet.c
296
next = TAILQ_FIRST(head);
usr.bin/netstat/inet.c
304
while (next != TAILQ_END(head)) {
usr.bin/netstat/inet.c
305
kread((u_long)next, (char *)&in4pcb, sizeof in4pcb);
usr.bin/netstat/inet.c
306
prev = next;
usr.bin/netstat/inet.c
308
next = TAILQ_NEXT(inp, inp_queue);
usr.bin/netstat/inet6.c
290
struct inpcb *next, *prev;
usr.bin/netstat/inet6.c
304
next = TAILQ_FIRST(head);
usr.bin/netstat/inet6.c
312
while (next != TAILQ_END(head)) {
usr.bin/netstat/inet6.c
313
kread((u_long)next, (char *)&in6pcb, sizeof in6pcb);
usr.bin/netstat/inet6.c
315
next = TAILQ_NEXT(inp, inp_queue);
usr.bin/netstat/inet6.c
316
prev = next;
usr.bin/netstat/mroute6.c
226
rtep = rte.next;
usr.bin/pmap/pmap.c
295
struct vm_map_entry *last, *next;
usr.bin/pmap/pmap.c
300
next = D(header, vm_map_entry)->next;
usr.bin/pmap/pmap.c
304
while (next != 0 && next != last) {
usr.bin/pmap/pmap.c
305
addr = (u_long)next;
usr.bin/pmap/pmap.c
309
next = D(vm_map_entry, vm_map_entry)->next;
usr.bin/pmap/pmap.c
362
printf(" next = %p,\n", vme->next);
usr.bin/quota/printquota.c
200
char *cur, *next, *end;
usr.bin/quota/printquota.c
204
next = buf;
usr.bin/quota/printquota.c
205
cur = strsep(&next, "Ww");
usr.bin/quota/printquota.c
206
if (next != NULL) {
usr.bin/quota/printquota.c
211
next = cur;
usr.bin/quota/printquota.c
212
cur = strsep(&next, "Dd");
usr.bin/quota/printquota.c
213
if (next != NULL) {
usr.bin/quota/printquota.c
218
next = cur;
usr.bin/quota/printquota.c
219
cur = strsep(&next, "Hh");
usr.bin/quota/printquota.c
220
if (next != NULL) {
usr.bin/quota/printquota.c
225
next = cur;
usr.bin/quota/printquota.c
226
cur = strsep(&next, "Mm");
usr.bin/quota/printquota.c
227
if (next != NULL) {
usr.bin/quota/printquota.c
232
next = cur;
usr.bin/quota/printquota.c
233
cur = strsep(&next, "Ss");
usr.bin/quota/quota.c
328
for (qup = quplist; qup; qup = qup->next) {
usr.bin/quota/quota.c
531
quptail->next = qup;
usr.bin/quota/quota.c
533
quptail->next = 0;
usr.bin/quota/quota.c
78
struct quotause *next;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
456
rec.next = buffer;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
515
rec.end = rec.next;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
516
rec.next = buffer;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
576
seq.next = buffer;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
582
ssp.next = seq.next;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
584
ssp.end = seq.next;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
589
ail.next = seq.next;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
591
ail.end = seq.next;
usr.bin/rpcgen/rpc_clntout.c
138
for (l = proc->args.decls; l != NULL; l = l->next)
usr.bin/rpcgen/rpc_clntout.c
218
for (l = proc->args.decls; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_clntout.c
75
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_clntout.c
89
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_clntout.c
90
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_cout.c
320
for (vlist = def->def.pr.versions; vlist != NULL; vlist = vlist->next)
usr.bin/rpcgen/rpc_cout.c
321
for (plist = vlist->procs; plist != NULL; plist = plist->next) {
usr.bin/rpcgen/rpc_cout.c
327
dl = dl->next)
usr.bin/rpcgen/rpc_cout.c
347
for (cl = def->def.un.cases; cl != NULL; cl = cl->next) {
usr.bin/rpcgen/rpc_cout.c
408
for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
usr.bin/rpcgen/rpc_cout.c
414
for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
usr.bin/rpcgen/rpc_cout.c
437
for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
usr.bin/rpcgen/rpc_cout.c
452
for (dl = def->def.st.decls; dl != NULL; dl = dl->next) { /* xxx */
usr.bin/rpcgen/rpc_cout.c
499
cur = cur->next;
usr.bin/rpcgen/rpc_cout.c
525
cur = cur->next;
usr.bin/rpcgen/rpc_cout.c
533
cur = cur->next;
usr.bin/rpcgen/rpc_cout.c
555
cur = cur->next;
usr.bin/rpcgen/rpc_cout.c
579
cur = cur->next;
usr.bin/rpcgen/rpc_cout.c
586
cur = cur->next;
usr.bin/rpcgen/rpc_cout.c
603
for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
usr.bin/rpcgen/rpc_hout.c
179
for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
usr.bin/rpcgen/rpc_hout.c
180
for (plist = vers->procs; plist != NULL; plist = plist->next) {
usr.bin/rpcgen/rpc_hout.c
187
l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_hout.c
195
for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
usr.bin/rpcgen/rpc_hout.c
196
for (plist = vers->procs; plist != NULL; plist = plist->next) {
usr.bin/rpcgen/rpc_hout.c
222
for (l = def->def.st.decls; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_hout.c
244
for (l = def->def.un.cases; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_hout.c
275
for (vers = start; vers != NULL; vers = vers->next) {
usr.bin/rpcgen/rpc_hout.c
276
for (proc = vers->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_hout.c
317
for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
usr.bin/rpcgen/rpc_hout.c
325
for (proc = vers->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_hout.c
338
for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
usr.bin/rpcgen/rpc_hout.c
339
for (proc = vers->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_hout.c
372
for (dl = proc->args.decls; dl != NULL; dl = dl->next) {
usr.bin/rpcgen/rpc_hout.c
402
for (l = def->def.en.vals; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_hout.c
531
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_main.c
593
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_main.c
598
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_parse.c
138
tailp = &decls->next;
usr.bin/rpcgen/rpc_parse.c
195
tailp = &decls->next;
usr.bin/rpcgen/rpc_parse.c
206
tailp = &decls->next;
usr.bin/rpcgen/rpc_parse.c
223
ptailp = &plist->next;
usr.bin/rpcgen/rpc_parse.c
228
vtailp = &vlist->next;
usr.bin/rpcgen/rpc_parse.c
235
plist = plist->next) {
usr.bin/rpcgen/rpc_parse.c
274
tailp = &elist->next;
usr.bin/rpcgen/rpc_parse.c
324
tailp = &cases->next;
usr.bin/rpcgen/rpc_parse.c
335
tailp = &cases->next;
usr.bin/rpcgen/rpc_parse.h
102
struct case_list *next;
usr.bin/rpcgen/rpc_parse.h
127
struct proc_list *next;
usr.bin/rpcgen/rpc_parse.h
135
struct version_list *next;
usr.bin/rpcgen/rpc_parse.h
165
struct bas_type *next;
usr.bin/rpcgen/rpc_parse.h
69
struct enumval_list *next;
usr.bin/rpcgen/rpc_parse.h
89
struct decl_list *next;
usr.bin/rpcgen/rpc_sample.c
112
for (l = proc->args.decls; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_sample.c
143
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_sample.c
164
for (l = proc->args.decls; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_sample.c
193
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_sample.c
194
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_sample.c
262
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_sample.c
267
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_sample.c
80
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_sample.c
99
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_svcout.c
181
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
186
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_svcout.c
214
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
219
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_svcout.c
269
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
277
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
299
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_svcout.c
300
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_svcout.c
332
for (l = proc->args.decls; l != NULL; l = l->next)
usr.bin/rpcgen/rpc_svcout.c
347
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_svcout.c
380
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_svcout.c
407
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_svcout.c
446
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_svcout.c
539
for (; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_svcout.c
594
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
598
vp = vp->next) {
usr.bin/rpcgen/rpc_svcout.c
783
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
788
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_svcout.c
944
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_svcout.c
949
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_tblout.c
112
for (proc = vp->procs; proc != NULL; proc = proc->next) {
usr.bin/rpcgen/rpc_tblout.c
81
for (l = defined; l != NULL; l = l->next) {
usr.bin/rpcgen/rpc_tblout.c
99
for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
usr.bin/rpcgen/rpc_util.c
110
for (; lst != NULL; lst = lst->next) {
usr.bin/rpcgen/rpc_util.c
127
for (l = lstp; *l != NULL; l = (list **) & (*l)->next);
usr.bin/rpcgen/rpc_util.c
130
lst->next = NULL;
usr.bin/rpcgen/rpc_util.c
454
ptr->next = NULL;
usr.bin/rpcgen/rpc_util.c
459
typ_list_t->next = ptr;
usr.bin/rpcgen/rpc_util.c
476
ptr = ptr->next;
usr.bin/rpcgen/rpc_util.h
46
struct list *next;
usr.bin/rpcinfo/rpcinfo.c
1057
pa = pa->next)
usr.bin/rpcinfo/rpcinfo.c
1064
pr = pr->next)
usr.bin/rpcinfo/rpcinfo.c
1112
pa = pa->next)
usr.bin/rpcinfo/rpcinfo.c
1119
pr = pr->next)
usr.bin/rpcinfo/rpcinfo.c
113
struct netidlist *next;
usr.bin/rpcinfo/rpcinfo.c
1169
pa = pa->next)
usr.bin/rpcinfo/rpcinfo.c
1177
pr = pr->next)
usr.bin/rpcinfo/rpcinfo.c
118
struct verslist *next;
usr.bin/rpcinfo/rpcinfo.c
125
struct rpcbdump_short *next;
usr.bin/rpcinfo/rpcinfo.c
1677
for (pr = infp->rmtinfo; pr; pr = pr->next) {
usr.bin/rpcinfo/rpcinfo.c
1699
for (al = infp->addrinfo; al; al = al->next) {
usr.bin/rpcinfo/rpcinfo.c
647
for (vl = rs->vlist; vl; vl = vl->next)
usr.bin/rpcinfo/rpcinfo.c
656
vl->next = rs->vlist;
usr.bin/rpcinfo/rpcinfo.c
666
for (nl = rs->nlist; nl; nl = nl->next)
usr.bin/rpcinfo/rpcinfo.c
675
nl->next = rs->nlist;
usr.bin/rpcinfo/rpcinfo.c
815
for (rs = rs_head; rs; rs = rs->next)
usr.bin/rpcinfo/rpcinfo.c
822
rs->next = NULL;
usr.bin/rpcinfo/rpcinfo.c
827
rs_tail->next = rs;
usr.bin/rpcinfo/rpcinfo.c
842
for (rs = rs_head; rs; rs = rs->next) {
usr.bin/rpcinfo/rpcinfo.c
846
for (vl = rs->vlist; vl; vl = vl->next) {
usr.bin/rpcinfo/rpcinfo.c
850
if (vl->next) {
usr.bin/rpcinfo/rpcinfo.c
858
for (nl = rs->nlist; nl; nl = nl->next) {
usr.bin/rpcinfo/rpcinfo.c
860
if (nl->next)
usr.bin/rpcinfo/rpcinfo.c
885
rs_head = rs_head->next;
usr.bin/rump_dhcpclient/bpf.c
188
goto next; /* Incomplete packet, drop. */
usr.bin/rump_dhcpclient/bpf.c
191
goto next; /* Packet beyond buffer, drop. */
usr.bin/rump_dhcpclient/bpf.c
197
next:
usr.bin/rump_dhcpclient/configure.c
118
l->next = f->next;
usr.bin/rump_dhcpclient/configure.c
120
routes = f->next;
usr.bin/rump_dhcpclient/configure.c
222
r->next = rt;
usr.bin/rump_dhcpclient/configure.c
234
rt = rt->next)
usr.bin/rump_dhcpclient/configure.c
241
r->next = xmalloc(sizeof(*r));
usr.bin/rump_dhcpclient/configure.c
242
r = r->next;
usr.bin/rump_dhcpclient/configure.c
245
r->next = NULL;
usr.bin/rump_dhcpclient/configure.c
262
for (r = rt; r; r = r->next)
usr.bin/rump_dhcpclient/configure.c
281
r->next = rt;
usr.bin/rump_dhcpclient/configure.c
293
for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) {
usr.bin/rump_dhcpclient/configure.c
297
for (rtn = rt; rtn != rtp; rtn = rtn->next) {
usr.bin/rump_dhcpclient/configure.c
328
rtn->next = rtp;
usr.bin/rump_dhcpclient/configure.c
332
rtl->next = rtn;
usr.bin/rump_dhcpclient/configure.c
343
for (ifp = ifaces; ifp; ifp = ifp->next) {
usr.bin/rump_dhcpclient/configure.c
351
for (rt = dnr; rt && (rtn = rt->next, 1); lrt = rt, rt = rtn) {
usr.bin/rump_dhcpclient/configure.c
365
rtl->next = or->next;
usr.bin/rump_dhcpclient/configure.c
367
routes = or->next;
usr.bin/rump_dhcpclient/configure.c
376
lrt->next = rtn;
usr.bin/rump_dhcpclient/configure.c
377
rt->next = nrs;
usr.bin/rump_dhcpclient/configure.c
384
for (rt = routes; rt; rt = rt->next) {
usr.bin/rump_dhcpclient/configure.c
70
for (rt = rts; rt; rt = rt->next) {
usr.bin/rump_dhcpclient/dhcp.c
358
rt->next = xzalloc(sizeof(*rt));
usr.bin/rump_dhcpclient/dhcp.c
359
rt = rt->next;
usr.bin/rump_dhcpclient/dhcp.c
363
rt->next = NULL;
usr.bin/rump_dhcpclient/dhcp.c
442
route->next = xmalloc(sizeof(*route));
usr.bin/rump_dhcpclient/dhcp.c
443
route = route->next;
usr.bin/rump_dhcpclient/dhcp.c
446
route->next = NULL;
usr.bin/rump_dhcpclient/dhcp.c
461
route->next = xzalloc(sizeof(*route));
usr.bin/rump_dhcpclient/dhcp.c
462
route = route->next;
usr.bin/rump_dhcpclient/dhcpcd.h
111
struct interface *next;
usr.bin/rump_dhcpclient/net.c
362
r = routes->next;
usr.bin/rump_dhcpclient/net.h
86
struct rt *next;
usr.bin/rup/rup.c
117
hp->next = hosts;
usr.bin/rup/rup.c
64
struct host_list *next;
usr.bin/rup/rup.c
86
for (hp = hosts; hp != NULL; hp = hp->next) {
usr.bin/rusers/rusers.c
123
hp->next = hosts;
usr.bin/rusers/rusers.c
73
struct host_list *next;
usr.bin/rusers/rusers.c
92
for (hp = hosts; hp != NULL; hp = hp->next) {
usr.bin/sdpquery/command.c
176
if (rsp.next != rsp.end) {
usr.bin/sdpquery/command.c
215
ssp->next = data;
usr.bin/sdpquery/command.c
244
ssp->end = ssp->next;
usr.bin/sdpquery/command.c
245
ssp->next = data;
usr.bin/sdpquery/print.c
1007
if (data->next != data->end)
usr.bin/sdpquery/print.c
1018
data->next = data->end;
usr.bin/sdpquery/print.c
1033
if (seq.next != seq.end)
usr.bin/sdpquery/print.c
1037
if (data->next != data->end)
usr.bin/sdpquery/print.c
1053
while (list.next < list.end) {
usr.bin/sdpquery/print.c
1095
if (list.next != list.end)
usr.bin/sdpquery/print.c
1121
while (seq.next < seq.end) {
usr.bin/sdpquery/print.c
1130
if (profile.next != profile.end)
usr.bin/sdpquery/print.c
1136
if (seq.next != seq.end)
usr.bin/sdpquery/print.c
1152
if (seq.next != seq.end)
usr.bin/sdpquery/print.c
1172
if (list.next != list.end)
usr.bin/sdpquery/print.c
1278
if (list.next != list.end)
usr.bin/sdpquery/print.c
1311
if (list.next != list.end)
usr.bin/sdpquery/print.c
1410
while (list.next < list.end) {
usr.bin/sdpquery/print.c
1425
if (seq.next != seq.end)
usr.bin/sdpquery/print.c
1439
while (list.next < list.end) {
usr.bin/sdpquery/print.c
1459
(seq.next == seq.end ? "" : " [additional data]"));
usr.bin/sdpquery/print.c
1749
if (feature.next != feature.end)
usr.bin/sdpquery/print.c
1753
if (seq.next != seq.end)
usr.bin/sdpquery/print.c
2016
if (seq.next != seq.end)
usr.bin/sdpquery/print.c
563
print_hexdump(" ", value.next,
usr.bin/sdpquery/print.c
564
(size_t)(value.end - value.next));
usr.bin/sdpquery/print.c
571
if (value.next != value.end)
usr.bin/sdpquery/print.c
692
value->next = value->end;
usr.bin/sdpquery/print.c
843
if (seq.next != seq.end)
usr.bin/sdpquery/print.c
981
if (seq.next != seq.end)
usr.bin/sed/compile.c
1009
fixuplabel(cp->u.c, cp->next);
usr.bin/sed/compile.c
1067
struct labhash *lh, *next;
usr.bin/sed/compile.c
1071
for (lh = labels[i]; lh != NULL; lh = next) {
usr.bin/sed/compile.c
1072
next = lh->lh_next;
usr.bin/sed/compile.c
188
link = &cmd->next;
usr.bin/sed/compile.c
234
cmd->next = stack;
usr.bin/sed/compile.c
249
stack = cmd2->next;
usr.bin/sed/compile.c
250
cmd2->next = cmd;
usr.bin/sed/compile.c
258
link = &cmd->next;
usr.bin/sed/compile.c
349
link = &cmd->next;
usr.bin/sed/compile.c
360
link = &cmd->next;
usr.bin/sed/compile.c
990
for (; cp != end; cp = cp->next)
usr.bin/sed/defs.h
95
struct s_command *next; /* Pointer to next command */
usr.bin/sed/main.c
290
script = script->next;
usr.bin/sed/main.c
310
script = script->next;
usr.bin/sed/main.c
313
script = script->next;
usr.bin/sed/main.c
411
files = files->next;
usr.bin/sed/main.c
501
cu->next = NULL;
usr.bin/sed/main.c
503
cu_nextp = &cu->next;
usr.bin/sed/main.c
515
fp->next = NULL;
usr.bin/sed/main.c
518
fl_nextp = &fp->next;
usr.bin/sed/main.c
529
while ((file = file->next) != NULL) {
usr.bin/sed/main.c
83
struct s_compunit *next;
usr.bin/sed/main.c
99
struct s_flist *next;
usr.bin/sed/process.c
122
cp = cp->next;
usr.bin/sed/process.c
278
cp = cp->next;
usr.bin/sed/process.c
369
for (cp = prog; cp; cp = cp->code == '{' ? cp->u.c : cp->next)
usr.bin/sed/process.c
793
for (; cp != end; cp = cp->next)
usr.bin/sed/process.c
806
cfclose(cp->u.c, cp->next);
usr.bin/showmount/showmount.c
314
goto next;
usr.bin/showmount/showmount.c
322
goto next;
usr.bin/showmount/showmount.c
329
goto next;
usr.bin/showmount/showmount.c
343
next:
usr.bin/spell/spellprog/spellprog.c
449
goto next;
usr.bin/spell/spellprog/spellprog.c
462
next: ;
usr.bin/spell/spellprog/spellprog.c
683
goto next;
usr.bin/spell/spellprog/spellprog.c
691
next: ;
usr.bin/systat/netstat.c
216
struct inpcb **pprev, *next;
usr.bin/systat/netstat.c
225
next = TAILQ_FIRST(&pcbtable.inpt_queue);
usr.bin/systat/netstat.c
226
while (next != TAILQ_END(&pcbtable.inpt_queue)) {
usr.bin/systat/netstat.c
227
inpcbp = (struct inpcb *)next;
usr.bin/systat/netstat.c
236
pprev = &next->inp_queue.tqe_next;
usr.bin/systat/netstat.c
237
next = inp->inp_queue.tqe_next;
usr.bin/systat/netstat.c
261
struct inpcb **pprev, *next;
usr.bin/systat/netstat.c
270
next = TAILQ_FIRST(&pcbtable.inpt_queue);
usr.bin/systat/netstat.c
271
while (next != TAILQ_END(&pcbtable.inpt_queue)) {
usr.bin/systat/netstat.c
272
inpcbp = (struct inpcb *)next;
usr.bin/systat/netstat.c
281
pprev = &next->inp_queue.tqe_next;
usr.bin/systat/netstat.c
282
next = inp->inp_queue.tqe_next;
usr.bin/tail/reverse.c
150
struct bf *next;
usr.bin/tail/reverse.c
187
tl = tl->next;
usr.bin/tail/reverse.c
200
tl->next = mark;
usr.bin/tail/reverse.c
202
mark->prev->next = tl;
usr.bin/tail/reverse.c
206
mark->next = mark->prev = mark;
usr.bin/tail/reverse.c
249
for (tr = tl->next; tr->len; tr = tr->next) {
usr.bin/tail/reverse.c
260
tl = tl->next;
usr.bin/tail/reverse.c
265
while ((tl = tl->next)->len) {
usr.bin/tee/tee.c
109
for (p = head; p; p = p->next) {
usr.bin/tee/tee.c
128
for (p = head; p; p = p->next) {
usr.bin/tee/tee.c
147
p->next = head;
usr.bin/tee/tee.c
58
struct _list *next;
usr.bin/telnet/commands.c
1606
struct env_lst *next; /* pointer to next structure */
usr.bin/telnet/commands.c
1621
for (ep = envlisthead.next; ep; ep = ep->next) {
usr.bin/telnet/commands.c
1687
ep->next = envlisthead.next;
usr.bin/telnet/commands.c
1688
envlisthead.next = ep;
usr.bin/telnet/commands.c
1690
if (ep->next)
usr.bin/telnet/commands.c
1691
ep->next->prev = ep;
usr.bin/telnet/commands.c
1706
ep->prev->next = ep->next;
usr.bin/telnet/commands.c
1707
if (ep->next)
usr.bin/telnet/commands.c
1708
ep->next->prev = ep->prev;
usr.bin/telnet/commands.c
1767
for (ep = envlisthead.next; ep; ep = ep->next) {
usr.bin/telnet/commands.c
1786
while ((nep = nep->next) != NULL) {
usr.bin/telnet/telnet.c
2163
char *thisitem, *next;
usr.bin/telnet/telnet.c
2170
while ((next = nextitem(thisitem)) <= netobuf.send) {
usr.bin/telnet/telnet.c
2171
thisitem = next;
usr.bin/telnet/telnet.c
2182
next = thisitem;
usr.bin/telnet/telnet.c
2184
next = nextitem(next);
usr.bin/telnet/telnet.c
2185
} while (wewant(next) && (nfrontp > next));
usr.bin/telnet/telnet.c
2186
length = next-thisitem;
usr.bin/telnet/telnet.c
2189
thisitem = next;
usr.bin/telnet/telnet.c
727
static char **next;
usr.bin/telnet/telnet.c
745
next = tnamep;
usr.bin/telnet/telnet.c
747
if (*next == 0)
usr.bin/telnet/telnet.c
748
next = tnamep;
usr.bin/telnet/telnet.c
749
return(*next++);
usr.bin/tic/tic.c
168
STAILQ_INSERT_TAIL(&terms, term, next);
usr.bin/tic/tic.c
421
STAILQ_FOREACH(term, &terms, next) {
usr.bin/tic/tic.c
582
STAILQ_FOREACH(term, &terms, next)
usr.bin/tic/tic.c
66
STAILQ_ENTRY(term) next;
usr.bin/tic/tic.c
714
STAILQ_REMOVE_HEAD(&terms, next);
usr.bin/tip/remote.c
203
static char *next;
usr.bin/tip/remote.c
211
next = DV;
usr.bin/tip/remote.c
218
if (next == NULL)
usr.bin/tip/remote.c
220
if ((cp = strchr(next, ',')) == NULL) {
usr.bin/tip/remote.c
221
DV = next;
usr.bin/tip/remote.c
222
next = NULL;
usr.bin/tip/remote.c
225
DV = next;
usr.bin/tip/remote.c
226
next = cp;
usr.bin/tip/tip.c
505
goto next;
usr.bin/tip/tip.c
513
next:
usr.bin/tr/extern.h
43
int next(STR *, int *);
usr.bin/tr/str.c
126
return next(s, ret);
usr.bin/tr/str.c
137
return next(s, ret);
usr.bin/tr/str.c
144
return next(s, ret);
usr.bin/tr/str.c
153
return next(s, ret);
usr.bin/tr/str.c
166
return next(s, ret);
usr.bin/tr/tr.c
187
if (!next(s2, &ch2))
usr.bin/tr/tr.c
214
if (!next(s1, &ch)) {
usr.bin/tr/tr.c
232
(void)next(s2, &ch2);
usr.bin/tr/tr.c
267
while (next(str, &ch))
usr.bin/tset/map.c
128
goto next;
usr.bin/tset/map.c
131
next: if (*arg == ':') {
usr.bin/tset/map.c
195
for (mapp = maplist; mapp; mapp = mapp->next)
usr.bin/tset/map.c
60
struct map *next; /* Linked list of maps. */
usr.bin/tset/map.c
84
mapp->next = NULL;
usr.bin/tset/map.c
88
cur->next = mapp;
usr.bin/tsort/tsort.c
302
NODE *n, *next;
usr.bin/tsort/tsort.c
312
for (cnt = 0, n = graph; n != NULL; n = next) {
usr.bin/tsort/tsort.c
313
next = n->n_next;
usr.bin/usbhidaction/usbhidaction.c
199
for (cmd = commands; cmd; cmd = cmd->next) {
usr.bin/usbhidaction/usbhidaction.c
283
cmd->next = cmds;
usr.bin/usbhidaction/usbhidaction.c
471
struct command *next;
usr.bin/usbhidaction/usbhidaction.c
474
next = cmd->next;
usr.bin/usbhidaction/usbhidaction.c
476
cmd = next;
usr.bin/usbhidaction/usbhidaction.c
60
struct command *next;
usr.bin/users/users.c
102
for (from = ehead->next; from; from = from->next)
usr.bin/users/users.c
91
nextp = &(*nextp)->next)
usr.bin/users/users.c
94
from = from->next;
usr.bin/users/users.c
95
save->next = *nextp;
usr.bin/vacation/vacation.c
139
cur->next = names;
usr.bin/vacation/vacation.c
269
cur->next = names;
usr.bin/vacation/vacation.c
418
findme: for (cur = names; !tome && cur; cur = cur->next)
usr.bin/vacation/vacation.c
537
time_t then, next;
usr.bin/vacation/vacation.c
543
next = SECSPERDAY * DAYSPERWEEK;
usr.bin/vacation/vacation.c
545
(void)memmove(&next, data.data, sizeof(next));
usr.bin/vacation/vacation.c
552
if (next == (time_t)LONG_MAX || /* XXX */
usr.bin/vacation/vacation.c
553
then + next > time(NULL))
usr.bin/vacation/vacation.c
85
struct alias *next;
usr.bin/w/w.c
108
struct entry *next;
usr.bin/w/w.c
254
nextp = &(ep->next);
usr.bin/w/w.c
286
for (ep = ehead; ep != NULL; ep = ep->next) {
usr.bin/w/w.c
310
nextp = &(ep->next);
usr.bin/w/w.c
335
for (ep = ehead; ep != NULL; ep = ep->next) {
usr.bin/w/w.c
381
nextp = &(*nextp)->next)
usr.bin/w/w.c
384
from = from->next;
usr.bin/w/w.c
385
save->next = *nextp;
usr.bin/w/w.c
397
nextp = &(*nextp)->next)
usr.bin/w/w.c
400
from = from->next;
usr.bin/w/w.c
401
save->next = *nextp;
usr.bin/w/w.c
407
for (ep = ehead; ep != NULL; ep = ep->next) {
usr.bin/wall/wall.c
127
for (; ep; ep = ep->next) {
usr.bin/wall/wall.c
135
for (wg = grouplist; wg && !ingroup; wg = wg->next) {
usr.bin/wall/wall.c
183
g->next = grouplist;
usr.bin/wall/wall.c
78
struct wallgroup *next;
usr.bin/who/utmpentry.c
167
ep = ep->next;
usr.bin/who/utmpentry.c
210
nextp = &(ep->next);
usr.bin/who/utmpentry.c
222
for (ep = ehead; ep != NULL; ep = ep->next) {
usr.bin/who/utmpentry.c
235
nextp = &(ep->next);
usr.bin/who/utmpentry.c
248
nextp = &(*nextp)->next)
usr.bin/who/utmpentry.c
251
from = from->next;
usr.bin/who/utmpentry.c
252
save->next = *nextp;
usr.bin/who/utmpentry.h
57
struct utmpentry *next;
usr.bin/who/who.c
243
for (ep = ehead; ep; ep = ep->next)
usr.bin/who/who.c
267
for (ep = ehead; ep != NULL; ep = ep->next)
usr.bin/who/who.c
374
for (ep = ehead; ep != NULL; ep = ep->next) {
usr.bin/write/write.c
135
for (; ep; ep = ep->next)
usr.bin/write/write.c
171
for (; ep; ep = ep->next)
usr.bin/xlint/common/tyname.c
77
name_tree_node *n = type_names, **next;
usr.bin/xlint/common/tyname.c
87
next = cmp < 0 ? &n->ntn_less : &n->ntn_greater;
usr.bin/xlint/common/tyname.c
88
if (*next == NULL) {
usr.bin/xlint/common/tyname.c
89
*next = new_name_tree_node(name);
usr.bin/xlint/common/tyname.c
90
return (*next)->ntn_name;
usr.bin/xlint/common/tyname.c
92
n = *next;
usr.bin/xlint/lint1/decl.c
1258
qual_ptr *next = p->p_next;
usr.bin/xlint/lint1/decl.c
1260
p = next;
usr.bin/xlint/lint1/init.c
605
brace_level *bl, *next;
usr.bin/xlint/lint1/init.c
607
for (bl = in->in_brace_level; bl != NULL; bl = next) {
usr.bin/xlint/lint1/init.c
608
next = bl->bl_enclosing;
usr.bin/xlint/lint1/lex.c
1585
const sym_t *next = sym->s_symtab_next;
usr.bin/xlint/lint1/lex.c
1586
if (next != NULL)
usr.bin/xlint/lint1/lex.c
1587
lint_assert(sym->s_block_level >= next->s_block_level);
usr.bin/xlint/lint1/lex.c
271
sym_t *next = sym->s_symtab_next;
usr.bin/xlint/lint1/lex.c
274
sym = next;
usr.bin/xlint/lint1/mem1.c
108
for (r = filename_replacements; r != NULL; r = r->next)
usr.bin/xlint/lint1/mem1.c
80
const struct filename_replacement *next;
usr.bin/xlint/lint1/mem1.c
98
r->next = filename_replacements;
usr.sbin/ac/ac.c
158
tp->next = Ttys;
usr.sbin/ac/ac.c
172
for (tp = Ttys; tp != NULL; tp = tp->next) {
usr.sbin/ac/ac.c
232
for (up = head; up; up = up->next)
usr.sbin/ac/ac.c
248
for (up = head; up != NULL; up = up->next) {
usr.sbin/ac/ac.c
263
up->next = head;
usr.sbin/ac/ac.c
345
for (lp = list; lp; lp = lp->next)
usr.sbin/ac/ac.c
366
for (lp = logins; lp != NULL; lp = lp->next) {
usr.sbin/ac/ac.c
372
for (up = users; up != NULL; up = up->next) {
usr.sbin/ac/ac.c
408
lp = lp->next;
usr.sbin/ac/ac.c
412
lp2->next = lp;
usr.sbin/ac/ac.c
416
lp = lp->next;
usr.sbin/ac/ac.c
443
lp->next = head;
usr.sbin/ac/ac.c
495
for (lp = head; lp != NULL; lp = lp->next)
usr.sbin/ac/ac.c
52
struct utmp_list *next;
usr.sbin/ac/ac.c
60
struct user_list *next;
usr.sbin/ac/ac.c
69
struct tty_list *next;
usr.sbin/acpitools/aml/aml_name.c
248
result->next = name_group_list;
usr.sbin/acpitools/aml/aml_name.c
260
name_group_list = target->next;
usr.sbin/acpitools/aml/aml_name.c
262
while (previous && previous->next != target)
usr.sbin/acpitools/aml/aml_name.c
263
previous = previous->next;
usr.sbin/acpitools/aml/aml_name.c
265
previous->next = target->next;
usr.sbin/acpitools/aml/aml_name.c
267
target->next = NULL;
usr.sbin/acpitools/aml/aml_name.c
306
struct aml_name *next;
usr.sbin/acpitools/aml/aml_name.c
309
for (; target; target = next) {
usr.sbin/acpitools/aml/aml_name.c
310
next = target->chain;
usr.sbin/acpitools/aml/aml_name.c
428
stack->next = stack_top;
usr.sbin/acpitools/aml/aml_name.c
438
stack_top = result->next;
usr.sbin/acpitools/aml/aml_name.c
439
result->next = NULL;
usr.sbin/acpitools/aml/aml_name.h
57
struct aml_name_group *next;
usr.sbin/acpitools/aml/aml_name.h
64
struct aml_local_stack *next;
usr.sbin/altq/libaltq/altq_qop.h
114
LIST_ENTRY(fltrinfo) next; /* next entry on fltrlist
usr.sbin/altq/libaltq/altq_qop.h
74
LIST_ENTRY(ifinfo) next; /* next entry on iflist */
usr.sbin/altq/libaltq/altq_qop.h
96
LIST_ENTRY(classinfo) next; /* next entry on cllist
usr.sbin/altq/libaltq/qop.c
162
LIST_FOREACH(ifinfo, &qop_iflist, next) {
usr.sbin/altq/libaltq/qop.c
177
LIST_FOREACH(ifinfo, &qop_iflist, next)
usr.sbin/altq/libaltq/qop.c
359
LIST_INSERT_HEAD(&qop_iflist, ifinfo, next);
usr.sbin/altq/libaltq/qop.c
382
LIST_REMOVE(ifinfo, next);
usr.sbin/altq/libaltq/qop.c
400
LIST_REMOVE(ifinfo, next);
usr.sbin/altq/libaltq/qop.c
452
LIST_FOREACH(clinfo, &ifinfo->cllist, next) {
usr.sbin/altq/libaltq/qop.c
468
LIST_FOREACH(clinfo, &ifinfo->cllist, next)
usr.sbin/altq/libaltq/qop.c
509
LIST_INSERT_HEAD(&ifinfo->cllist, clinfo, next);
usr.sbin/altq/libaltq/qop.c
554
LIST_REMOVE(clinfo, next);
usr.sbin/altq/libaltq/qop.c
616
LIST_INSERT_HEAD(&clinfo->fltrlist, fltrinfo, next);
usr.sbin/altq/libaltq/qop.c
644
LIST_REMOVE(fltrinfo, next);
usr.sbin/altq/libaltq/qop.c
677
LIST_FOREACH(ifinfo, &qop_iflist, next)
usr.sbin/altq/libaltq/qop.c
689
LIST_FOREACH(ifinfo, &qop_iflist, next)
usr.sbin/altq/libaltq/qop.c
701
LIST_FOREACH(clinfo, &ifinfo->cllist, next)
usr.sbin/altq/libaltq/qop.c
713
LIST_FOREACH(clinfo, &ifinfo->cllist, next)
usr.sbin/altq/libaltq/qop.c
724
LIST_FOREACH(fltrinfo, &clinfo->fltrlist, next)
usr.sbin/altq/libaltq/qop.c
765
LIST_FOREACH(clinfo, &ifinfo->cllist, next)
usr.sbin/altq/libaltq/qop.c
774
struct classinfo *next;
usr.sbin/altq/libaltq/qop.c
777
next = clinfo->child;
usr.sbin/altq/libaltq/qop.c
779
next = clinfo->sibling;
usr.sbin/altq/libaltq/qop.c
781
next = clinfo;
usr.sbin/altq/libaltq/qop.c
782
while ((next = next->parent) != NULL)
usr.sbin/altq/libaltq/qop.c
783
if (next->sibling) {
usr.sbin/altq/libaltq/qop.c
784
next = next->sibling;
usr.sbin/altq/libaltq/qop.c
788
return (next);
usr.sbin/altq/libaltq/qop_hfsc.c
726
LIST_FOREACH(clinfo, &ifinfo->cllist, next) {
usr.sbin/altq/libaltq/qop_hfsc.c
937
struct segment *s, *next;
usr.sbin/altq/libaltq/qop_hfsc.c
942
if ((next = LIST_NEXT(s, _next)) == NULL) {
usr.sbin/altq/libaltq/qop_hfsc.c
955
if (s->x == next->x) {
usr.sbin/altq/libaltq/qop_hfsc.c
960
} else if (s->m == next->m) {
usr.sbin/altq/libaltq/qop_hfsc.c
962
if (s->d != HUGE_VAL && next->d != HUGE_VAL)
usr.sbin/altq/libaltq/qop_hfsc.c
963
s->d += next->d;
usr.sbin/altq/libaltq/qop_hfsc.c
964
LIST_REMOVE(next, _next);
usr.sbin/altq/libaltq/qop_hfsc.c
965
free(next);
usr.sbin/altq/libaltq/quip_server.c
399
char *ap, *next, sub[256];
usr.sbin/altq/libaltq/quip_server.c
416
while ((next = strchr(ap + 1, '*')) != NULL) {
usr.sbin/altq/libaltq/quip_server.c
417
sublen = next - ap - 1;
usr.sbin/altq/libaltq/quip_server.c
424
ap = next;
usr.sbin/altq/libaltq/quip_server.c
456
LIST_FOREACH(ifinfo, &qop_iflist, next) {
usr.sbin/altq/libaltq/quip_server.c
484
LIST_FOREACH(fltrinfo, &clinfo->fltrlist, next) {
usr.sbin/arp/arp.c
440
char *lim, *buf, *next;
usr.sbin/arp/arp.c
464
for (next = buf; next < lim; next += rtm->rtm_msglen) {
usr.sbin/arp/arp.c
465
rtm = (struct rt_msghdr *)(void *)next;
usr.sbin/arp/arp.c
564
char *lim, *buf, *next;
usr.sbin/arp/arp.c
599
for (next = buf; next < lim; next += rtm->rtm_msglen) {
usr.sbin/arp/arp.c
601
rtm = (struct rt_msghdr *)(void *)next;
usr.sbin/autofs/popen.c
130
SLIST_FOREACH(p, &pidlist, next)
usr.sbin/autofs/popen.c
146
SLIST_INSERT_HEAD(&pidlist, cur, next);
usr.sbin/autofs/popen.c
161
SLIST_FOREACH(cur, &pidlist, next) {
usr.sbin/autofs/popen.c
170
SLIST_REMOVE_HEAD(&pidlist, next);
usr.sbin/autofs/popen.c
172
SLIST_REMOVE_AFTER(last, next);
usr.sbin/autofs/popen.c
65
SLIST_ENTRY(pid) next;
usr.sbin/bootp/common/hash.c
108
nextbucket = bucketptr->next;
usr.sbin/bootp/common/hash.c
191
memberptr = memberptr->next;
usr.sbin/bootp/common/hash.c
223
temp->next = (hashtable->table)[hashcode];
usr.sbin/bootp/common/hash.c
254
(hashtable->table)[hashcode] = memberptr->next;
usr.sbin/bootp/common/hash.c
258
memberptr->next = NULL;
usr.sbin/bootp/common/hash.c
269
memberptr = memberptr->next;
usr.sbin/bootp/common/hash.c
274
previous->next = memberptr = memberptr->next;
usr.sbin/bootp/common/hash.c
278
tempptr->next = NULL;
usr.sbin/bootp/common/hash.c
283
memberptr = memberptr->next;
usr.sbin/bootp/common/hash.c
309
memberptr = memberptr->next;
usr.sbin/bootp/common/hash.c
331
hashtable->member = memberptr->next; /* Set up for next call */
usr.sbin/bootp/common/hash.c
362
hashtable->member = memberptr->next; /* Set up for next call */
usr.sbin/bootp/common/hash.h
105
hash_member *next;
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1101
seq.next = buf;
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1111
ssp.next = seq.next;
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1115
ssp.end = seq.next;
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1122
ail.next = seq.next;
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1124
ail.end = seq.next;
usr.sbin/btdevctl/sdp.c
139
ssp.next = buf;
usr.sbin/btdevctl/sdp.c
145
ssp.end = ssp.next;
usr.sbin/btdevctl/sdp.c
146
ssp.next = buf;
usr.sbin/btdevctl/sdp.c
304
hid_descriptor = value.next;
usr.sbin/btdevctl/sdp.c
305
hid_length = value.end - value.next;
usr.sbin/btdevctl/sdp.c
446
value->next = (uint8_t *)str;
usr.sbin/bthcid/client.c
178
LIST_INSERT_HEAD(&client_list, cl, next);
usr.sbin/bthcid/client.c
198
LIST_REMOVE(cl, next);
usr.sbin/bthcid/client.c
207
LIST_FOREACH(item, &item_list, next) {
usr.sbin/bthcid/client.c
220
LIST_REMOVE(item, next);
usr.sbin/bthcid/client.c
237
LIST_INSERT_HEAD(&item_list, item, next);
usr.sbin/bthcid/client.c
250
LIST_REMOVE(item, next);
usr.sbin/bthcid/client.c
270
LIST_FOREACH(cl, &client_list, next) {
usr.sbin/bthcid/client.c
304
LIST_INSERT_HEAD(&item_list, item, next);
usr.sbin/bthcid/client.c
315
LIST_REMOVE(item, next);
usr.sbin/bthcid/client.c
327
LIST_FOREACH(item, &item_list, next) {
usr.sbin/bthcid/client.c
341
LIST_REMOVE(item, next);
usr.sbin/bthcid/client.c
58
LIST_ENTRY(client) next;
usr.sbin/bthcid/client.c
71
LIST_ENTRY(item) next;
usr.sbin/btpand/bnep.c
218
STAILQ_INSERT_TAIL(&pkt->extlist, eh, next);
usr.sbin/btpand/bnep.c
696
STAILQ_FOREACH(eh, &pkt->extlist, next) {
usr.sbin/btpand/btpand.h
125
STAILQ_ENTRY(exthdr) next;
usr.sbin/btpand/btpand.h
132
STAILQ_ENTRY(pkthdr) next;
usr.sbin/btpand/btpand.h
95
LIST_ENTRY(channel) next;
usr.sbin/btpand/channel.c
129
STAILQ_REMOVE_HEAD(&chan->pktlist, next);
usr.sbin/btpand/channel.c
147
LIST_REMOVE(chan, next);
usr.sbin/btpand/channel.c
174
STAILQ_REMOVE_HEAD(&chan->pktlist, next);
usr.sbin/btpand/channel.c
229
LIST_FOREACH(chan, &channel_list, next) {
usr.sbin/btpand/channel.c
245
LIST_FOREACH(chan, &channel_list, next) {
usr.sbin/btpand/channel.c
269
STAILQ_INSERT_TAIL(&chan->pktlist, ph, next);
usr.sbin/btpand/channel.c
299
channel_t *chan, *next;
usr.sbin/btpand/channel.c
305
next = LIST_FIRST(&channel_list);
usr.sbin/btpand/channel.c
306
while ((chan = next) != NULL) {
usr.sbin/btpand/channel.c
307
next = LIST_NEXT(chan, next);
usr.sbin/btpand/channel.c
66
LIST_INSERT_HEAD(&channel_list, chan, next);
usr.sbin/btpand/client.c
194
seq.next = buf;
usr.sbin/btpand/client.c
204
ssp.next = seq.next;
usr.sbin/btpand/client.c
208
ssp.end = seq.next;
usr.sbin/btpand/client.c
215
ail.next = seq.next;
usr.sbin/btpand/client.c
217
ail.end = seq.next;
usr.sbin/btpand/packet.c
63
STAILQ_REMOVE_HEAD(&pkt->extlist, next);
usr.sbin/btpand/server.c
307
buf.next = data;
usr.sbin/btpand/server.c
380
server_record.next = data;
usr.sbin/btpand/server.c
381
server_record.end = buf.next;
usr.sbin/dumplfs/dumplfs.c
331
for (; seglist != NULL; seglist = seglist->next) {
usr.sbin/dumplfs/dumplfs.c
536
for (slp = seglist; slp != NULL; slp = slp->next)
usr.sbin/dumplfs/dumplfs.c
83
SEGLIST *next;
usr.sbin/dumplfs/dumplfs.c
945
p->next = seglist;
usr.sbin/edquota/edquota.c
100
struct quotause *next;
usr.sbin/edquota/edquota.c
1067
for (qup = qlist->head; qup; qup = qup->next) {
usr.sbin/edquota/edquota.c
1089
for (qup = qlist->head; qup; qup = qup->next) {
usr.sbin/edquota/edquota.c
1128
for (qup = protoprivs->head; qup; qup = qup->next) {
usr.sbin/edquota/edquota.c
1200
for (lqup = curprivs->head; lqup; lqup = lqup->next) {
usr.sbin/edquota/edquota.c
217
qup->next = NULL;
usr.sbin/edquota/edquota.c
271
nextqup = qup->next;
usr.sbin/edquota/edquota.c
290
assert(qup->next == NULL);
usr.sbin/edquota/edquota.c
295
qlist->tail->next = qup;
usr.sbin/edquota/edquota.c
618
for (qup = qlist->head; qup; qup = qup->next) {
usr.sbin/edquota/edquota.c
793
for (qup = qlist->head; qup; qup = qup->next) {
usr.sbin/faithd/faithd.c
620
for (p = myaddrs; p; p = p->next) {
usr.sbin/faithd/faithd.c
776
p->next = myaddrs;
usr.sbin/faithd/faithd.c
804
q = p->next;
usr.sbin/faithd/faithd.c
83
struct myaddrs *next;
usr.sbin/faithd/prefix.c
278
sentinel.next = NULL;
usr.sbin/faithd/prefix.c
282
p->next = conf;
usr.sbin/faithd/prefix.c
283
p = p->next;
usr.sbin/faithd/prefix.c
286
config_list = sentinel.next;
usr.sbin/faithd/prefix.c
317
for (conf = config_list; conf; conf = conf->next)
usr.sbin/faithd/prefix.c
340
for (p = config_list; p; p = p->next)
usr.sbin/faithd/prefix.h
39
struct config *next;
usr.sbin/fwctl/fwdv.c
191
goto next;
usr.sbin/fwctl/fwdv.c
249
next:
usr.sbin/fwctl/fwdv.c
357
next:
usr.sbin/fwctl/fwdv.c
415
goto next;
usr.sbin/fwctl/fwmpegts.c
218
goto next;
usr.sbin/fwctl/fwmpegts.c
251
next:
usr.sbin/gspa/gspa/gsp_act.c
101
o->next = NULL;
usr.sbin/gspa/gspa/gsp_act.c
115
o->next = NULL;
usr.sbin/gspa/gspa/gsp_act.c
129
o->next = NULL;
usr.sbin/gspa/gspa/gsp_act.c
47
oq = op->next;
usr.sbin/gspa/gspa/gsp_act.c
60
for( p = first; p->next != NULL; p = p->next )
usr.sbin/gspa/gspa/gsp_act.c
62
p->next = last;
usr.sbin/gspa/gspa/gsp_act.c
75
o->next = NULL;
usr.sbin/gspa/gspa/gsp_act.c
88
o->next = NULL;
usr.sbin/gspa/gspa/gsp_ass.h
49
struct symbol *next;
usr.sbin/gspa/gspa/gsp_ass.h
65
struct numlab *next;
usr.sbin/gspa/gspa/gsp_ass.h
99
struct operand *next;
usr.sbin/gspa/gspa/gsp_inst.c
296
for( op = operands; op != NULL; op = op->next ){
usr.sbin/gspa/gspa/gsp_inst.c
455
op1 = ops->next;
usr.sbin/gspa/gspa/gsp_inst.c
490
&& spec[2] != 0 && op1->next->next == NULL )
usr.sbin/gspa/gspa/gsp_inst.c
676
for( ; op1 != NULL; op1 = op1->next ){
usr.sbin/gspa/gspa/gsp_inst.c
689
if( op1->next != NULL )
usr.sbin/gspa/gspa/gsp_out.c
188
p->next = NULL;
usr.sbin/gspa/gspa/gsp_out.c
192
error_last->next = p;
usr.sbin/gspa/gspa/gsp_out.c
204
q = p->next;
usr.sbin/gspa/gspa/gsp_out.c
63
struct error *next;
usr.sbin/gspa/gspa/gsp_pseu.c
150
else if( ops->next != NULL )
usr.sbin/gspa/gspa/gsp_pseu.c
85
for( o = ops; o != NULL; o = o->next ){
usr.sbin/gspa/gspa/gsp_sym.c
148
nl->next = NULL;
usr.sbin/gspa/gspa/gsp_sym.c
152
bp->nlab->next = nl;
usr.sbin/gspa/gspa/gsp_sym.c
162
nl = nl->next;
usr.sbin/gspa/gspa/gsp_sym.c
189
for( p = symbol_hash[h]; p != NULL; p = p->next ) {
usr.sbin/gspa/gspa/gsp_sym.c
58
for( pp = &symbol_hash[h]; (p = *pp) != NULL; pp = &p->next )
usr.sbin/gspa/gspa/gsp_sym.c
72
ptr->next = p;
usr.sbin/gspa/gspa/gspa.c
222
p->next = pending_input;
usr.sbin/gspa/gspa/gspa.c
242
pending_input = p->next;
usr.sbin/gspa/gspa/gspa.c
75
struct input *next;
usr.sbin/hdaudioctl/graph.c
157
goto next;
usr.sbin/hdaudioctl/graph.c
166
next:
usr.sbin/ifwatchd/ifwatchd.c
447
SLIST_INSERT_HEAD(&ifs, p, next);
usr.sbin/ifwatchd/ifwatchd.c
467
SLIST_FOREACH(p, &ifs, next)
usr.sbin/ifwatchd/ifwatchd.c
527
SLIST_FOREACH(p, &ifs, next) {
usr.sbin/ifwatchd/ifwatchd.c
543
SLIST_REMOVE_HEAD(&ifs, next);
usr.sbin/ifwatchd/ifwatchd.c
554
SLIST_FOREACH(p, &ifs, next)
usr.sbin/ifwatchd/ifwatchd.c
577
SLIST_FOREACH(ifd, &ifs, next) {
usr.sbin/ifwatchd/ifwatchd.c
590
SLIST_FOREACH(ifd, &ifs, next) {
usr.sbin/ifwatchd/ifwatchd.c
96
SLIST_ENTRY(interface_data) next;
usr.sbin/inetd/parse.c
1203
struct file_list *next;
usr.sbin/inetd/parse.c
1225
new_file.next = file_list_head;
usr.sbin/inetd/parse.c
1234
file_list_head = new_file.next;
usr.sbin/inetd/parse.c
1355
for (cur = file_list_head; cur != NULL; cur = cur->next) {
usr.sbin/intrctl/intrctl_io.c
110
struct intrio_list_line *next;
usr.sbin/intrctl/intrctl_io.c
114
next = (struct intrio_list_line *)((char *)list + list->il_lineoffset);
usr.sbin/intrctl/intrctl_io.c
115
if ((char *)next >= buf_end)
usr.sbin/intrctl/intrctl_io.c
118
return next;
usr.sbin/intrctl/intrctl_io.c
125
struct intrio_list_line *next;
usr.sbin/intrctl/intrctl_io.c
133
next = (struct intrio_list_line *)((char *)cur + line_size);
usr.sbin/intrctl/intrctl_io.c
134
if ((char *)next >= buf_end)
usr.sbin/intrctl/intrctl_io.c
137
return next;
usr.sbin/isibootd/isibootd.c
282
for (cp = activelist; cp; cp = cp->next) {
usr.sbin/isibootd/isibootd.c
289
freelist = cp->next;
usr.sbin/isibootd/isibootd.c
290
cp->next = activelist;
usr.sbin/isibootd/isibootd.c
306
activelist = cp->next;
usr.sbin/isibootd/isibootd.c
309
if (cpp->next == cp)
usr.sbin/isibootd/isibootd.c
311
} while (NULL != (cpp = cpp->next)); /* should never happen */
usr.sbin/isibootd/isibootd.c
312
cpp->next = cp->next;
usr.sbin/isibootd/isibootd.c
314
cp->next = freelist;
usr.sbin/isibootd/isibootd.c
334
cp->next = cp + 1;
usr.sbin/isibootd/isibootd.c
88
struct session *next;
usr.sbin/lastlogin/lastlogin.c
285
o.next = NULL;
usr.sbin/lastlogin/lastlogin.c
413
o.next = NULL;
usr.sbin/lastlogin/lastlogin.c
436
out->next = NULL;
usr.sbin/lastlogin/lastlogin.c
439
outstack_p = outstack_p->next = out;
usr.sbin/lastlogin/lastlogin.c
451
for (o = stack; o; o = o->next) {
usr.sbin/lastlogin/lastlogin.c
458
for (o = stack; o; o = o->next) {
usr.sbin/lastlogin/lastlogin.c
465
for (o = stack; o; o = o->next) {
usr.sbin/lastlogin/lastlogin.c
477
for (o = stack; o; o = o->next)
usr.sbin/lastlogin/lastlogin.c
490
for (num=0, tmpo = o; tmpo; tmpo = tmpo->next, num++)
usr.sbin/lastlogin/lastlogin.c
496
for (i=0, tmpo = o; i < num; tmpo=tmpo->next, i++)
usr.sbin/lastlogin/lastlogin.c
89
struct output *next;
usr.sbin/ldpd/ldp_command.c
312
command_match(struct com_func *cf, int s, char *orig, char *next)
usr.sbin/ldpd/ldp_command.c
345
if (cf[last_match].func(s, next) != 0)
usr.sbin/ldpd/mpls_routes.c
827
char *buf, *next, *lim;
usr.sbin/ldpd/mpls_routes.c
851
for (next = buf; next < lim; next += rlen) {
usr.sbin/ldpd/mpls_routes.c
852
rtmes = (struct rt_msghdr *) next;
usr.sbin/ldpd/mpls_routes.c
940
char *buf, *next, *lim;
usr.sbin/ldpd/mpls_routes.c
964
for (next = buf; next < lim; next += rlen) {
usr.sbin/ldpd/mpls_routes.c
965
rtm = (struct rt_msghdr *) next;
usr.sbin/makefs/cd9660.c
1020
cd9660node *iter, *next, *prev;
usr.sbin/makefs/cd9660.c
1029
iter != NULL && (next = TAILQ_NEXT(iter, cn_next_child)) != NULL;) {
usr.sbin/makefs/cd9660.c
1031
next->isoDirRecord->name) != 0) {
usr.sbin/makefs/cd9660.c
1044
if ((next = TAILQ_NEXT(end_of_range, cn_next_child)) != NULL)
usr.sbin/makefs/cd9660.c
1045
end_of_range = next;
usr.sbin/makefs/cd9660.c
1218
cd9660node *cn, *next;
usr.sbin/makefs/cd9660.c
1222
if ((next = TAILQ_NEXT(cn, cn_next_child)) == NULL)
usr.sbin/makefs/cd9660.c
1224
else if (strcmp(next->isoDirRecord->name,
usr.sbin/makefs/cd9660.c
1227
TAILQ_REMOVE(&node->cn_children, next, cn_next_child);
usr.sbin/makefs/cd9660.c
1228
TAILQ_INSERT_BEFORE(cn, next, cn_next_child);
usr.sbin/makefs/cd9660.c
1238
cd9660node *iter, *next;
usr.sbin/makefs/cd9660.c
1241
(next = TAILQ_NEXT(iter, cn_next_child)) != NULL;
usr.sbin/makefs/cd9660.c
1242
iter = next) {
usr.sbin/makefs/cd9660.c
1244
next->isoDirRecord->name) == 0)
usr.sbin/makefs/cd9660.c
1250
if ((next = TAILQ_NEXT(iter, cn_next_child)) != NULL) {
usr.sbin/makefs/cd9660.c
1253
next->isoDirRecord->name);
usr.sbin/makefs/cd9660.c
1256
return cd9660_recurse_on_collision(next, count);
usr.sbin/makefs/cd9660.c
1381
root = root->next;
usr.sbin/makefs/cd9660.c
1479
if (iterator->next != 0) {
usr.sbin/makefs/cd9660.c
1485
iterator = iterator->next;
usr.sbin/makefs/cd9660.c
793
temp->next = t;
usr.sbin/makefs/cd9660.c
805
temp->next = t;
usr.sbin/makefs/cd9660.c
807
t->next = 0;
usr.sbin/makefs/cd9660.h
230
struct _volume_descriptor *next;
usr.sbin/makefs/cd9660/cd9660_debug.c
182
tmp = tmp->next;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
366
*valid_entry, *default_entry, *temp, *head, **headp, *next;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
503
while ((next = LIST_NEXT(head, ll_struct)) != NULL &&
usr.sbin/makefs/cd9660/cd9660_eltorito.c
504
next->entry_type == ET_ENTRY_SE)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
505
head = next;
usr.sbin/makefs/cd9660/cd9660_eltorito.c
512
LIST_FOREACH(next, &diskStructure->boot_entries, ll_struct) {
usr.sbin/makefs/cd9660/cd9660_eltorito.c
513
if (next->entry_type == ET_ENTRY_SH)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
514
head = next;
usr.sbin/makefs/cd9660/cd9660_write.c
151
vd_temp = vd_temp->next;
usr.sbin/makefs/chfs.c
185
for (cur = root->next; cur != NULL; cur = cur->next) {
usr.sbin/makefs/chfs.c
207
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/ffs.c
621
for (node = root; node != NULL; node = node->next) {
usr.sbin/makefs/ffs.c
782
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/ffs.c
816
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/ffs.c
859
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/makefs.h
111
struct _fsnode *next; /* next */
usr.sbin/makefs/msdos.c
228
for (cur = root->next; cur != NULL; cur = cur->next) {
usr.sbin/makefs/udf.c
716
for (cur = root, nentries = 0; cur != NULL; cur = cur->next) {
usr.sbin/makefs/udf.c
751
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/udf.c
918
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/v7fs/v7fs_estimate.c
135
for (cur = root, nentries = 0; cur != NULL; cur = cur->next,
usr.sbin/makefs/v7fs/v7fs_populate.c
204
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/walk.c
103
for (fsnode *tmp = first; tmp; tmp = tmp->next)
usr.sbin/makefs/walk.c
109
list[i]->next = list[i + 1];
usr.sbin/makefs/walk.c
110
list[num - 1]->next = NULL;
usr.sbin/makefs/walk.c
115
for (fsnode *tmp = first; tmp; tmp = tmp->next)
usr.sbin/makefs/walk.c
134
cur = join->next;
usr.sbin/makefs/walk.c
142
cur = cur->next;
usr.sbin/makefs/walk.c
174
if (cur == join->next)
usr.sbin/makefs/walk.c
175
join->next = cur->next;
usr.sbin/makefs/walk.c
178
for (p = join->next;
usr.sbin/makefs/walk.c
179
p->next != cur; p = p->next)
usr.sbin/makefs/walk.c
181
p->next = cur->next;
usr.sbin/makefs/walk.c
221
while (cur->next != NULL)
usr.sbin/makefs/walk.c
222
cur = cur->next;
usr.sbin/makefs/walk.c
285
while (p->next != NULL)
usr.sbin/makefs/walk.c
286
p = p->next;
usr.sbin/makefs/walk.c
299
cur->next = first;
usr.sbin/makefs/walk.c
306
prev->next = cur;
usr.sbin/makefs/walk.c
345
for (cur = first->next; cur != NULL; cur = cur->next)
usr.sbin/makefs/walk.c
392
fsnode *cur, *next;
usr.sbin/makefs/walk.c
407
for (cur = node->first; cur->next; cur = cur->next) {
usr.sbin/makefs/walk.c
408
if (cur->next == node) {
usr.sbin/makefs/walk.c
409
cur->next = node->next;
usr.sbin/makefs/walk.c
410
node->next = NULL;
usr.sbin/makefs/walk.c
416
for (cur = node; cur != NULL; cur = next) {
usr.sbin/makefs/walk.c
417
next = cur->next;
usr.sbin/makefs/walk.c
505
fsnode *next;
usr.sbin/makefs/walk.c
507
for (curfsnode = dirnode->next; curfsnode != NULL; curfsnode = next) {
usr.sbin/makefs/walk.c
508
next = curfsnode->next;
usr.sbin/makefs/walk.c
510
curnode = curnode->next) {
usr.sbin/makefs/walk.c
532
curnode = curnode->next) {
usr.sbin/makefs/walk.c
535
for (curfsnode = dirnode->next; curfsnode != NULL;
usr.sbin/makefs/walk.c
536
curfsnode = curfsnode->next) {
usr.sbin/makefs/walk.c
592
curfsnode->next = dirnode->next;
usr.sbin/makefs/walk.c
593
dirnode->next = curfsnode;
usr.sbin/makefs/walk.c
711
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/makefs/walk.c
96
for (fsnode *tmp = first; tmp; tmp = tmp->next, num++) {
usr.sbin/makemandb/apropos.c
334
const char *sep, *next;
usr.sbin/makemandb/apropos.c
338
for (; query[0] != '\0'; query = next) {
usr.sbin/makemandb/apropos.c
342
next = query + len;
usr.sbin/makemandb/apropos.c
345
next = sep + 1;
usr.sbin/makemandb/makemandb.c
1101
mdoc_parse_Sh(n->next, rec);
usr.sbin/makemandb/makemandb.c
1180
proff_node(n->next, rec, roff, func);
usr.sbin/makemandb/makemandb.c
1203
if(n->next)
usr.sbin/makemandb/makemandb.c
1204
pman_parse_name(n->next, rec);
usr.sbin/makemandb/makemandb.c
1359
head->next != NULL && head->next->type == ROFFT_TEXT &&
usr.sbin/makemandb/makemandb.c
1360
(strcmp(head->next->string, "VALUE") == 0 ||
usr.sbin/makemandb/makemandb.c
1361
strcmp(head->next->string, "VALUES") == 0)) {
usr.sbin/makemandb/makemandb.c
1371
head->next != NULL && head->next->type == ROFFT_TEXT &&
usr.sbin/makemandb/makemandb.c
1372
strcmp(head->next->string, "STATUS") == 0) {
usr.sbin/makemandb/makemandb.c
1396
pman_parse_node(n->next, s);
usr.sbin/makemandb/makemandb.c
714
struct sql_row *next;
usr.sbin/makemandb/makemandb.c
751
row->next = rows;
usr.sbin/makemandb/makemandb.c
761
rows = rows->next;
usr.sbin/makemandb/makemandb.c
940
for (n = n->child; n; n = n->next) {
usr.sbin/makemandb/makemandb.c
987
while (n->type != ROFFT_TEXT && n->next)
usr.sbin/makemandb/makemandb.c
988
n = n->next;
usr.sbin/makemandb/makemandb.c
993
if (n->next)
usr.sbin/makemandb/makemandb.c
994
n = n->next;
usr.sbin/makemandb/makemandb.c
996
while (n->type != ROFFT_TEXT && n->next)
usr.sbin/makemandb/makemandb.c
997
n = n->next;
usr.sbin/map-mbone/mapper.c
133
for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
usr.sbin/map-mbone/mapper.c
139
ifc->next = node->u.interfaces;
usr.sbin/map-mbone/mapper.c
151
for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
usr.sbin/map-mbone/mapper.c
154
for (nb = ifc->neighbors; nb; nb = nb->next)
usr.sbin/map-mbone/mapper.c
356
next_nb_i = nb_i->next;
usr.sbin/map-mbone/mapper.c
357
for (nb_n = old_neighbors; nb_n; nb_n = nb_n->next)
usr.sbin/map-mbone/mapper.c
370
nb_i->next = ifc_n->neighbors;
usr.sbin/map-mbone/mapper.c
375
next_ifc_i = ifc_i->next;
usr.sbin/map-mbone/mapper.c
402
for (nb = old_neighbors; nb; nb = nb->next)
usr.sbin/map-mbone/mapper.c
413
nb->next = ifc->neighbors;
usr.sbin/map-mbone/mapper.c
497
next_nb_i = nb_i->next;
usr.sbin/map-mbone/mapper.c
498
for (nb_n = old_neighbors; nb_n; nb_n = nb_n->next)
usr.sbin/map-mbone/mapper.c
511
nb_i->next = ifc_n->neighbors;
usr.sbin/map-mbone/mapper.c
516
next_ifc_i = ifc_i->next;
usr.sbin/map-mbone/mapper.c
54
struct neighbor *next;
usr.sbin/map-mbone/mapper.c
546
for (nb = old_neighbors; nb; nb = nb->next)
usr.sbin/map-mbone/mapper.c
557
nb->next = ifc->neighbors;
usr.sbin/map-mbone/mapper.c
63
struct interface *next;
usr.sbin/map-mbone/mapper.c
640
for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
usr.sbin/map-mbone/mapper.c
647
for (nb = ifc->neighbors; nb; nb = nb->next) {
usr.sbin/map-mbone/mapper.c
706
for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
usr.sbin/map-mbone/mapper.c
707
for (nb = ifc->neighbors; nb; nb = nb->next) {
usr.sbin/map-mbone/mapper.c
743
for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
usr.sbin/map-mbone/mapper.c
746
for (nb = ifc->neighbors; nb; nb = nb->next) {
usr.sbin/mopd/common/common.h
61
struct if_info *next; /* Next Interface */
usr.sbin/mopd/common/device.c
114
p->next = iflist;
usr.sbin/mopd/common/device.c
174
for (p = iflist; p; p = p->next) {
usr.sbin/mopd/common/loop-bsd.c
121
for (ii = iflist, n = 0; ii; ii = ii->next, n++)
usr.sbin/mopd/common/loop-bsd.c
124
for (ii = iflist, m = 0; ii; ii = ii->next, m++) {
usr.sbin/mopd/common/loop-bsd.c
132
for (ii = iflist, m = 0; ii; ii = ii->next, m++) {
usr.sbin/mopd/common/loop-linux2.c
119
for (ii = iflist; ii; ii = ii->next) {
usr.sbin/mopd/common/loop-linux2.c
133
for (ii = iflist; ii; ii = ii->next) {
usr.sbin/mopd/mopchk/mopchk.c
99
for (ii = iflist; ii; ii = ii->next)
usr.sbin/mrouted/callout.c
110
node->next = 0;
usr.sbin/mrouted/callout.c
127
node->next = ptr;
usr.sbin/mrouted/callout.c
131
prev->next = node;
usr.sbin/mrouted/callout.c
141
ptr = ptr->next;
usr.sbin/mrouted/callout.c
144
prev->next = node;
usr.sbin/mrouted/callout.c
179
Q = Q->next;
usr.sbin/mrouted/callout.c
181
prev->next = ptr->next;
usr.sbin/mrouted/callout.c
184
if (ptr->next != 0)
usr.sbin/mrouted/callout.c
185
(ptr->next)->time += ptr->time;
usr.sbin/mrouted/callout.c
194
ptr = ptr->next;
usr.sbin/mrouted/callout.c
209
for(ptr = Q; ptr; ptr = ptr->next)
usr.sbin/mrouted/callout.c
21
struct timeout_q *next; /* next event */
usr.sbin/mrouted/callout.c
220
for (ptr = Q; ptr && ptr->id != timer_id; ptr = ptr->next)
usr.sbin/mrouted/callout.c
60
Q = Q->next;
usr.sbin/mrouted/rsrr.c
422
*rcnp = rc->next;
usr.sbin/mrouted/rsrr.c
433
rcnp = &rc->next;
usr.sbin/mrouted/rsrr.c
448
rc->next = gt->gt_rsrr_cache;
usr.sbin/mrouted/rsrr.c
474
*rcnp = rc->next;
usr.sbin/mrouted/rsrr.c
477
rcnp = &rc->next;
usr.sbin/mrouted/rsrr.c
493
rc_next = rc->next;
usr.sbin/mrouted/rsrr_var.h
45
struct rsrr_cache *next; /* next cache item */
usr.sbin/mtrace/mtrace.c
802
u_int32_t next = r->tr_rmtaddr;
usr.sbin/mtrace/mtrace.c
804
retval = send_recv(next, IGMP_DVMRP, DVMRP_ASK_NEIGHBORS2, 1, &incr[0]);
usr.sbin/mtrace/mtrace.c
805
print_host(next);
usr.sbin/mtree/mtree.h
44
struct _node *prev, *next; /* left, right */
usr.sbin/mtree/only.c
101
e->next = table[h];
usr.sbin/mtree/only.c
59
struct hentry *next;
usr.sbin/mtree/only.c
82
for (e = table[*h]; e; e = e->next)
usr.sbin/mtree/spec.c
113
char *p, *e, *next;
usr.sbin/mtree/spec.c
140
next = buf;
usr.sbin/mtree/spec.c
141
while ((p = strsep(&next, " \t")) != NULL && *p == '\0')
usr.sbin/mtree/spec.c
148
set(next, &ginfo);
usr.sbin/mtree/spec.c
150
unset(next, &ginfo);
usr.sbin/mtree/spec.c
192
cur = cur->next;
usr.sbin/mtree/spec.c
215
set(next, centry);
usr.sbin/mtree/spec.c
271
NODE *cur, *next;
usr.sbin/mtree/spec.c
276
next = NULL;
usr.sbin/mtree/spec.c
277
for (cur = root; cur != NULL; cur = next) {
usr.sbin/mtree/spec.c
278
next = cur->next;
usr.sbin/mtree/spec.c
328
for (cur = root; cur != NULL; cur = cur->next) {
usr.sbin/mtree/spec.c
752
for (; cur != NULL; last = cur, cur = cur->next) {
usr.sbin/mtree/spec.c
807
centry->prev->next = centry->next;
usr.sbin/mtree/spec.c
810
pathparent->child = centry->next;
usr.sbin/mtree/spec.c
811
assert(centry->next != NULL);
usr.sbin/mtree/spec.c
813
if (centry->next)
usr.sbin/mtree/spec.c
814
centry->next->prev = centry->prev;
usr.sbin/mtree/spec.c
816
centry->next = NULL;
usr.sbin/mtree/spec.c
822
centry->next = pathparent->child;
usr.sbin/mtree/spec.c
827
centry->next = insertpos->next;
usr.sbin/mtree/spec.c
828
insertpos->next = centry;
usr.sbin/mtree/spec.c
830
if (centry->next)
usr.sbin/mtree/spec.c
831
centry->next->prev = centry;
usr.sbin/mtree/specspec.c
212
n1 = c1->next;
usr.sbin/mtree/specspec.c
214
n2 = c2->next;
usr.sbin/mtree/verify.c
126
for (ep = level; ep; ep = ep->next)
usr.sbin/mtree/verify.c
186
for (; p; p = p->next) {
usr.sbin/ndp/ndp.c
461
char *lim, *buf, *next;
usr.sbin/ndp/ndp.c
503
for (next = buf; next && next < lim; next += rtm->rtm_msglen) {
usr.sbin/ndp/ndp.c
506
rtm = (struct rt_msghdr *)(void *)next;
usr.sbin/npf/npfctl/npf_extmod.c
109
extmod = extmod->next;
usr.sbin/npf/npfctl/npf_extmod.c
50
struct npf_extmod * next;
usr.sbin/npf/npfctl/npf_extmod.c
94
ext->next = npf_extmod_list;
usr.sbin/pstat/pstat.c
638
struct mtab *next;
usr.sbin/pstat/pstat.c
645
for (mt = mhead; mt != NULL; mt = mt->next)
usr.sbin/pstat/pstat.c
653
mt->next = mhead;
usr.sbin/quotacheck/quotacheck.c
706
uint32_t next, offset;
usr.sbin/quotacheck/quotacheck.c
708
next = highid[type] + 1;
usr.sbin/quotacheck/quotacheck.c
718
if (fup->fu_id > id && fup->fu_id < next)
usr.sbin/quotacheck/quotacheck.c
719
next = fup->fu_id;
usr.sbin/quotacheck/quotacheck.c
723
return next;
usr.sbin/rbootd/defs.h
110
struct client_s *next; /* ptr to next */
usr.sbin/rbootd/defs.h
121
struct rmpconn_s *next; /* ptr to next */
usr.sbin/rbootd/parseconf.c
208
client->next = Clients;
usr.sbin/rbootd/rbootd.c
282
for (rtmp = RmpConns; rtmp != NULL; rtmp = rtmp->next)
usr.sbin/rbootd/rbootd.c
312
for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next)
usr.sbin/rbootd/utils.c
311
Clients = Clients->next;
usr.sbin/rbootd/utils.c
384
rtmp->next = NULL;
usr.sbin/rbootd/utils.c
443
RmpConns = RmpConns->next;
usr.sbin/rbootd/utils.c
472
rconn->next = RmpConns;
usr.sbin/rbootd/utils.c
500
for (rtmp = RmpConns; rtmp != NULL; rtmp = rtmp->next)
usr.sbin/rbootd/utils.c
530
RmpConns = RmpConns->next;
usr.sbin/rbootd/utils.c
534
thisrconn = lastrconn->next; /* set current ptr */
usr.sbin/rbootd/utils.c
537
lastrconn->next = thisrconn->next;
usr.sbin/rbootd/utils.c
542
thisrconn = thisrconn->next;
usr.sbin/route6d/route6d.c
1960
goto next;
usr.sbin/route6d/route6d.c
1993
next:
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
470
struct mapreq_arg_item * make_mapreq_entry(mapreq t, int i, char *n, struct mapreq_arg_item *next)
usr.sbin/rpc.pcnfsd/pcnfsd_test.c
481
x->mapreq_next = next;
usr.sbin/rpc.statd/stat_proc.c
138
lp->next = hp->monList;
usr.sbin/rpc.statd/stat_proc.c
160
MonList *lp, *next;
usr.sbin/rpc.statd/stat_proc.c
171
next = lp->next;
usr.sbin/rpc.statd/stat_proc.c
173
last->next = next;
usr.sbin/rpc.statd/stat_proc.c
175
hp->monList = next;
usr.sbin/rpc.statd/stat_proc.c
177
lp = next;
usr.sbin/rpc.statd/stat_proc.c
181
lp = lp->next;
usr.sbin/rpc.statd/stat_proc.c
352
lp = lp->next;
usr.sbin/rpc.statd/statd.h
64
struct MonList_s *next; /* Next in list or NULL */
usr.sbin/rpcbind/check_bound.c
136
fdl->next = NULL;
usr.sbin/rpcbind/check_bound.c
141
fdtail->next = fdl;
usr.sbin/rpcbind/check_bound.c
155
for (fdl = fdhead; fdl; fdl = fdl->next)
usr.sbin/rpcbind/check_bound.c
174
for (fdl = fdhead; fdl; fdl = fdl->next)
usr.sbin/rpcbind/check_bound.c
241
for (fdl = fdhead; fdl; fdl = fdl->next)
usr.sbin/rpcbind/check_bound.c
71
struct fdlist *next;
usr.sbin/rpcbind/rpcb_stat.c
111
for (al = inf[rtype].addrinfo; al; al = al->next) {
usr.sbin/rpcbind/rpcb_stat.c
142
al->next = inf[rtype].addrinfo;
usr.sbin/rpcbind/rpcb_stat.c
155
for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) {
usr.sbin/rpcbind/rpcb_stat.c
194
rl->next = inf[rtype].rmtinfo;
usr.sbin/rpcbind/rpcb_svc_com.c
531
rmt->next = NULL;
usr.sbin/rpcbind/rpcb_svc_com.c
536
rmttail->next = rmt;
usr.sbin/rpcbind/rpcb_svc_com.c
548
for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
usr.sbin/rpcbind/rpcb_svc_com.c
561
for (rmt = rmthead; rmt != NULL; rmt = rmt->next) {
usr.sbin/rpcbind/rpcb_svc_com.c
84
struct rmtcallfd_list *next;
usr.sbin/rtadvd/config.c
1039
TAILQ_FOREACH(rti, &rainfo->route, next)
usr.sbin/rtadvd/config.c
1043
TAILQ_FOREACH(rdns, &rainfo->rdnss, next) {
usr.sbin/rtadvd/config.c
1045
TAILQ_FOREACH(rdnsa, &rdns->list, next)
usr.sbin/rtadvd/config.c
1048
TAILQ_FOREACH(dnsl, &rainfo->dnssl, next) {
usr.sbin/rtadvd/config.c
1051
TAILQ_FOREACH(dnsd, &dnsl->list, next)
usr.sbin/rtadvd/config.c
1116
TAILQ_FOREACH(pfx, &rainfo->prefix, next) {
usr.sbin/rtadvd/config.c
1167
TAILQ_FOREACH(rti, &rainfo->route, next) {
usr.sbin/rtadvd/config.c
1181
TAILQ_FOREACH(rdns, &rainfo->rdnss, next) {
usr.sbin/rtadvd/config.c
119
TAILQ_REMOVE(&rai->soliciter, sol, next);
usr.sbin/rtadvd/config.c
1190
TAILQ_FOREACH(rdnsa, &rdns->list, next) {
usr.sbin/rtadvd/config.c
1198
TAILQ_FOREACH(dnsl, &rainfo->dnssl, next) {
usr.sbin/rtadvd/config.c
1207
TAILQ_FOREACH(dnsd, &dnsl->list, next) {
usr.sbin/rtadvd/config.c
124
TAILQ_REMOVE(&rai->prefix, pfx, next);
usr.sbin/rtadvd/config.c
129
TAILQ_REMOVE(&rai->route, rti, next);
usr.sbin/rtadvd/config.c
134
TAILQ_REMOVE(&rai->rdnss, rdnss, next);
usr.sbin/rtadvd/config.c
136
TAILQ_REMOVE(&rdnss->list, rdnsa, next);
usr.sbin/rtadvd/config.c
143
TAILQ_REMOVE(&rai->dnssl, dnssl, next);
usr.sbin/rtadvd/config.c
145
TAILQ_REMOVE(&dnssl->list, dnsd, next);
usr.sbin/rtadvd/config.c
396
TAILQ_INSERT_TAIL(&tmp->prefix, pfx, next);
usr.sbin/rtadvd/config.c
533
TAILQ_INSERT_TAIL(&tmp->route, rti, next);
usr.sbin/rtadvd/config.c
659
TAILQ_INSERT_TAIL(&tmp->rdnss, rdnss, next);
usr.sbin/rtadvd/config.c
667
TAILQ_INSERT_TAIL(&rdnss->list, rdnsa, next);
usr.sbin/rtadvd/config.c
697
TAILQ_INSERT_TAIL(&tmp->dnssl, dnssl, next);
usr.sbin/rtadvd/config.c
705
TAILQ_INSERT_TAIL(&dnssl->list, dnsd, next);
usr.sbin/rtadvd/config.c
720
TAILQ_FOREACH(rai, &ralist, next) {
usr.sbin/rtadvd/config.c
722
TAILQ_REMOVE(&ralist, rai, next);
usr.sbin/rtadvd/config.c
738
TAILQ_FOREACH(rdnss, &rai->rdnss, next)
usr.sbin/rtadvd/config.c
740
TAILQ_FOREACH(dnssl, &rai->dnssl, next)
usr.sbin/rtadvd/config.c
759
TAILQ_INSERT_TAIL(&ralist, tmp, next);
usr.sbin/rtadvd/config.c
861
TAILQ_INSERT_TAIL(&rai->prefix, pp, next);
usr.sbin/rtadvd/config.c
889
TAILQ_REMOVE(&rai->prefix, prefix, next);
usr.sbin/rtadvd/config.c
989
TAILQ_INSERT_TAIL(&rai->prefix, prefix, next);
usr.sbin/rtadvd/dump.c
107
TAILQ_FOREACH(rai, &ralist, next) {
usr.sbin/rtadvd/dump.c
159
TAILQ_FOREACH(pfx, &rai->prefix, next) {
usr.sbin/rtadvd/dump.c
212
TAILQ_FOREACH(rti, &rai->route, next) {
usr.sbin/rtadvd/dump.c
228
TAILQ_FOREACH(rdns, &rai->rdnss, next) {
usr.sbin/rtadvd/dump.c
235
TAILQ_FOREACH(rdnsa, &rdns->list, next)
usr.sbin/rtadvd/dump.c
241
TAILQ_FOREACH(dnsl, &rai->dnssl, next) {
usr.sbin/rtadvd/dump.c
248
TAILQ_FOREACH(dnsd, &dnsl->list, next) {
usr.sbin/rtadvd/rtadvd.c
101
TAILQ_ENTRY(nd_optlist) next;
usr.sbin/rtadvd/rtadvd.c
1182
TAILQ_FOREACH(optp, &ndopts.nd_opts_list, next)
usr.sbin/rtadvd/rtadvd.c
1333
TAILQ_FOREACH(pp, &rai->prefix, next) {
usr.sbin/rtadvd/rtadvd.c
1464
TAILQ_INSERT_TAIL(&ndopts->nd_opts_list, pfxlist, next);
usr.sbin/rtadvd/rtadvd.c
1486
TAILQ_REMOVE(&ndopts->nd_opts_list, opt, next);
usr.sbin/rtadvd/rtadvd.c
1570
TAILQ_FOREACH(ra, &ralist, next) {
usr.sbin/rtadvd/rtadvd.c
1629
TAILQ_FOREACH(rai, &ralist, next) {
usr.sbin/rtadvd/rtadvd.c
1682
TAILQ_REMOVE(&rai->soliciter, sol, next);
usr.sbin/rtadvd/rtadvd.c
1707
TAILQ_REMOVE(&ralist, rai, next);
usr.sbin/rtadvd/rtadvd.c
420
TAILQ_FOREACH_SAFE(rai, &ralist, next, ran) {
usr.sbin/rtadvd/rtadvd.c
422
TAILQ_REMOVE(&ralist, rai, next);
usr.sbin/rtadvd/rtadvd.c
423
TAILQ_INSERT_HEAD(&ralist, rai->leaving, next);
usr.sbin/rtadvd/rtadvd.c
430
TAILQ_FOREACH(rdnss, &rai->rdnss, next)
usr.sbin/rtadvd/rtadvd.c
432
TAILQ_FOREACH(dnssl, &rai->dnssl, next)
usr.sbin/rtadvd/rtadvd.c
469
char *msg, *next, *lim, **argv;
usr.sbin/rtadvd/rtadvd.c
508
for (next = msg; next < lim; next += len) {
usr.sbin/rtadvd/rtadvd.c
511
next = get_next_msg(next, lim, 0, &len,
usr.sbin/rtadvd/rtadvd.c
522
type = rtmsg_type(next);
usr.sbin/rtadvd/rtadvd.c
526
ifindex = get_rtm_ifindex(next);
usr.sbin/rtadvd/rtadvd.c
530
ifindex = get_ifam_ifindex(next);
usr.sbin/rtadvd/rtadvd.c
534
ifindex = get_ifan_ifindex(next);
usr.sbin/rtadvd/rtadvd.c
535
if (get_ifan_what(next) == IFAN_ARRIVAL) {
usr.sbin/rtadvd/rtadvd.c
557
ifindex = get_ifm_ifindex(next);
usr.sbin/rtadvd/rtadvd.c
665
rai->ifflags = get_ifm_flags(next);
usr.sbin/rtadvd/rtadvd.c
669
if (get_ifan_what(next) == IFAN_DEPARTURE) {
usr.sbin/rtadvd/rtadvd.c
673
TAILQ_REMOVE(&ralist, rai, next);
usr.sbin/rtadvd/rtadvd.c
963
TAILQ_FOREACH(sol, &rai->soliciter, next) {
usr.sbin/rtadvd/rtadvd.c
975
TAILQ_INSERT_TAIL(&rai->soliciter, sol, next);
usr.sbin/rtadvd/rtadvd.h
103
TAILQ_ENTRY(rdnss_addr) next;
usr.sbin/rtadvd/rtadvd.h
109
TAILQ_ENTRY(rdnss) next;
usr.sbin/rtadvd/rtadvd.h
116
TAILQ_ENTRY(dnssl_domain) next;
usr.sbin/rtadvd/rtadvd.h
123
TAILQ_ENTRY(dnssl) next;
usr.sbin/rtadvd/rtadvd.h
130
TAILQ_ENTRY(soliciter) next;
usr.sbin/rtadvd/rtadvd.h
136
TAILQ_ENTRY(rainfo) next;
usr.sbin/rtadvd/rtadvd.h
74
TAILQ_ENTRY(prefix) next;
usr.sbin/rtadvd/rtadvd.h
94
TAILQ_ENTRY(rtinfo) next;
usr.sbin/rtadvd/timer.c
131
TAILQ_FOREACH_SAFE(tm, &ra_timer, next, tmn) {
usr.sbin/rtadvd/timer.c
83
TAILQ_INSERT_TAIL(&ra_timer, newtimer, next);
usr.sbin/rtadvd/timer.c
93
TAILQ_REMOVE(&ra_timer, *timer, next);
usr.sbin/rtadvd/timer.h
35
TAILQ_ENTRY(rtadvd_timer) next;
usr.sbin/rwhod/rwhod.c
132
struct timeval delta, next, now;
usr.sbin/rwhod/rwhod.c
225
timeradd(&now, &delta, &next);
usr.sbin/rwhod/rwhod.c
244
if (timercmp(&now, &next, >)) {
usr.sbin/rwhod/rwhod.c
246
timeradd(&now, &delta, &next);
usr.sbin/rwhod/rwhod.c
380
for (; ep; ep = ep->next) {
usr.sbin/rwhod/rwhod.c
480
char *buf, *lim, *next;
usr.sbin/rwhod/rwhod.c
499
for (next = buf; next < lim; next += ifm->ifm_msglen) {
usr.sbin/rwhod/rwhod.c
500
ifm = (struct if_msghdr *)next;
usr.sbin/sa/pdb.c
267
goto next;
usr.sbin/sa/pdb.c
273
goto next;
usr.sbin/sa/pdb.c
279
next: rv = DB_SEQ(pacct_db, &key, &data, R_NEXT);
usr.sbin/sdpd/compat.c
104
buf->end = buf->next;
usr.sbin/sdpd/compat.c
105
buf->next = first;
usr.sbin/sdpd/compat.c
113
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
156
buf->end = buf->next;
usr.sbin/sdpd/compat.c
157
buf->next = first;
usr.sbin/sdpd/compat.c
165
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
207
buf->end = buf->next;
usr.sbin/sdpd/compat.c
208
buf->next = first;
usr.sbin/sdpd/compat.c
216
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
262
buf->end = buf->next;
usr.sbin/sdpd/compat.c
263
buf->next = first;
usr.sbin/sdpd/compat.c
271
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
322
buf->end = buf->next;
usr.sbin/sdpd/compat.c
323
buf->next = first;
usr.sbin/sdpd/compat.c
331
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
374
buf->end = buf->next;
usr.sbin/sdpd/compat.c
375
buf->next = first;
usr.sbin/sdpd/compat.c
383
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
435
buf->end = buf->next;
usr.sbin/sdpd/compat.c
436
buf->next = first;
usr.sbin/sdpd/compat.c
444
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
495
buf->end = buf->next;
usr.sbin/sdpd/compat.c
496
buf->next = first;
usr.sbin/sdpd/compat.c
504
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
545
buf->end = buf->next;
usr.sbin/sdpd/compat.c
546
buf->next = first;
usr.sbin/sdpd/compat.c
563
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
60
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
624
buf->end = buf->next;
usr.sbin/sdpd/compat.c
625
buf->next = first;
usr.sbin/sdpd/compat.c
633
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
688
buf->end = buf->next;
usr.sbin/sdpd/compat.c
689
buf->next = first;
usr.sbin/sdpd/compat.c
697
uint8_t *first = buf->next;
usr.sbin/sdpd/compat.c
752
buf->end = buf->next;
usr.sbin/sdpd/compat.c
753
buf->next = first;
usr.sbin/sdpd/compat.c
791
d.next = srv->ibuf;
usr.sbin/sdpd/compat.c
794
if (d.next + sizeof(uint16_t) + sizeof(bdaddr_t) > d.end)
usr.sbin/sdpd/compat.c
797
class = be16dec(d.next);
usr.sbin/sdpd/compat.c
798
d.next += sizeof(uint16_t);
usr.sbin/sdpd/compat.c
800
memcpy(&bdaddr, d.next, sizeof(bdaddr_t));
usr.sbin/sdpd/compat.c
801
d.next += sizeof(bdaddr_t);
usr.sbin/sdpd/compat.c
811
r.next = srv->obuf;
usr.sbin/sdpd/compat.c
813
if (!(known[i].create(&r, d.next, d.end - d.next)))
usr.sbin/sdpd/compat.c
842
d.next = srv->ibuf;
usr.sbin/sdpd/compat.c
845
if (d.next + sizeof(uint32_t) > d.end)
usr.sbin/sdpd/compat.c
848
db_select_handle(srv, fd, be32dec(d.next));
usr.sbin/sdpd/compat.c
849
d.next += sizeof(uint32_t);
usr.sbin/sdpd/compat.c
863
r.next += 3; /* uint16 ServiceRecordHandle */
usr.sbin/sdpd/compat.c
864
r.next += 5; /* uint32 %handle% */
usr.sbin/sdpd/compat.c
865
r.next += 3; /* uint16 ServiceClassIDList */
usr.sbin/sdpd/compat.c
866
r.next += 2; /* seq8 */
usr.sbin/sdpd/compat.c
875
r.next = srv->obuf;
usr.sbin/sdpd/compat.c
877
if (!(known[i].create(&r, d.next, d.end - d.next)))
usr.sbin/sdpd/db.c
135
d.next = sds_data;
usr.sbin/sdpd/db.c
140
d.next = bgd_data;
usr.sbin/sdpd/db.c
161
r = LIST_NEXT(*rec, next);
usr.sbin/sdpd/db.c
164
r = LIST_NEXT(r, next);
usr.sbin/sdpd/db.c
179
uint8_t *p = rec->data.next;
usr.sbin/sdpd/db.c
284
LIST_FOREACH(r, &srv->rlist, next) {
usr.sbin/sdpd/db.c
318
LIST_FOREACH(r, &srv->rlist, next) {
usr.sbin/sdpd/db.c
356
len = data->end - data->next;
usr.sbin/sdpd/db.c
367
rec->data.next = rec->ext;
usr.sbin/sdpd/db.c
369
memcpy(rec->ext, data->next, len);
usr.sbin/sdpd/db.c
379
n = LIST_NEXT(r, next);
usr.sbin/sdpd/db.c
384
LIST_REMOVE(n, next);
usr.sbin/sdpd/db.c
392
LIST_INSERT_AFTER(r, rec, next);
usr.sbin/sdpd/db.c
394
LIST_INSERT_HEAD(&srv->rlist, rec, next);
usr.sbin/sdpd/db.c
411
n = LIST_NEXT(r, next);
usr.sbin/sdpd/db.c
415
LIST_REMOVE(r, next);
usr.sbin/sdpd/db.c
435
n = LIST_NEXT(r, next);
usr.sbin/sdpd/db.c
439
LIST_REMOVE(r, next);
usr.sbin/sdpd/record.c
111
seq.next = srv->ibuf;
usr.sbin/sdpd/record.c
124
if (seq.next + sizeof(uint32_t) > seq.end)
usr.sbin/sdpd/record.c
127
db_select_handle(srv, fd, be32dec(seq.next));
usr.sbin/sdpd/record.c
128
seq.next += sizeof(uint32_t);
usr.sbin/sdpd/record.c
243
if (s.next != s.end)
usr.sbin/sdpd/record.c
57
seq.next = srv->ibuf;
usr.sbin/sdpd/record.c
70
if (seq.next + sizeof(bdaddr_t) > seq.end)
usr.sbin/sdpd/record.c
73
memcpy(&bdaddr, seq.next, sizeof(bdaddr_t));
usr.sbin/sdpd/record.c
74
seq.next += sizeof(bdaddr_t);
usr.sbin/sdpd/sdpd.h
79
LIST_ENTRY(record) next; /* next ServiceRecord */
usr.sbin/sdpd/server.c
284
LIST_REMOVE(r, next);
usr.sbin/sdpd/service.c
103
|| d.next[0] != sizeof(uint16_t)
usr.sbin/sdpd/service.c
104
|| be16dec(d.next + 1) != srv->fdidx[fd].offset)
usr.sbin/sdpd/service.c
115
d.next = srv->obuf + sizeof(uint16_t) + sizeof(uint16_t);
usr.sbin/sdpd/service.c
119
if (d.next + sizeof(uint32_t) > d.end)
usr.sbin/sdpd/service.c
125
&& d.next + sizeof(uint32_t) <= d.end) {
usr.sbin/sdpd/service.c
126
be32enc(d.next, r->handle);
usr.sbin/sdpd/service.c
127
d.next += sizeof(uint32_t);
usr.sbin/sdpd/service.c
147
d.next[0] = 0;
usr.sbin/sdpd/service.c
148
d.next += 1;
usr.sbin/sdpd/service.c
151
d.next[0] = sizeof(uint16_t);
usr.sbin/sdpd/service.c
152
be16enc(d.next + 1, srv->fdidx[fd].offset);
usr.sbin/sdpd/service.c
153
d.next += 1 + sizeof(uint16_t);
usr.sbin/sdpd/service.c
160
srv->pdu.len = d.next - srv->obuf;
usr.sbin/sdpd/service.c
176
d.next = srv->ibuf;
usr.sbin/sdpd/service.c
182
if (d.next + sizeof(uint32_t) > d.end)
usr.sbin/sdpd/service.c
185
handle = be32dec(d.next);
usr.sbin/sdpd/service.c
186
d.next += sizeof(uint32_t);
usr.sbin/sdpd/service.c
191
if (d.next + sizeof(uint16_t) > d.end)
usr.sbin/sdpd/service.c
194
max = be16dec(d.next);
usr.sbin/sdpd/service.c
195
d.next += sizeof(uint16_t);
usr.sbin/sdpd/service.c
210
if (d.next + 1 > d.end
usr.sbin/sdpd/service.c
211
|| d.next[0] > 16
usr.sbin/sdpd/service.c
212
|| d.next + 1 + d.next[0] != d.end)
usr.sbin/sdpd/service.c
215
if (d.next[0] == 0) {
usr.sbin/sdpd/service.c
220
|| d.next[0] != sizeof(uint16_t)
usr.sbin/sdpd/service.c
221
|| be16dec(d.next + 1) != srv->fdidx[fd].offset)
usr.sbin/sdpd/service.c
230
b.next = b.start - srv->fdidx[fd].offset;
usr.sbin/sdpd/service.c
246
if (b.next > b.end) {
usr.sbin/sdpd/service.c
255
tmp = b.next;
usr.sbin/sdpd/service.c
256
b.next = srv->obuf + srv->fdidx[fd].omtu - 1 - sizeof(uint16_t);
usr.sbin/sdpd/service.c
257
if (b.next > b.end)
usr.sbin/sdpd/service.c
258
b.next = b.end;
usr.sbin/sdpd/service.c
260
if (tmp - b.next < 0x0002)
usr.sbin/sdpd/service.c
261
b.next = tmp - 0x0002;
usr.sbin/sdpd/service.c
264
be16enc(srv->obuf, (b.next - b.start));
usr.sbin/sdpd/service.c
267
srv->fdidx[fd].offset += (b.next - b.start);
usr.sbin/sdpd/service.c
268
b.next[0] = sizeof(uint16_t);
usr.sbin/sdpd/service.c
269
be16enc(b.next + 1, srv->fdidx[fd].offset);
usr.sbin/sdpd/service.c
270
b.next += 1 + sizeof(uint16_t);
usr.sbin/sdpd/service.c
273
be16enc(srv->obuf, (b.next - b.start));
usr.sbin/sdpd/service.c
278
b.next[0] = 0;
usr.sbin/sdpd/service.c
279
b.next += 1;
usr.sbin/sdpd/service.c
286
srv->pdu.len = b.next - srv->obuf;
usr.sbin/sdpd/service.c
301
d.next = srv->ibuf;
usr.sbin/sdpd/service.c
314
if (d.next + sizeof(uint16_t) > d.end)
usr.sbin/sdpd/service.c
317
max = be16dec(d.next);
usr.sbin/sdpd/service.c
318
d.next += sizeof(uint16_t);
usr.sbin/sdpd/service.c
333
if (d.next + 1 > d.end
usr.sbin/sdpd/service.c
334
|| d.next[0] > 16
usr.sbin/sdpd/service.c
335
|| d.next + 1 + d.next[0] != d.end)
usr.sbin/sdpd/service.c
338
if (d.next[0] == 0) {
usr.sbin/sdpd/service.c
343
|| d.next[0] != sizeof(uint16_t)
usr.sbin/sdpd/service.c
344
|| be16dec(d.next + 1) != srv->fdidx[fd].offset)
usr.sbin/sdpd/service.c
354
b.next = b.start - srv->fdidx[fd].offset;
usr.sbin/sdpd/service.c
367
tmp = b.next;
usr.sbin/sdpd/service.c
369
b.next = tmp;
usr.sbin/sdpd/service.c
374
if (b.next > b.end) {
usr.sbin/sdpd/service.c
383
tmp = b.next;
usr.sbin/sdpd/service.c
384
b.next = srv->obuf + srv->fdidx[fd].omtu - 1 - sizeof(uint16_t);
usr.sbin/sdpd/service.c
385
if (b.next > b.end)
usr.sbin/sdpd/service.c
386
b.next = b.end;
usr.sbin/sdpd/service.c
388
if (tmp - b.next < 0x0002)
usr.sbin/sdpd/service.c
389
b.next = tmp - 0x0002;
usr.sbin/sdpd/service.c
392
be16enc(srv->obuf, (b.next - b.start));
usr.sbin/sdpd/service.c
395
srv->fdidx[fd].offset += (b.next - b.start);
usr.sbin/sdpd/service.c
396
b.next[0] = sizeof(uint16_t);
usr.sbin/sdpd/service.c
397
be16enc(b.next + 1, srv->fdidx[fd].offset);
usr.sbin/sdpd/service.c
398
b.next += 1 + sizeof(uint16_t);
usr.sbin/sdpd/service.c
401
be16enc(srv->obuf, (b.next - b.start));
usr.sbin/sdpd/service.c
406
b.next[0] = 0;
usr.sbin/sdpd/service.c
407
b.next += 1;
usr.sbin/sdpd/service.c
414
srv->pdu.len = b.next - srv->obuf;
usr.sbin/sdpd/service.c
439
if (n < 1 || n > 12 || s.next != s.end)
usr.sbin/sdpd/service.c
47
uint8_t *next; /* current write position */
usr.sbin/sdpd/service.c
491
f = buf->next;
usr.sbin/sdpd/service.c
499
if (ail.next == ail.end)
usr.sbin/sdpd/service.c
532
if (buf->next >= buf->start && buf->next < buf->end)
usr.sbin/sdpd/service.c
533
buf->next[0] = byte;
usr.sbin/sdpd/service.c
535
buf->next++;
usr.sbin/sdpd/service.c
547
for (p = data->next; p < data->end; p++)
usr.sbin/sdpd/service.c
560
buf->next += 3;
usr.sbin/sdpd/service.c
566
uint8_t *next;
usr.sbin/sdpd/service.c
569
next = buf->next;
usr.sbin/sdpd/service.c
570
buf->next = first;
usr.sbin/sdpd/service.c
571
len = next - first - 3;
usr.sbin/sdpd/service.c
576
buf->next = next;
usr.sbin/sdpd/service.c
68
d.next = srv->ibuf;
usr.sbin/sdpd/service.c
81
if (d.next + sizeof(uint16_t) > d.end)
usr.sbin/sdpd/service.c
84
max = be16dec(d.next);
usr.sbin/sdpd/service.c
85
d.next += sizeof(uint16_t);
usr.sbin/sdpd/service.c
93
if (d.next + 1 > d.end
usr.sbin/sdpd/service.c
94
|| d.next[0] > 16
usr.sbin/sdpd/service.c
95
|| d.next + 1 + d.next[0] != d.end)
usr.sbin/sdpd/service.c
98
if (d.next[0] == 0) {
usr.sbin/sysinst/label.c
2399
goto next;
usr.sbin/sysinst/label.c
2405
goto next;
usr.sbin/sysinst/label.c
2411
goto next;
usr.sbin/sysinst/label.c
2417
goto next;
usr.sbin/sysinst/label.c
2428
next:
usr.sbin/sysinst/mbr.c
2575
uint start = 0, size = 0, from, next;
usr.sbin/sysinst/mbr.c
2588
next = start + size + 1;
usr.sbin/sysinst/mbr.c
2605
from = next;
usr.sbin/sysinst/target.c
125
struct umount_delwedge *next;
usr.sbin/sysinst/target.c
586
dw->next = post_umount_dwlist;
usr.sbin/sysinst/target.c
622
post_umount_dwlist = dw->next;
usr.sbin/syslogd/syslogd.c
1690
char prev, next;
usr.sbin/syslogd/syslogd.c
1704
next = *cursor;
usr.sbin/syslogd/syslogd.c
1706
if (prev == ',' && (next == '\0' || next == ','))
usr.sbin/syslogd/syslogd.c
2710
for (; ep; ep = ep->next) {
usr.sbin/syslogd/syslogd.c
2997
struct filed *f, *next;
usr.sbin/syslogd/syslogd.c
3033
for (f = Files; f != NULL; f = next) {
usr.sbin/syslogd/syslogd.c
3060
next = f->f_next;
usr.sbin/tcpdchk/inetcf.c
314
ip->next = inet_list;
usr.sbin/tcpdchk/inetcf.c
329
for (ip = inet_list; ip; ip = ip->next)
usr.sbin/tcpdchk/inetcf.c
69
struct inet_ent *next;
usr.sbin/tcpdchk/tcpdchk.c
286
char *next;
usr.sbin/tcpdchk/tcpdchk.c
291
for (cp = strtok(buf, sep); cp != 0; cp = next) {
usr.sbin/tcpdchk/tcpdchk.c
293
next = strtok((char *) 0, sep);
usr.sbin/tcpdchk/tcpdchk.c
294
if (next != 0)
usr.sbin/timed/timed/globals.h
127
struct netinfo *next;
usr.sbin/timed/timed/master.c
122
for (ntp = nettab; ntp; ntp = ntp->next) {
usr.sbin/timed/timed/master.c
141
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/master.c
89
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/readmsg.c
131
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/readmsg.c
244
for (ntp = nettab; ntp != NULL; ntp = ntp->next)
usr.sbin/timed/timed/slave.c
118
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/slave.c
141
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/slave.c
531
for (ntp = nettab; ntp != 0; ntp = ntp->next) {
usr.sbin/timed/timed/slave.c
98
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/timed.c
248
for (nt = nets; nt; nt = nt->next) {
usr.sbin/timed/timed/timed.c
308
for (nt = nets; nt; nt = nt->next) {
usr.sbin/timed/timed/timed.c
315
ntp->next = NULL;
usr.sbin/timed/timed/timed.c
319
ntip->next = ntp;
usr.sbin/timed/timed/timed.c
401
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/timed.c
553
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/timed.c
602
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/timed.c
617
for (ntp = nettab; ntp != NULL; ntp = ntp->next) {
usr.sbin/timed/timed/timed.c
643
for (ntp = nettab; ntp != 0; ntp = ntp->next) {
usr.sbin/timed/timed/timed.c
668
netlist = &((*netlist)->next);
usr.sbin/timed/timed/timed.c
691
ghp->next = goodhosts;
usr.sbin/timed/timed/timed.c
738
*ghpp = ghp->next;
usr.sbin/timed/timed/timed.c
741
ghpp = &ghp->next;
usr.sbin/timed/timed/timed.c
790
} while (0 != (ghp = ghp->next));
usr.sbin/timed/timed/timed.c
89
struct nets *next;
usr.sbin/timed/timed/timed.c
96
struct goodhost *next;
usr.sbin/tprof/arch/tprof_armv7.c
119
if (tbl->next)
usr.sbin/tprof/arch/tprof_armv7.c
120
tprof_event_list_table(tbl->next);
usr.sbin/tprof/arch/tprof_armv7.c
143
if (tbl->next)
usr.sbin/tprof/arch/tprof_armv7.c
144
tprof_event_lookup_table(name, param, tbl->next);
usr.sbin/tprof/arch/tprof_armv7.c
50
struct pmu_event_table *next;
usr.sbin/tprof/arch/tprof_armv7.c
93
.next = NULL
usr.sbin/tprof/arch/tprof_armv8.c
120
.next = NULL
usr.sbin/tprof/arch/tprof_armv8.c
146
if (tbl->next)
usr.sbin/tprof/arch/tprof_armv8.c
147
tprof_event_list_table(tbl->next);
usr.sbin/tprof/arch/tprof_armv8.c
170
if (tbl->next)
usr.sbin/tprof/arch/tprof_armv8.c
171
tprof_event_lookup_table(name, param, tbl->next);
usr.sbin/tprof/arch/tprof_armv8.c
50
struct pmu_event_table *next;
usr.sbin/tprof/arch/tprof_x86.c
1056
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
1108
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
1288
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
1347
if (table->next != NULL)
usr.sbin/tprof/arch/tprof_x86.c
1348
recursive_event_list(table->next);
usr.sbin/tprof/arch/tprof_x86.c
1374
if (table->next != NULL)
usr.sbin/tprof/arch/tprof_x86.c
1375
recursive_event_lookup(table->next, name, param);
usr.sbin/tprof/arch/tprof_x86.c
208
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
314
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
351
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
358
intel_goldmont.next = &intel_goldmontplus;
usr.sbin/tprof/arch/tprof_x86.c
522
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
58
struct event_table *next;
usr.sbin/tprof/arch/tprof_x86.c
761
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
784
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
791
intel_skylake_x.next = &intel_cascadelake;
usr.sbin/tprof/arch/tprof_x86.c
827
table->next = init_intel_silvermont_airmont();
usr.sbin/tprof/arch/tprof_x86.c
831
table->next = init_intel_goldmont();
usr.sbin/tprof/arch/tprof_x86.c
834
table->next = init_intel_goldmontplus();
usr.sbin/tprof/arch/tprof_x86.c
842
table->next = init_intel_skylake_kabylake();
usr.sbin/tprof/arch/tprof_x86.c
848
table->next = init_intel_skylake_x();
usr.sbin/tprof/arch/tprof_x86.c
850
table->next = init_intel_cascadelake();
usr.sbin/tprof/arch/tprof_x86.c
942
.next = NULL
usr.sbin/tprof/arch/tprof_x86.c
97
.next = NULL
usr.sbin/ypserv/revnetgroup/hash.c
133
cur = cur->next;
usr.sbin/ypserv/revnetgroup/hash.c
167
new->next = table[i];
usr.sbin/ypserv/revnetgroup/hash.c
198
tmp->next = NULL;
usr.sbin/ypserv/revnetgroup/hash.c
210
p = p->next;
usr.sbin/ypserv/revnetgroup/hash.c
212
tmp->next = cur->groups;
usr.sbin/ypserv/revnetgroup/hash.c
216
cur = cur->next;
usr.sbin/ypserv/revnetgroup/hash.c
224
new->next = table[i];
usr.sbin/ypserv/revnetgroup/hash.h
39
struct grouplist *next;
usr.sbin/ypserv/revnetgroup/hash.h
47
struct member_entry *next;
usr.sbin/ypserv/revnetgroup/hash.h
54
struct group_entry *next;
usr.sbin/ypserv/revnetgroup/revnetgroup.c
175
gcur = gcur->next;
usr.sbin/ypserv/revnetgroup/revnetgroup.c
191
tmp = tmp->next;
usr.sbin/ypserv/revnetgroup/revnetgroup.c
195
mcur = mcur->next;