Searched refs:pool_conf_system (Results 1 – 4 of 4) sorted by relevance
239 extern pool_system_t *pool_conf_system(const pool_conf_t *);
1494 if ((parent_system = pool_conf_system(conf)) == NULL) { in pool_xml_elem_create()1517 if ((parent_system = pool_conf_system(conf)) == NULL) { in pool_xml_elem_create()
1412 pool_conf_system(const pool_conf_t *conf) in pool_conf_system() function
2530 if ((sys = pool_conf_system(conf)) == NULL) { in pool_conf_to_elem()