Searched refs:bh_config (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand_impl.h41 xmlDocPtr bh_config; member in struct:brand_handle
H A Dlibbrand.c262 if ((bhp->bh_config = open_xml_file(path)) == NULL) {
271 if ((node = xmlDocGetRootElement(bhp->bh_config)) == NULL) {
315 if (bhp->bh_config != NULL)
316 xmlFreeDoc(bhp->bh_config);
399 if ((node = xmlDocGetRootElement(bhp->bh_config)) == NULL)
773 if ((node = xmlDocGetRootElement(bhp->bh_config)) == NULL)

Completed in 67 milliseconds