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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c136 entry_t *pent2 = NULL; local
142 if ((pent2 = create_entry(pent1->name)) == NULL) {
147 pent2->sup_count = pent1->sup_count;
148 pent2->dis_count = pent1->dis_count;
149 pent2->load = pent1->load;
151 pent2->suplist = dup_mechlist(pent1->suplist);
152 if (pent2->suplist == NULL) {
153 free_entry(pent2);
158 pent2->dislist = dup_mechlist(pent1->dislist);
159 if (pent2
[all...]

Completed in 100 milliseconds