Lines Matching refs:puent1
462 dup_uentry(uentry_t *puent1)
466 if (puent1 == NULL) {
474 (void) strlcpy(puent2->name, puent1->name,
476 puent2->flag_norandom = puent1->flag_norandom;
477 puent2->flag_enabledlist = puent1->flag_enabledlist;
478 puent2->policylist = dup_umechlist(puent1->policylist);
479 puent2->flag_metaslot_enabled = puent1->flag_metaslot_enabled;
481 = puent1->flag_metaslot_auto_key_migrate;
483 puent1->metaslot_ks_slot, SLOT_DESCRIPTION_SIZE);
485 puent1->metaslot_ks_token, TOKEN_LABEL_SIZE);
486 puent2->count = puent1->count;
487 puent2->flag_fips_enabled = puent1->flag_fips_enabled;