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

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c49 char *modulepath = NULL; local
62 while ((opt = getopt_av(argc, argv, "k:(keystore)m:(modulepath)"
77 if (modulepath != NULL)
80 modulepath = get_string(optarg_av, &rv);
81 if (modulepath == NULL) {
83 gettext("Error modulepath.\n"));
117 if (keystore_name == NULL || modulepath == NULL) {
146 if (strncmp(modulepath, "/", 1) != 0) {
152 KMF_PLUGIN_PATH, modulepath);
154 char *buf = modulepath;
[all...]
/illumos-gate/usr/src/lib/libkmf/include/
H A DkmfapiP.h324 #define CONF_MODULEPATH "modulepath="
329 char *modulepath; member in struct:__anon3407

Completed in 58 milliseconds