Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_sp_util.c88 sp_ptr->header.magic = DAPL_MAGIC_RSP; in dapls_sp_alloc()
126 sp_ptr->header.magic == DAPL_MAGIC_RSP); in dapls_sp_free_sp()
H A Ddapl_set_consumer_context.c82 header->magic != DAPL_MAGIC_RSP && in dapl_set_consumer_context()
H A Ddapl_get_consumer_context.c81 header->magic != DAPL_MAGIC_RSP && in dapl_get_consumer_context()
H A Ddapl_get_handle_type.c80 header->magic != DAPL_MAGIC_RSP && in dapl_get_handle_type()
H A Ddapl_rsp_query.c73 if (DAPL_BAD_HANDLE(rsp_handle, DAPL_MAGIC_RSP)) { in dapl_rsp_query()
H A Ddapl_rsp_free.c82 if (DAPL_BAD_HANDLE(sp_ptr, DAPL_MAGIC_RSP)) { in dapl_rsp_free()
H A Ddapl_cr_callback.c111 ((DAPL_HEADER *)context)->magic == DAPL_MAGIC_RSP); in dapls_cr_callback()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h142 DAPL_MAGIC_RSP = 0x1ab4Feed, enumerator