next_device      2106 fencing/commands.c     stonith_device_t *next_device = NULL;
next_device      2136 fencing/commands.c             next_device = g_hash_table_lookup(device_list, iter->data);
next_device      2138 fencing/commands.c             if (next_device != NULL && is_action_required(cmd->action, next_device)) {
next_device      2142 fencing/commands.c             next_device = NULL;
next_device      2148 fencing/commands.c         next_device = g_hash_table_lookup(device_list, cmd->device_next->data);
next_device      2153 fencing/commands.c     if (next_device) {
next_device      2156 fencing/commands.c         schedule_stonith_command(cmd, next_device);