Home
last modified time | relevance | path

Searched refs:DAPLKA_RC_RESERVED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h425 #define DAPLKA_RC_RESERVED 0xff macro
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c453 #define DAPLKA_RS_RESERVED(rp) ((intptr_t)(rp) == DAPLKA_RC_RESERVED)
7911 ((intptr_t)rp == DAPLKA_RC_RESERVED) || in daplka_un_async_handler()
8078 ((intptr_t)rp == DAPLKA_RC_RESERVED) || in daplka_sm_gid_avail()
9170 DAPLKA_RC_RESERVED; in daplka_resource_reserve()
9243 blk->daplka_rcblk_blks[0] = (daplka_resource_t *)DAPLKA_RC_RESERVED; in daplka_resource_reserve()
9298 if ((intptr_t)p == DAPLKA_RC_RESERVED) { in daplka_resource_remove()
9334 if ((intptr_t)blk->daplka_rcblk_blks[j] == DAPLKA_RC_RESERVED) { in daplka_resource_insert()
9379 if (rp == NULL || (intptr_t)rp == DAPLKA_RC_RESERVED) { in daplka_resource_lookup()