Home
last modified time | relevance | path

Searched refs:pi_whenup (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h208 uint_t pi_whenup[LINK_UP_PERMIN]; member
H A Dmpd_probe.c1621 check_time = pi->pi_whenup[pi->pi_whendx] + MSEC_PERMIN; in phyint_inst_timer()
1981 pi->pi_whenup[pi->pi_whendx++] = getcurrenttime(); in process_link_state_up()
2547 if ((pi->pi_whenup[pi->pi_whendx] == 0 || in phyint_repaired()
2548 (cur_time - pi->pi_whenup[pi->pi_whendx]) > MSEC_PERMIN)) { in phyint_repaired()