Lines Matching defs:cprconfig
65 static struct cprconfig cprconfig;
171 * reads config data into cprconfig
177 struct cprconfig *cf = &cprconfig;
212 * concat fs and path fields of the cprconfig structure;
219 struct cprconfig *cf = &cprconfig;
251 struct cprconfig *cf = &cprconfig;
436 ASSERT(cprconfig.cf_type == CFT_SPEC ||
437 cprconfig.cf_type == CFT_ZVOL);
439 if (cprconfig.cf_devfs == NULL)
1020 struct cprconfig *cf = &cprconfig;
1048 return (cprconfig.cf_type == CFT_SPEC);
1054 struct cprconfig *cf = &cprconfig;
1139 return (cprconfig.cf_type != CFT_UFS ? btod(CPR_SPEC_OFFSET) : 0);