Searched refs:dis_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_ioctl.c101 uint_t dis_count; local
108 dis_count = pent->dis_count;
109 if (dis_count > 1) {
111 (dis_count - 1);
122 pload_soft_dis->sd_count = dis_count;
126 while (i < dis_count) {
146 uint_t dis_count; local
161 dis_count = pent->dis_count;
[all...]
H A Dadm_kef.c329 if (pent->dis_count == 0) {
563 } else if ((pent == NULL) || (pent->dis_count == 0)) {
582 pent->dis_count--;
600 pent->dis_count++;
608 if (is_device(pent->name) && (pent->dis_count == 0)) {
1127 if (ptr->pent->dis_count != 0) {
1170 if (ptr->pent->dis_count != 0) {
1280 if (pent->dis_count == 0) {
1287 pent->dis_count = 0;
H A Dadm_kef_util.c122 pent->dis_count = 0;
148 pent2->dis_count = pent1->dis_count;
252 pent->dis_count = count;
593 pent->dis_count = 0;
625 pent->dis_count--;
635 if (pent->dis_count == 0) {
1175 pent->dis_count = get_mech_count(infolist);
1210 pent->dis_count++;
H A Dcryptoadm.h80 uint_t dis_count; member in struct:entry

Completed in 70 milliseconds