Searched refs:ph_unstable (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h353 int ph_unstable; /* Paths in transient state */ member in struct:mdi_phci
364 #define MDI_PHCI_UNSTABLE(ph) (ph)->ph_unstable++;
366 (ph)->ph_unstable--; \
367 if ((ph)->ph_unstable == 0) { \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c247 mdb_printf("ph_unstable: %23d\n", value.ph_unstable);
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c670 ph->ph_unstable = 0;
5139 if (ph->ph_unstable) {
5378 if (ph->ph_unstable) {
5474 if (ph->ph_unstable) {

Completed in 91 milliseconds