Searched refs:config_path (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | config.c | 110 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 D | server.c | 712 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 D | saslint.h | 387 char *config_path; member
|
/titanic_50/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 176 static char config_path[] = CPR_CONFIG; in cpr_get_config() local 186 if (err = vn_open(config_path, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0)) { in cpr_get_config() 187 cpr_err(CE_CONT, fmt, "open", config_path, err); in cpr_get_config() 195 cpr_err(CE_CONT, fmt, "read", config_path, err); in cpr_get_config() 203 "rerun pmconfig(1M)\n", config_path); in cpr_get_config()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunmdi.c | 8604 int config_path, len; in build_phclient_path_list() local 8610 config_path = 0; in build_phclient_path_list() 8612 config_path = 1; in build_phclient_path_list() 8616 config_path = 1; in build_phclient_path_list() 8620 if (config_path) { in build_phclient_path_list()
|