g_list_insert_sorted 1792 fencing/remote.c     op->query_results = g_list_insert_sorted(op->query_results, result, sort_peers);
g_list_insert_sorted  413 lib/pengine/unpack.c     data_set->nodes = g_list_insert_sorted(data_set->nodes, new_node, sort_node_uname);
g_list_insert_sorted 1275 pengine/constraints.c     rsc_lh->rsc_cons = g_list_insert_sorted(rsc_lh->rsc_cons, new_con, sort_cons_priority_rh);
g_list_insert_sorted 1278 pengine/constraints.c         g_list_insert_sorted(rsc_rh->rsc_cons_lhs, new_con, sort_cons_priority_lh);
g_list_insert_sorted 1717 tools/crm_mon.c     attr_list = g_list_insert_sorted(attr_list, name, compare_attribute);
g_list_insert_sorted  251 tools/crm_node.c             nodes = g_list_insert_sorted(nodes, peer, compare_node_uname);
g_list_insert_sorted  686 tools/crm_node.c         *list = g_list_insert_sorted(*list, node, member_sort);