Home
last modified time | relevance | path

Searched refs:pi_next (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c102 struct phyint *pi_next; member
618 for (pi = phyint; pi != NULL; pi = pi->pi_next) { in advertise()
1509 nextpi = pi->pi_next; in initifs()
1639 for (; pi != NULL; pi = pi->pi_next) { in find_directly_connected_logint()
1712 pi->pi_next = phyint; in add_phyint()
1729 phyint = pi->pi_next; in free_phyint()
1731 assert(pi->pi_prev->pi_next == pi); in free_phyint()
1732 pi->pi_prev->pi_next = pi->pi_next; in free_phyint()
1734 if (pi->pi_next != NULL) { in free_phyint()
1735 assert(pi->pi_next->pi_prev == pi); in free_phyint()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c70 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup()
85 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup_on_index()
159 pi->pi_next = phyints; in phyint_insert()
501 phyints = pi->pi_next; in phyint_delete()
503 pi->pi_prev->pi_next = pi->pi_next; in phyint_delete()
505 if (pi->pi_next != NULL) in phyint_delete()
506 pi->pi_next->pi_prev = pi->pi_prev; in phyint_delete()
507 pi->pi_next = pi->pi_prev = NULL; in phyint_delete()
741 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in tmptoken_isvalid()
1110 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in prefix_lookup_addr_match()
[all …]
H A Dmain.c657 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in initifs()
690 next_pi = pi->pi_next; in initifs()
967 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in check_daemonize()
982 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in check_daemonize()
1234 next_pi = pi->pi_next; in run_timeouts()
1368 next_pi = pi->pi_next; in in_signal()
1400 next_pi = pi->pi_next; in in_signal()
1736 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in process_mibsock()
2082 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in main()
H A Dtables.h50 struct phyint *pi_next; member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.h73 struct dt_probe_instance *pi_next; /* next instance in the list */ member
H A Ddt_provider.c518 pip_next = pip->pi_next; in dt_probe_destroy()
540 for (pip = prp->pr_inst; pip != NULL; pip = pip->pi_next) { in dt_probe_define()
579 pip->pi_next = prp->pr_inst; in dt_probe_define()
H A Ddt_dof.c436 for (pip = prp->pr_inst; pip != NULL; pip = pip->pi_next) { in dof_add_probe()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c97 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup()
319 pi->pi_next = phyints; in phyint_insert()
1368 phyints = pi->pi_next; in phyint_delete()
1370 pi->pi_prev->pi_next = pi->pi_next; in phyint_delete()
1372 if (pi->pi_next != NULL) in phyint_delete()
1373 pi->pi_next->pi_prev = pi->pi_prev; in phyint_delete()
1374 pi->pi_next = NULL; in phyint_delete()
3472 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in getsnap()
H A Dmpd_tables.h187 struct phyint *pi_next; /* List of all phyints */ member
H A Dmpd_main.c767 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in select_test_ifs()
802 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in check_testconfig()
2166 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in main()
H A Dmpd_probe.c1996 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in process_link_state_changes()