Searched defs:config_path (Results 1 - 3 of 3) sorted by relevance

/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/lib/libsasl/lib/
H A Dsaslint.h387 char *config_path; member in struct:_sasl_global_context_s
/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 112 milliseconds