Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dconfig.c109 result = _sasl_strdup(filename, &gctx->config_path, NULL);
231 if (gctx->config_path != NULL)
232 sasl_FREE(gctx->config_path);
233 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
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c177 static char config_path[] = CPR_CONFIG; in cpr_get_config() local
187 if (err = vn_open(config_path, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0)) { in cpr_get_config()
188 cpr_err(CE_CONT, fmt, "open", config_path, err); in cpr_get_config()
196 cpr_err(CE_CONT, fmt, "read", config_path, err); in cpr_get_config()
204 "rerun pmconfig(8)\n", config_path); in cpr_get_config()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8615 int config_path, len; in build_phclient_path_list() local
8621 config_path = 0; in build_phclient_path_list()
8623 config_path = 1; in build_phclient_path_list()
8627 config_path = 1; in build_phclient_path_list()
8631 if (config_path) { in build_phclient_path_list()