next_device      2139 daemons/fenced/fenced_commands.c     stonith_device_t *next_device = NULL;
next_device      2168 daemons/fenced/fenced_commands.c             next_device = g_hash_table_lookup(device_list, iter->data);
next_device      2170 daemons/fenced/fenced_commands.c             if (next_device != NULL && is_action_required(cmd->action, next_device)) {
next_device      2174 daemons/fenced/fenced_commands.c             next_device = NULL;
next_device      2180 daemons/fenced/fenced_commands.c         next_device = g_hash_table_lookup(device_list, cmd->device_next->data);
next_device      2185 daemons/fenced/fenced_commands.c     if (next_device) {
next_device      2186 daemons/fenced/fenced_commands.c         log_operation(cmd, rc, pid, next_device->id, output, FALSE);
next_device      2188 daemons/fenced/fenced_commands.c         schedule_stonith_command(cmd, next_device);