Searched refs:config_path (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dconfig.c110 result = _sasl_strdup(filename, &gctx->config_path, NULL);
232 if (gctx->config_path != NULL)
233 sasl_FREE(gctx->config_path);
234 gctx->config_path = NULL;
H A Dserver.c712 if (file_exists && gctx->config_path != NULL &&
713 strcmp(conf_file, gctx->config_path) == 0 &&
717 } else if (gctx->config_path == NULL) {
724 gctx->config_path = NULL;
H A Dsaslint.h387 char *config_path; member in struct:_sasl_global_context_s
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c176 static char config_path[] = CPR_CONFIG; local
186 if (err = vn_open(config_path, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0)) {
187 cpr_err(CE_CONT, fmt, "open", config_path, err);
195 cpr_err(CE_CONT, fmt, "read", config_path, err);
203 "rerun pmconfig(1M)\n", config_path);
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8604 int config_path, len; local
8610 config_path = 0;
8612 config_path = 1;
8616 config_path = 1;
8620 if (config_path) {

Completed in 855 milliseconds