Searched refs:fr_next (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-9.3-release/contrib/binutils/gas/
H A Ddebug.c56 for (; fp; fp = fp->fr_next)
H A Dfrags.c167 former_last_fragP->fr_next = frag_now;
179 frag_now->fr_next = NULL;
421 frag = frag->fr_next;
437 frag = frag->fr_next;
H A Dfrags.h61 struct frag *fr_next; member in struct:frag
H A Dehopt.c130 f = f->fr_next;
146 f = f->fr_next;
162 f = f->fr_next;
183 f = f->fr_next;
207 f = f->fr_next;
H A Dwrite.c379 prev_frag->fr_next = frchp->frch_root;
393 prev_frag->fr_next = 0;
429 know (fragP->fr_next != NULL);
430 fragP->fr_offset = (fragP->fr_next->fr_address
473 assert (fragP->fr_next == NULL
474 || ((offsetT) (fragP->fr_next->fr_address - fragP->fr_address)
542 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
545 fragp->fr_next;
546 fragp = fragp->fr_next)
574 while (fragp->fr_next !
[all...]
H A Dsubsegs.c289 for (frag = chain->frch_root; frag; frag = frag->fr_next)
323 for (fragp = frchp->frch_root; fragp; fragp = fragp->fr_next)
H A Dlisting.c438 for (f = frchain_now->frch_root; f != (fragS *) NULL; f = f->fr_next)
577 frag = frag->fr_next;
626 frag_ptr = frag_ptr->fr_next;
H A Ddwarf2dbg.c784 if (frag->fr_next)
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rules.c88 fp->fr_next = NULL;
93 fp->fr_next = ipf_rules_out_[j];
150 fp->fr_next = NULL;
155 fp->fr_next = ipf_rules_in_[j];
H A Dip_fil_freebsd.c384 for (f = ipacct[0][fr_active]; (f != NULL); f = f->fr_next)
387 for (f = ipacct[1][fr_active]; (f != NULL); f = f->fr_next)
390 for (f = ipfilter[0][fr_active]; (f != NULL); f = f->fr_next)
393 for (f = ipfilter[1][fr_active]; (f != NULL); f = f->fr_next)
397 for (f = ipacct6[0][fr_active]; (f != NULL); f = f->fr_next)
400 for (f = ipacct6[1][fr_active]; (f != NULL); f = f->fr_next)
403 for (f = ipfilter6[0][fr_active]; (f != NULL); f = f->fr_next)
406 for (f = ipfilter6[1][fr_active]; (f != NULL); f = f->fr_next)
H A Dip_auth.c264 fr->fr_next = fr_authlist;
523 *frp = fr->fr_next;
526 frp = &fr->fr_next;
593 *frp = fr->fr_next;
596 frp = &fr->fr_next;
654 fae->fae_fr.fr_next = *frptr;
H A Dfil.c1998 fnext = fr->fr_next;
3453 for (fr = fg->fg_head; fr && n; fr = fr->fr_next, n--)
3482 for (fh = fg->fg_head; fh; n++, fh = fh->fr_next)
3522 listp = &fp->fr_next;
3525 *listp = fp->fr_next;
3536 fp->fr_next = NULL;
3656 for (fp = *listp; (fp != NULL) && (fp != rp); fp = fp->fr_next)
3662 for (rn = 0, fp = *listp; fp && (fp != rp); fp = fp->fr_next, rn++)
3751 for (; fr; fr = fr->fr_next) {
4438 * next or interface pointer in the comparison (fr_next, fr_if
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A Dip_fil.c221 for (f = ipacct[0][fr_active]; (f != NULL); f = f->fr_next)
224 for (f = ipacct[1][fr_active]; (f != NULL); f = f->fr_next)
227 for (f = ipfilter[0][fr_active]; (f != NULL); f = f->fr_next)
230 for (f = ipfilter[1][fr_active]; (f != NULL); f = f->fr_next)
234 for (f = ipacct6[0][fr_active]; (f != NULL); f = f->fr_next)
237 for (f = ipacct6[1][fr_active]; (f != NULL); f = f->fr_next)
240 for (f = ipfilter6[0][fr_active]; (f != NULL); f = f->fr_next)
243 for (f = ipfilter6[1][fr_active]; (f != NULL); f = f->fr_next)
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfcomp.c182 f->fr_next = NULL;
199 fpp = &((*fpp)->fr_next);
306 f = f->fr_next)
314 f = f->fr_next)
324 f = f->fr_next)
331 f = f->fr_next)
511 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
531 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
571 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
989 for (count = 0, fr1 = top; fr1 != NULL; fr1 = fr1->fr_next) {
[all...]
H A Dipf_y.y21 #define DOALL(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x }
22 #define DOREM(x) for (; fr != NULL; fr = fr->fr_next) { x }
178 frtop = fr->fr_next;
179 fr->fr_next = NULL;
181 fr->fr_next = frold;
1783 for (fr = frtop; fr != NULL && fr->fr_next != NULL; fr = fr->fr_next)
1786 fr->fr_next = frn;
1806 for (fr = frc; fr != NULL; fr = fr->fr_next) {
1828 for (f2 = frc; f2->fr_next !
[all...]
H A Dipfstat.c800 fb.fr_next = fp;
887 } while (fp->fr_next != NULL);
914 fb.fr_next = fp;
920 fp = fb.fr_next;
921 if (kmemcpy((char *)&fb, (u_long)fb.fr_next,
986 } while (fb.fr_next != NULL);
H A Dipftest.c702 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
717 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c82 LIST_ENTRY(pf_frent) fr_next;
88 LIST_ENTRY(pf_frcache) fr_next;
383 LIST_REMOVE(frent, fr_next);
397 LIST_REMOVE(frcache, fr_next);
562 LIST_FOREACH(frea, &(*frag)->fr_queue, fr_next) {
613 next = LIST_NEXT(frea, fr_next);
615 LIST_REMOVE(frea, fr_next);
634 LIST_INSERT_HEAD(&(*frag)->fr_queue, frent, fr_next);
636 LIST_INSERT_AFTER(frep, frent, fr_next);
645 next = LIST_NEXT(frep, fr_next);
[all...]
H A Dpfvar.h2121 LIST_ENTRY(pf_frent) fr_next; member in struct:pf_frent
2127 LIST_ENTRY(pf_frcache) fr_next; member in struct:pf_frcache
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-i386.h270 i386_align_code (fragP, (fragP->fr_next->fr_address \
H A Dobj-coff.c1681 while (fragp->fr_next != last)
1682 fragp = fragp->fr_next;
1726 fragp = fragp->fr_next;
H A Dtc-spu.c930 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
H A Dtc-i386.c4212 for (fr = insn_start_frag->fr_next;
4213 fr && fr != frag_now; fr = fr->fr_next)
4340 for (fr = insn_start_frag->fr_next;
4341 fr && fr != frag_now; fr = fr->fr_next)
H A Dtc-ppc.c5522 valueT count = (fragP->fr_next->fr_address
5544 group_nop->fr_address = group_nop->fr_next->fr_address - 4;
5548 fragP->fr_next = group_nop;
H A Dtc-ia64.c2851 if (first_frag->fr_next && first_frag->fr_next->fr_address)
2852 index += 3 * ((first_frag->fr_next->fr_address
2894 first_frag = first_frag->fr_next;
10953 align_frag = align_frag->fr_next;
10959 if (align_frag && align_frag->fr_next == frag_now)
11780 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;

Completed in 299 milliseconds

12