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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c41 static entry_t *dup_entry(entry_t *pent1);
134 dup_entry(entry_t *pent1) argument
138 if (pent1 == NULL) {
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;
150 if (pent1->suplist != NULL) {
151 pent2->suplist = dup_mechlist(pent1->suplist);
157 if (pent1
375 entry_t *pent1 = NULL; local
[all...]

Completed in 45 milliseconds