Home
last modified time | relevance | path

Searched refs:fr_next (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfcomp.c183 f->fr_next = NULL;
204 fpp = &((*fpp)->fr_next);
315 f = f->fr_next)
323 f = f->fr_next)
333 f = f->fr_next)
340 f = f->fr_next)
519 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
538 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
578 for (f = g->fg_start, i = 0; f != NULL; f = f->fr_next) {
1006 for (count = 0, fr1 = top; fr1 != NULL; fr1 = fr1->fr_next) {
[all …]
H A Dipf_y.y25 #define DOALL(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x }
26 #define DOREM(x) for (; fr != NULL; fr = fr->fr_next) { x }
187 frtop = fr->fr_next;
188 fr->fr_next = NULL;
190 fr->fr_next = frold;
1871 for (fr = frtop; fr != NULL && fr->fr_next != NULL; fr = fr->fr_next) in newrule()
1874 fr->fr_next = frn; in newrule()
1894 for (fr = frc; fr != NULL; fr = fr->fr_next) { in setipftype()
1918 for (f2 = frc; f2->fr_next != NULL; f2 = f2->fr_next) in addrule()
1927 f2->fr_next = f; in addrule()
[all …]
H A Dip_fil.c446 f = f->fr_next)
450 f = f->fr_next)
454 f = f->fr_next)
458 f = f->fr_next)
463 f = f->fr_next)
467 f = f->fr_next)
471 f = f->fr_next)
475 f = f->fr_next)
H A Dipfstat.c819 fb.fr_next = fp;
892 } while (fp->fr_next != NULL);
913 fb.fr_next = fp;
919 fp = fb.fr_next;
920 if (kmemcpy((char *)&fb, (u_long)fb.fr_next,
985 } while (fb.fr_next != NULL);
H A Dipftest.c702 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
718 for (fr = fg->fg_start; fr != NULL; fr = fr->fr_next) {
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_auth.c231 fr->fr_next = ifs->ifs_fr_authlist;
682 *frp = fr->fr_next;
685 frp = &fr->fr_next;
747 *frp = fr->fr_next;
750 frp = &fr->fr_next;
801 fae->fae_fr.fr_next = *frptr;
H A Dfil.c1894 fnext = fr->fr_next;
3458 for (fr = fg->fg_head; fr && n; fr = fr->fr_next, n--)
3488 for (fh = fg->fg_head; fh; n++, fh = fh->fr_next)
3529 listp = &fp->fr_next;
3532 *listp = fp->fr_next;
3543 fp->fr_next = NULL;
3663 for (fp = *listp; (fp != NULL) && (fp != rp); fp = fp->fr_next)
3669 for (rn = 0, fp = *listp; fp && (fp != rp); fp = fp->fr_next, rn++)
3848 for (; fr; fr = fr->fr_next) {
3980 for (fr = rules; fr != NULL; fr = fr->fr_next) {
[all …]
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.h176 Dwarf_Frame fr_next; member
H A Ddwarf_frame.c626 stack_table->fr_next = top_stack; in _dwarf_exec_frame_instr()
638 top_stack = stack_table->fr_next; in _dwarf_exec_frame_instr()
1013 top_stack = top_stack->fr_next; in _dwarf_exec_frame_instr()
2392 fde_table->fr_next = 0; in dwarf_initialize_fde_table()
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h557 struct frentry *fr_next; member