Searched refs:pi_ref_cnt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c366 if (MDI_PI(pip)->pi_ref_cnt == 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h725 int pi_ref_cnt; /* pi reference count */ member in struct:mdi_pathinfo
797 #define MDI_PI_HOLD(pip) (++MDI_PI(pip)->pi_ref_cnt)
798 #define MDI_PI_RELE(pip) (--MDI_PI(pip)->pi_ref_cnt)
1161 * The selected paths are returned in an mdi_hold_path() state (pi_ref_cnt),
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c171 mdb_printf("pi_ref_cnt: %d\n", value.pi_ref_cnt);
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c2025 * (pi_ref_cnt). Caller should release the hold by calling
2588 if (MDI_PI(pip)->pi_ref_cnt == 0) {
3008 MDI_PI(pip)->pi_ref_cnt = 0;
3194 while (MDI_PI(pip)->pi_ref_cnt != 0) {
3200 MDI_PI(pip)->pi_ref_cnt,
3214 MDI_PI(pip)->pi_ref_cnt,
3860 while (MDI_PI(pip)->pi_ref_cnt != 0) {
3866 MDI_PI(pip)->pi_ref_cnt, mdi_pi_spathname(pip),
3880 MDI_PI(pip)->pi_ref_cnt,

Completed in 91 milliseconds