st_call_opts       36 include/crm/fencing/internal.h #define stonith__set_call_options(st_call_opts, call_for, flags_to_set) do { \
st_call_opts       37 include/crm/fencing/internal.h         st_call_opts = pcmk__set_flags_as(__func__, __LINE__, LOG_TRACE,     \
st_call_opts       39 include/crm/fencing/internal.h                                           (st_call_opts), (flags_to_set),    \
st_call_opts       43 include/crm/fencing/internal.h #define stonith__clear_call_options(st_call_opts, call_for, flags_to_clear) do { \
st_call_opts       44 include/crm/fencing/internal.h         st_call_opts = pcmk__clear_flags_as(__func__, __LINE__, LOG_TRACE,     \
st_call_opts       46 include/crm/fencing/internal.h                                             (st_call_opts), (flags_to_clear),  \