Searched refs:pr_ndx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c222 int pr_ndx; /* probe index in pii->pii_probes[] */ local
324 pr_ndx = pii->pii_probe_next;
325 assert(pr_ndx >= 0 && pr_ndx < PROBE_STATS_COUNT);
328 if (pii->pii_probes[pr_ndx].pr_status == PR_LOST)
330 else if (pii->pii_probes[pr_ndx].pr_status == PR_ACKED)
334 pii->pii_probes[pr_ndx].pr_id = pii->pii_snxt;
335 pii->pii_probes[pr_ndx].pr_tv_sent = sent_tv;
336 pii->pii_probes[pr_ndx].pr_hrtime_sent = sent_hrtime;
337 pii->pii_probes[pr_ndx]
711 int pr_ndx; local
987 int pr_ndx; local
1589 int pr_ndx; local
2061 int pr_ndx; local
2529 int pr_ndx; local
[all...]
H A Dmpd_main.c687 int pr_ndx; local
689 pr_ndx = PROBE_INDEX_PREV(pii->pii_probe_next);
690 if (pii->pii_probes[pr_ndx].pr_status != PR_UNUSED) {
1121 int pr_ndx; local
1177 for (pr_ndx = 0; pr_ndx < PROBE_STATS_COUNT; pr_ndx++) {
1178 switch (pii->pii_probes[pr_ndx].pr_status) {

Completed in 100 milliseconds