Lines Matching defs:conf
729 conf_is_dynamic(const pool_conf_t *conf)
731 if (strcmp(pool_conf_location(conf), pool_dynamic_location()) == 0)
1298 resource_by_sysid(const pool_conf_t *conf, id_t sysid, const char *type)
1329 resources = pool_query_resources(conf, &nelem, props);
1409 * Return the system element for the supplied conf.
1414 pool_conf_system(const pool_conf_t *conf)
1419 if ((rs = pool_exec_query(conf, NULL, NULL, PEC_QRY_SYSTEM, NULL)) ==
1661 pool_validate_resource(const pool_conf_t *conf, const char *type,
1693 if ((rl = (pool_query_resources(conf, &nelem, pvals))) == NULL)
1713 if (conf_is_dynamic(conf) == PO_TRUE) {
1714 dyn = (pool_conf_t *)conf;
1736 if (conf != dyn) {
1745 if (conf != dyn) {
1794 log_alloc(pool_conf_t *conf)
1803 l->l_conf = conf;