next_device      2231 daemons/fenced/fenced_commands.c     stonith_device_t *next_device = NULL;
next_device      2260 daemons/fenced/fenced_commands.c             next_device = g_hash_table_lookup(device_list, iter->data);
next_device      2262 daemons/fenced/fenced_commands.c             if (next_device != NULL && is_action_required(cmd->action, next_device)) {
next_device      2266 daemons/fenced/fenced_commands.c             next_device = NULL;
next_device      2272 daemons/fenced/fenced_commands.c         next_device = g_hash_table_lookup(device_list, cmd->device_next->data);
next_device      2277 daemons/fenced/fenced_commands.c     if (next_device) {
next_device      2278 daemons/fenced/fenced_commands.c         log_operation(cmd, rc, pid, next_device->id, output, FALSE);
next_device      2280 daemons/fenced/fenced_commands.c         schedule_stonith_command(cmd, next_device);