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

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c498 conf_entry_t *rtn_entry = NULL; local
514 rtn_entry = dup_entry(ptr->entry);
517 return (rtn_entry);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2612 conf_entry_t *rtn_entry; local
2617 rtn_entry = malloc(sizeof (conf_entry_t));
2618 if (rtn_entry == NULL)
2621 if ((rtn_entry->keystore = strdup(entry->keystore)) == NULL)
2624 if ((rtn_entry->modulepath = strdup(entry->modulepath)) == NULL)
2628 (rtn_entry->option = strdup(entry->modulepath)) == NULL)
2631 return (rtn_entry);
2634 free_entry(rtn_entry);

Completed in 73 milliseconds