Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_sp_util.c85 sp_ptr->header.magic = DAPL_MAGIC_PSP; in dapls_sp_alloc()
125 dapl_os_assert(sp_ptr->header.magic == DAPL_MAGIC_PSP || in dapls_sp_free_sp()
H A Ddapl_set_consumer_context.c81 header->magic != DAPL_MAGIC_PSP && in dapl_set_consumer_context()
H A Ddapl_get_consumer_context.c80 header->magic != DAPL_MAGIC_PSP && in dapl_get_consumer_context()
H A Ddapl_get_handle_type.c79 header->magic != DAPL_MAGIC_PSP && in dapl_get_handle_type()
H A Ddapl_psp_query.c73 if (DAPL_BAD_HANDLE(psp_handle, DAPL_MAGIC_PSP) || in dapl_psp_query()
H A Ddapl_psp_free.c80 if (DAPL_BAD_HANDLE(sp_ptr, DAPL_MAGIC_PSP)) { in dapl_psp_free()
H A Ddapl_cr_callback.c110 dapl_os_assert(((DAPL_HEADER *)context)->magic == DAPL_MAGIC_PSP || in dapls_cr_callback()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h141 DAPL_MAGIC_PSP = 0x7eadeD0c, enumerator