Searched defs:next_pi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c752 di_path_t next_pi = DI_PATH_NIL; local
760 while (next_pi = di_path_client_next_path(client_node, next_pi)) {
762 if ((next_pi != pi_node) &&
763 (((pi_state = di_path_state(next_pi)) ==
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c623 struct phyint *next_pi; local
688 for (pi = phyints; pi != NULL; pi = next_pi) {
689 next_pi = pi->pi_next;
1205 struct phyint *next_pi; local
1232 for (pi = phyints; pi != NULL; pi = next_pi) {
1233 next_pi = pi->pi_next;
1332 struct phyint *next_pi; local
1366 for (pi = phyints; pi != NULL; pi = next_pi) {
1367 next_pi = pi->pi_next;
1398 for (pi = phyints; pi != NULL; pi = next_pi) {
[all...]

Completed in 76 milliseconds