possible_matches 2067 lib/pengine/unpack.c GListPtr possible_matches = find_actions(rsc->actions, key, node); possible_matches 2068 lib/pengine/unpack.c GListPtr gIter = possible_matches; possible_matches 2076 lib/pengine/unpack.c g_list_free(possible_matches); possible_matches 424 lib/pengine/utils.c GListPtr possible_matches = NULL; possible_matches 430 lib/pengine/utils.c possible_matches = find_actions(rsc->actions, key, on_node); possible_matches 436 lib/pengine/utils.c possible_matches = find_actions(data_set->actions, key, on_node); possible_matches 444 lib/pengine/utils.c if (possible_matches != NULL) { possible_matches 445 lib/pengine/utils.c if (g_list_length(possible_matches) > 1) { possible_matches 448 lib/pengine/utils.c on_node ? on_node->details->uname : "<NULL>", g_list_length(possible_matches)); possible_matches 451 lib/pengine/utils.c action = g_list_nth_data(possible_matches, 0); possible_matches 455 lib/pengine/utils.c g_list_free(possible_matches); possible_matches 641 pengine/native.c GListPtr possible_matches = NULL; possible_matches 697 pengine/native.c possible_matches = find_actions_exact(rsc->actions, key, node); possible_matches 698 pengine/native.c if (possible_matches == NULL) { possible_matches 705 pengine/native.c for (gIter = possible_matches; gIter != NULL; gIter = gIter->next) { possible_matches 713 pengine/native.c g_list_free(possible_matches); possible_matches 850 pengine/native.c GListPtr possible_matches = NULL; possible_matches 902 pengine/native.c possible_matches = find_actions_exact(rsc->actions, key, node); possible_matches 903 pengine/native.c if (possible_matches) { possible_matches 907 pengine/native.c g_list_free(possible_matches); possible_matches 953 pengine/native.c possible_matches = find_actions_exact(rsc->actions, key, stop_node); possible_matches 954 pengine/native.c if (possible_matches == NULL) { possible_matches 962 pengine/native.c g_list_free(possible_matches); possible_matches 2298 pengine/native.c GListPtr possible_matches = NULL; possible_matches 2351 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); possible_matches 2353 pengine/native.c if (possible_matches) { possible_matches 2354 pengine/native.c start = possible_matches->data; possible_matches 2355 pengine/native.c g_list_free(possible_matches); possible_matches 2360 pengine/native.c possible_matches = find_actions(rsc->actions, key, NULL); possible_matches 2362 pengine/native.c possible_matches = find_actions(rsc->actions, key, current); possible_matches 2364 pengine/native.c if (possible_matches) { possible_matches 2365 pengine/native.c stop = possible_matches->data; possible_matches 2366 pengine/native.c g_list_free(possible_matches); possible_matches 2371 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); possible_matches 2373 pengine/native.c if (possible_matches) { possible_matches 2374 pengine/native.c promote = possible_matches->data; possible_matches 2375 pengine/native.c g_list_free(possible_matches); possible_matches 2379 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); possible_matches 2381 pengine/native.c if (possible_matches) { possible_matches 2382 pengine/native.c demote = possible_matches->data; possible_matches 2383 pengine/native.c g_list_free(possible_matches); possible_matches 2390 pengine/native.c possible_matches = find_actions(rsc->actions, key, next); possible_matches 2393 pengine/native.c if (possible_matches) { possible_matches 2394 pengine/native.c migrate_op = possible_matches->data; possible_matches 2427 pengine/native.c g_list_free(possible_matches); possible_matches 2442 pengine/native.c possible_matches = find_actions(rsc->actions, key, node); possible_matches 2443 pengine/native.c if (possible_matches) { possible_matches 2444 pengine/native.c stop_op = possible_matches->data; possible_matches 2445 pengine/native.c g_list_free(possible_matches);