Searched refs:rtn_entry (Results 1 – 2 of 2) sorted by relevance
498 conf_entry_t *rtn_entry = NULL; in get_keystore_entry() local514 rtn_entry = dup_entry(ptr->entry); in get_keystore_entry()517 return (rtn_entry); in get_keystore_entry()
2612 conf_entry_t *rtn_entry; in dup_entry() local2617 rtn_entry = malloc(sizeof (conf_entry_t)); in dup_entry()2618 if (rtn_entry == NULL) in dup_entry()2621 if ((rtn_entry->keystore = strdup(entry->keystore)) == NULL) in dup_entry()2624 if ((rtn_entry->modulepath = strdup(entry->modulepath)) == NULL) in dup_entry()2628 (rtn_entry->option = strdup(entry->modulepath)) == NULL) in dup_entry()2631 return (rtn_entry); in dup_entry()2634 free_entry(rtn_entry); in dup_entry()