Home
last modified time | relevance | path

Searched refs:DAPL_MAGIC_LMR (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_lmr_query.c75 if (DAPL_BAD_HANDLE(lmr_handle, DAPL_MAGIC_LMR)) { in dapl_lmr_query()
H A Ddapl_get_consumer_context.c77 header->magic != DAPL_MAGIC_LMR && in dapl_get_consumer_context()
H A Ddapl_get_handle_type.c76 header->magic != DAPL_MAGIC_LMR && in dapl_get_handle_type()
H A Ddapl_set_consumer_context.c78 header->magic != DAPL_MAGIC_LMR && in dapl_set_consumer_context()
H A Ddapl_lmr_free.c72 if (DAPL_BAD_HANDLE(lmr_handle, DAPL_MAGIC_LMR)) { in dapl_lmr_free()
H A Ddapl_lmr_util.c68 lmr->header.magic = DAPL_MAGIC_LMR; in dapl_lmr_alloc()
H A Ddapl_lmr_create.c354 (region_description.for_lmr_handle, DAPL_MAGIC_LMR)) { in dapl_lmr_create()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h138 DAPL_MAGIC_LMR = 0x4eefCafe, enumerator