Home
last modified time | relevance | path

Searched refs: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) in dup_entry() argument
138 if (pent1 == 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()
157 if (pent1->dislist != NULL) { in dup_entry()
375 entry_t *pent1 = NULL; in getent() local
384 pent1 = entrylist->pent; in getent()
[all …]