Home
last modified time | relevance | path

Searched refs:pent1 (Results 1 – 1 of 1) sorted by relevance

/titanic_44/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) in dup_entry() argument
138 if (pent1 == NULL) { in dup_entry()
142 if ((pent2 = create_entry(pent1->name)) == NULL) { in dup_entry()
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()
150 if (pent1->suplist != NULL) { in dup_entry()
151 pent2->suplist = dup_mechlist(pent1->suplist); in dup_entry()
157 if (pent1->dislist != NULL) { in dup_entry()
[all …]