localhost_is_eligible 2099 daemons/fenced/fenced_commands.c     if (localhost_is_eligible(device, action, target, allow_self)) {
localhost_is_eligible 2111 daemons/fenced/fenced_commands.c         if (localhost_is_eligible(device, PCMK_ACTION_OFF, target, allow_self)
localhost_is_eligible 2112 daemons/fenced/fenced_commands.c             || localhost_is_eligible(device, PCMK_ACTION_ON, target, FALSE)) {
localhost_is_eligible 2357 daemons/fenced/fenced_commands.c     if (!localhost_is_eligible(device, action, target, allow_suicide)) {