Searched refs:pent2 (Results 1 – 1 of 1) sorted by relevance
136 entry_t *pent2 = NULL; in dup_entry() local142 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()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()[all …]