Home
last modified time | relevance | path

Searched refs:modulepath (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c47 char *modulepath = NULL; in kc_install() local
75 if (modulepath != NULL) in kc_install()
78 modulepath = get_string(optarg_av, &rv); in kc_install()
79 if (modulepath == NULL) { in kc_install()
115 if (keystore_name == NULL || modulepath == NULL) { in kc_install()
144 if (strncmp(modulepath, "/", 1) != 0) { in kc_install()
150 KMF_PLUGIN_PATH, modulepath); in kc_install()
152 char *buf = modulepath; in kc_install()
160 (void) strlcpy(realpath, modulepath, MAXPATHLEN); in kc_install()
263 keystore_name, CONF_MODULEPATH, modulepath); in kc_install()
[all …]
H A Dlist.c202 phead->entry->modulepath); in show_plugin()
H A Dmodify.c1127 CONF_MODULEPATH, entry->modulepath); in kc_modify_plugin()
1131 CONF_MODULEPATH, entry->modulepath, in kc_modify_plugin()
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf32 # keystore:modulepath=path[;option=option_str]
86 file_count=`grep ":modulepath=" $src | wc -l`
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c261 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()
/illumos-gate/usr/src/lib/libkmf/include/
H A DkmfapiP.h329 char *modulepath; member
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th1629 : modulepath s" module_path" ;
1642 modulepath unsetenv
1645 modulepath setenv
1782 modulepath getenv saveenv to oldmodulepath
1797 modulepath setenv
1805 modulepath setenv
1816 modulepath setenv
1828 modulepath setenv
/illumos-gate/usr/src/head/
H A Dldap.h1521 (void *context, char **modulepath);