next_device      2207 daemons/fenced/fenced_commands.c     stonith_device_t *next_device = NULL;
next_device      2236 daemons/fenced/fenced_commands.c             next_device = g_hash_table_lookup(device_list, iter->data);
next_device      2238 daemons/fenced/fenced_commands.c             if (next_device != NULL && is_action_required(cmd->action, next_device)) {
next_device      2242 daemons/fenced/fenced_commands.c             next_device = NULL;
next_device      2248 daemons/fenced/fenced_commands.c         next_device = g_hash_table_lookup(device_list, cmd->device_next->data);
next_device      2253 daemons/fenced/fenced_commands.c     if (next_device) {
next_device      2254 daemons/fenced/fenced_commands.c         log_operation(cmd, rc, pid, next_device->id, output, FALSE);
next_device      2256 daemons/fenced/fenced_commands.c         schedule_stonith_command(cmd, next_device);