Lines Matching refs:stc
422 diff_and_fix(pool_conf_t *stc, pool_conf_t *dyn) in diff_and_fix() argument
435 if (process_lists(PEC_SYSTEM, stc, dyn, 0) != PO_SUCCESS) { in diff_and_fix()
438 if (process_lists(PEC_POOL, stc, dyn, 0) != PO_SUCCESS) { in diff_and_fix()
441 if (process_lists(PEC_RES_COMP, stc, dyn, 0) != PO_SUCCESS) { in diff_and_fix()
444 if (process_lists(PEC_COMP, stc, dyn, 0) != PO_SUCCESS) { in diff_and_fix()
447 if (process_lists(PEC_POOL, stc, dyn, 1) != PO_SUCCESS) { in diff_and_fix()
458 if (share_resources(stc) != PO_SUCCESS) { in diff_and_fix()
480 process_elem_gt(pool_elem_t *pe, pool_conf_t *stc, pool_conf_t *dyn) in process_elem_gt() argument
507 parent_res = pool_get_resource(stc, restype, resname); in process_elem_gt()
510 parent_res = resource_by_sysid(stc, PS_NONE, restype); in process_elem_gt()
515 if ((newcomp = pool_component_create(stc, parent_res, in process_elem_gt()
531 if ((newpool = pool_create(stc, name)) == NULL) { in process_elem_gt()
542 if ((newres = pool_resource_create(stc, in process_elem_gt()
573 process_lists(int type, pool_conf_t *stc, pool_conf_t *dyn, int pass) in process_lists() argument
580 if ((stc_elems = get_elem_list(stc, type, &stc_nelem)) == NULL) in process_lists()
615 status = process_elem_gt(dyn_elems[j], stc, dyn); in process_lists()
641 status = process_elem_gt(dyn_elems[j], stc, dyn); in process_lists()