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