op_list 383 daemons/execd/cts-exec-helper.c GList *op_list = NULL; op_list 386 daemons/execd/cts-exec-helper.c &op_list); op_list 388 daemons/execd/cts-exec-helper.c for (op_item = op_list; op_item != NULL; op_item = op_item->next) { op_list 396 daemons/execd/cts-exec-helper.c g_list_free(op_list); op_list 402 lib/pacemaker/pcmk_sched_allocate.c GListPtr op_list = NULL; op_list 438 lib/pacemaker/pcmk_sched_allocate.c op_list = g_list_prepend(op_list, rsc_op); op_list 442 lib/pacemaker/pcmk_sched_allocate.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); op_list 2273 lib/pengine/unpack.c GListPtr op_list = NULL; op_list 2287 lib/pengine/unpack.c op_list = NULL; op_list 2295 lib/pengine/unpack.c op_list = g_list_prepend(op_list, rsc_op); op_list 2300 lib/pengine/unpack.c if (op_list == NULL) { op_list 2309 lib/pengine/unpack.c if (op_list == NULL) { op_list 2326 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); op_list 3902 lib/pengine/unpack.c GListPtr op_list = NULL; op_list 3906 lib/pengine/unpack.c op_list = NULL; op_list 3916 lib/pengine/unpack.c op_list = g_list_prepend(op_list, rsc_op); op_list 3920 lib/pengine/unpack.c if (op_list == NULL) { op_list 3925 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); op_list 3932 lib/pengine/unpack.c op_list = NULL; op_list 3949 lib/pengine/unpack.c op_list = g_list_append(op_list, rsc_op); op_list 3953 lib/pengine/unpack.c return op_list; op_list 37 tools/crm_mon_print.c GListPtr op_list); op_list 132 tools/crm_mon_print.c GListPtr op_list = NULL; op_list 155 tools/crm_mon_print.c op_list = g_list_append(op_list, rsc_op); op_list 159 tools/crm_mon_print.c op_list = g_list_sort(op_list, sort_op_by_callid); op_list 160 tools/crm_mon_print.c return op_list; op_list 176 tools/crm_mon_print.c xmlNode *rsc_entry, unsigned int mon_ops, GListPtr op_list) op_list 184 tools/crm_mon_print.c for (gIter = op_list; gIter != NULL; gIter = gIter->next) { op_list 213 tools/crm_mon_print.c g_list_free(op_list); op_list 292 tools/crm_mon_print.c GListPtr op_list = get_operation_list(rsc_entry); op_list 294 tools/crm_mon_print.c if (op_list == NULL) { op_list 308 tools/crm_mon_print.c print_rsc_history(out, data_set, node, rsc_entry, mon_ops, op_list);