Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c118 static int process_lists(int, pool_conf_t *,
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()
573 process_lists(int type, pool_conf_t *stc, pool_conf_t *dyn, int pass) in process_lists() function