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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c464 dup_uentry(uentry_t *puent1) argument
468 if (puent1 == NULL) {
476 (void) strlcpy(puent2->name, puent1->name,
478 puent2->flag_norandom = puent1->flag_norandom;
479 puent2->flag_enabledlist = puent1->flag_enabledlist;
480 puent2->policylist = dup_umechlist(puent1->policylist);
481 puent2->flag_metaslot_enabled = puent1->flag_metaslot_enabled;
483 = puent1->flag_metaslot_auto_key_migrate;
485 puent1->metaslot_ks_slot, SLOT_DESCRIPTION_SIZE);
487 puent1
[all...]

Completed in 83 milliseconds