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

12

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_rules.c109 fp->fr_next = NULL;
117 &fp->fr_next;
119 fp->fr_next = ipf_rules_out_[j];
178 fp->fr_next = NULL;
186 &fp->fr_next;
188 fp->fr_next = ipf_rules_in_[j];
H A Dip_auth.c293 *frp = fr->fr_next;
297 frp = &fr->fr_next;
429 fr->fr_next = softa->ipf_auth_rules;
727 *frp = fr->fr_next;
731 frp = &fr->fr_next;
799 fae->fae_fr.fr_next = *frptr;
H A Dfil.c2418 fnext = fr->fr_next;
3700 for (fr = fg->fg_start; fr && n; fr = fr->fr_next, n--)
3737 listp = &fp->fr_next;
3740 *listp = fp->fr_next;
3741 if (fp->fr_next != NULL)
3742 fp->fr_next->fr_pnext = fp->fr_pnext;
3758 fp->fr_next = NULL;
3852 frp = &fr->fr_next;
3854 if (fr->fr_next != NULL)
3855 fr->fr_next
[all...]
/freebsd-10.2-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-10.2-release/contrib/ipfilter/tools/
H A Dipfcomp.c187 f->fr_next = NULL;
206 fpp = &((*fpp)->fr_next);
313 f = f->fr_next)
321 f = f->fr_next)
331 f = f->fr_next)
338 f = f->fr_next)
518 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
537 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
576 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
994 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 }
209 frtop = fr->fr_next;
210 fr->fr_next = NULL;
216 fr->fr_next = frold;
2061 for (fr = frtop; fr != NULL && fr->fr_next != NULL; fr = fr->fr_next)
2064 fr->fr_next = frn;
2065 frn->fr_pnext = &fr->fr_next;
2090 for (fr = frc; fr != NULL; fr = fr->fr_next) {
[all...]
H A Dipfstat.c930 fb.fr_next = fp;
935 for (n = 1; fp; fp = fb.fr_next, n++) {
936 if (kmemcpy((char *)&fb, (u_long)fb.fr_next,
H A Dipftest.c753 for (fr = rulehead; fr != NULL; fr = fr->fr_next) {
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_norm.c62 TAILQ_ENTRY(pf_frent) fr_next;
303 TAILQ_REMOVE(&frag->fr_queue, frent, fr_next);
311 TAILQ_REMOVE(&frag->fr_queue, frent, fr_next);
445 TAILQ_INSERT_HEAD(&frag->fr_queue, frent, fr_next);
476 TAILQ_FOREACH(after, &frag->fr_queue, fr_next) {
511 next = TAILQ_NEXT(after, fr_next);
513 TAILQ_REMOVE(&frag->fr_queue, after, fr_next);
518 TAILQ_INSERT_HEAD(&frag->fr_queue, frent, fr_next);
520 TAILQ_INSERT_AFTER(&frag->fr_queue, prev, frent, fr_next);
548 next = TAILQ_NEXT(frent, fr_next);
[all...]
/freebsd-10.2-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;
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil.c101 f = f->fr_next)
105 f = f->fr_next)
109 f = f->fr_next)
113 f = f->fr_next)
H A Dmli_ipl.c409 for (f = ipf_rules[0][0]; f; f = f->fr_next) {
416 for (f = ipf_rules[1][0]; f; f = f->fr_next) {
H A Dip_fil_compat.c157 struct frentry *fr_next; member in struct:frentry_4_1_34
204 struct frentry *fr_next; member in struct:frentry_4_1_16
254 struct frentry *fr_next; member in struct:frentry_4_1_0
3765 old->fr_next = fr->fr_next;
3860 old->fr_next = fr->fr_next;
3955 old->fr_next = fr->fr_next;

Completed in 275 milliseconds

12