Home
last modified time | relevance | path

Searched refs: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; in dup_entry() local
147 pent2->sup_count = pent1->sup_count; in dup_entry()
148 pent2->dis_count = pent1->dis_count; in dup_entry()
149 pent2->load = pent1->load; in dup_entry()
151 pent2->suplist = dup_mechlist(pent1->suplist); in dup_entry()
152 if (pent2->suplist == NULL) { in dup_entry()
153 free_entry(pent2); in dup_entry()
158 pent2->dislist = dup_mechlist(pent1->dislist); in dup_entry()
159 if (pent2->dislist == NULL) { in dup_entry()
160 free_entry(pent2); in dup_entry()
[all …]