g_list_find_custom 326 daemons/fenced/fenced_remote.c GList *match = g_list_find_custom(op->devices_list, iter->data, g_list_find_custom 692 daemons/fenced/fenced_remote.c GList *match = g_list_find_custom(op->automatic_list, device, g_list_find_custom 710 daemons/fenced/fenced_remote.c GList *match = g_list_find_custom(op->automatic_list, device, g_list_find_custom 481 lib/cib/cib_client.c list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc); g_list_find_custom 537 lib/cib/cib_client.c list_item = g_list_find_custom(cib->notify_list, new_client, ciblib_GCompareFunc); g_list_find_custom 917 lib/common/strings.c return g_list_find_custom(lst, s, fn) != NULL; g_list_find_custom 1594 lib/fencing/st_client.c list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc); g_list_find_custom 1625 lib/fencing/st_client.c list_item = g_list_find_custom(private->notify_list, new_client, stonithlib_GCompareFunc); g_list_find_custom 93 lib/pengine/tags.c retval = g_list_find_custom(rscs, rsc_name, (GCompareFunc) strcmp) != NULL; g_list_find_custom 108 lib/pengine/tags.c retval = g_list_find_custom(unames, node_name, (GCompareFunc) strcmp) != NULL;