Searched defs:policy_tab_num (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_policy.c48 static uint_t policy_tab_num = 0; /* number of providers in table */ variable
94 policy_tab_num++;
110 ASSERT(policy_tab_num != (uint_t)-1); /* underflow */
128 policy_tab_num--;
152 ASSERT(policy_tab_num != (uint_t)-1); /* underflow */
168 policy_tab_num--;

Completed in 53 milliseconds