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

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c522 boolean_t elswitch; local
560 elswitch = TRUE;
562 elswitch = FALSE;
602 ql_elog_common(qlstate, elswitch);
636 ql_elog_common(qlstate, elswitch);
651 * elswitch = boolean which specifies to reset (0) or set (1) the
661 ql_elog_common(ql_adapter_state_t *qlstate, boolean_t elswitch) argument
666 if (elswitch) {

Completed in 63 milliseconds