off 459 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); off 504 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); off 508 include/crm/stonith-ng.h stonith_api_kick_helper(uint32_t nodeid, int timeout, bool off) off 527 include/crm/stonith-ng.h return (*st_kick_fn) (nodeid, NULL, timeout, off); off 2244 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) off 2248 lib/fencing/st_client.c const char *action = off? "off" : "reboot";