Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/uts/common/cpr/
H A Dcpr_misc.c175 static char config_path[] = CPR_CONFIG; in cpr_get_config() local
185 if (err = vn_open(config_path, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0)) { in cpr_get_config()
186 cpr_err(CE_CONT, fmt, "open", config_path, err); in cpr_get_config()
194 cpr_err(CE_CONT, fmt, "read", config_path, err); in cpr_get_config()
202 "rerun pmconfig(1M)\n", config_path); in cpr_get_config()
/titanic_41/usr/src/uts/common/os/
H A Dsunmdi.c8616 int config_path, len; in build_phclient_path_list() local
8622 config_path = 0; in build_phclient_path_list()
8624 config_path = 1; in build_phclient_path_list()
8628 config_path = 1; in build_phclient_path_list()
8632 if (config_path) { in build_phclient_path_list()