Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_impl.h231 const char *pc_location; /* Location */ member
H A Dpool_xml.c1654 if (pool_conf_export(dyn, conf->pc_location, in pool_xml_connection_alloc()
2019 prov->pxc_file = fopen(conf->pc_location, "r+F"); in pool_xml_open_file()
2021 prov->pxc_file = fopen(conf->pc_location, "rF"); in pool_xml_open_file()
2043 if (stat(conf->pc_location, &s) == -1) { in pool_xml_open_file()
2694 chars, res, conf->pc_location)) == NULL) { in pool_xml_parse_document()
H A Dpool.c1413 return (conf->pc_location); in pool_conf_location()
1430 free((void *)conf->pc_location); in pool_conf_close()
1431 conf->pc_location = NULL; in pool_conf_close()
1518 if ((conf->pc_location = strdup(location)) == NULL) { in pool_conf_open()