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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c54 static void dump_condvar(kcondvar_t c, char *name);
168 dump_condvar(value.pi_state_cv, "Path state (pi_state_cv)");
172 dump_condvar(value.pi_ref_cv, "pi_ref_cv");
245 dump_condvar(value.ph_unstable_cv,
547 dump_condvar(kcondvar_t c, char *name) function
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c67 static void dump_condvar(kcondvar_t c, char *name);
192 dump_condvar(value.ct_unstable_cv, "ct_unstable_cv");
193 dump_condvar(value.ct_failover_cv, "ct_failover_cv");
626 dump_condvar(kcondvar_t c, char *name) function

Completed in 59 milliseconds