off 393 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); off 439 include/crm/stonith-ng.h stonith_api_kick_helper(uint32_t nodeid, int timeout, bool off) off 442 include/crm/stonith-ng.h static int (*st_kick_fn) (int nodeid, const char *uname, int timeout, bool off) = NULL; off 458 include/crm/stonith-ng.h return (*st_kick_fn) (nodeid, NULL, timeout, off); off 2552 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) off 2578 lib/fencing/st_client.c if (off) {