Searched refs:modulepath (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | install.c | 49 char *modulepath = NULL; in kc_install() local 77 if (modulepath != NULL) in kc_install() 80 modulepath = get_string(optarg_av, &rv); in kc_install() 81 if (modulepath == NULL) { in kc_install() 117 if (keystore_name == NULL || modulepath == NULL) { in kc_install() 146 if (strncmp(modulepath, "/", 1) != 0) { in kc_install() 152 KMF_PLUGIN_PATH, modulepath); in kc_install() 154 char *buf = modulepath; in kc_install() 162 (void) strlcpy(realpath, modulepath, MAXPATHLEN); in kc_install() 265 keystore_name, CONF_MODULEPATH, modulepath); in kc_install() [all …]
|
H A D | list.c | 202 phead->entry->modulepath); in show_plugin()
|
H A D | modify.c | 1127 CONF_MODULEPATH, entry->modulepath); in kc_modify_plugin() 1131 CONF_MODULEPATH, entry->modulepath, in kc_modify_plugin()
|
/titanic_44/usr/src/cmd/cmd-crypto/scripts/ |
H A D | i.kmfconf | 32 # keystore:modulepath=path[;option=option_str] 86 file_count=`grep ":modulepath=" $src | wc -l`
|
/titanic_44/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 261 if (strncmp(phead->entry->modulepath, "/", 1) != 0) { in FindPlugin() 263 KMF_PLUGIN_PATH, phead->entry->modulepath); in FindPlugin() 265 char *buf = phead->entry->modulepath; in FindPlugin() 284 phead->entry->modulepath); in FindPlugin() 2512 free(entry->modulepath); in free_entry() 2572 if ((tmp->modulepath = strdup(value)) == NULL) { in parse_entry() 2624 if ((rtn_entry->modulepath = strdup(entry->modulepath)) == NULL) in dup_entry() 2628 (rtn_entry->option = strdup(entry->modulepath)) == NULL) in dup_entry()
|
/titanic_44/usr/src/lib/libkmf/include/ |
H A D | kmfapiP.h | 329 char *modulepath; member
|
/titanic_44/usr/src/head/ |
H A D | ldap.h | 1551 (void *context, char **modulepath);
|