off 452 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); off 497 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); off 501 include/crm/stonith-ng.h stonith_api_kick_helper(uint32_t nodeid, int timeout, bool off) off 520 include/crm/stonith-ng.h return (*st_kick_fn) (nodeid, NULL, timeout, off); off 2255 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) off 2259 lib/fencing/st_client.c const char *action = off? "off" : "reboot";