off 671 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); off 717 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); off 722 include/crm/stonith-ng.h stonith_api_kick_helper(uint32_t nodeid, int timeout, bool off) off 741 include/crm/stonith-ng.h return (*st_kick_fn) (nodeid, NULL, timeout, off); off 2053 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) off 2057 lib/fencing/st_client.c const char *action = off? PCMK_ACTION_OFF : PCMK_ACTION_REBOOT;