Searched refs:pc_location (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_impl.h225 * configuration location is stored in the pc_location member with the
233 const char *pc_location; /* Location */ member in struct:pool_conf
H A Dpool.c1412 return (conf->pc_location);
1429 free((void *)conf->pc_location);
1430 conf->pc_location = NULL;
1517 if ((conf->pc_location = strdup(location)) == NULL) {
H A Dpool_xml.c1662 if (pool_conf_export(dyn, conf->pc_location,
2027 prov->pxc_file = fopen(conf->pc_location, "r+F");
2029 prov->pxc_file = fopen(conf->pc_location, "rF");
2051 if (stat(conf->pc_location, &s) == -1) {
2702 chars, res, conf->pc_location)) == NULL) {

Completed in 25 milliseconds