Home
last modified time | relevance | path

Searched refs:evd_enabled (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_disable.c77 evd_ptr->evd_enabled = DAT_FALSE; in dapl_evd_disable()
H A Ddapl_evd_enable.c79 evd_ptr->evd_enabled = DAT_TRUE; in dapl_evd_enable()
H A Ddapl_evd_query.c108 (evd_ptr->evd_enabled ? DAT_EVD_STATE_ENABLED : in dapl_evd_query()
H A Ddapl_evd_dto_callb.c119 if (evd_ptr->evd_enabled && (evd_ptr->cno_ptr != NULL)) { in dapl_evd_dto_callback()
H A Ddapl_evd_modify_cno.c135 evd_ptr->evd_enabled && cno_handle != DAT_HANDLE_NULL) { in dapl_evd_modify_cno()
H A Ddapl_evd_util.c238 evd_ptr->evd_enabled = DAT_TRUE; in dapls_evd_alloc()
558 if (evd_ptr->evd_enabled) { in dapli_evd_post_event()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h423 DAT_BOOLEAN evd_enabled; /* For attached CNO. */ member