Home
last modified time | relevance | path

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

/titanic_41/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)"); in mdipi()
172 dump_condvar(value.pi_ref_cv, "pi_ref_cv"); in mdipi()
245 dump_condvar(value.ph_unstable_cv, in mdiphci()
547 dump_condvar(kcondvar_t c, char *name) in dump_condvar() function
/titanic_41/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"); in mdiclient()
193 dump_condvar(value.ct_failover_cv, "ct_failover_cv"); in mdiclient()
626 dump_condvar(kcondvar_t c, char *name) in dump_condvar() function