x 31 daemons/controld/controld_messages.h # define fsa_typed_data(x) fsa_typed_data_adv(msg_data, x, __func__) x 552 daemons/fenced/pacemaker-fenced.c #define rsc_name(x) x->clone_name?x->clone_name:x->id x 376 include/crm/common/logging.h # define crm_str(x) (const char*)(x?x:"<null>") x 122 include/crm/compatibility.h #define INSTANCE(x) crm_element_value(x, XML_CIB_ATTR_INSTANCE) x 130 include/crm/compatibility.h #define NAME(x) crm_element_value(x, XML_NVPAIR_ATTR_NAME) x 138 include/crm/compatibility.h #define TSTAMP(x) crm_element_value(x, XML_ATTR_TSTAMP) x 170 include/crm/compatibility.h #define VALUE(x) crm_element_value(x, XML_NVPAIR_ATTR_VALUE) x 456 include/crm/msg_xml.h # define ID(x) crm_element_value(x, XML_ATTR_ID) x 457 include/crm/msg_xml.h # define TYPE(x) crm_element_name(x) x 48 lib/common/remote.c #define __swab16(x) ((uint16_t)( \ x 49 lib/common/remote.c (((uint16_t)(x) & (uint16_t)0x00ffU) << 8) | \ x 50 lib/common/remote.c (((uint16_t)(x) & (uint16_t)0xff00U) >> 8))) x 52 lib/common/remote.c #define __swab32(x) ((uint32_t)( \ x 53 lib/common/remote.c (((uint32_t)(x) & (uint32_t)0x000000ffUL) << 24) | \ x 54 lib/common/remote.c (((uint32_t)(x) & (uint32_t)0x0000ff00UL) << 8) | \ x 55 lib/common/remote.c (((uint32_t)(x) & (uint32_t)0x00ff0000UL) >> 8) | \ x 56 lib/common/remote.c (((uint32_t)(x) & (uint32_t)0xff000000UL) >> 24))) x 58 lib/common/remote.c #define __swab64(x) ((uint64_t)( \ x 59 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0x00000000000000ffULL) << 56) | \ x 60 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0x000000000000ff00ULL) << 40) | \ x 61 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0x0000000000ff0000ULL) << 24) | \ x 62 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0x00000000ff000000ULL) << 8) | \ x 63 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0x000000ff00000000ULL) >> 8) | \ x 64 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0x0000ff0000000000ULL) >> 24) | \ x 65 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0x00ff000000000000ULL) >> 40) | \ x 66 lib/common/remote.c (((uint64_t)(x) & (uint64_t)0xff00000000000000ULL) >> 56))) x 23 lib/gnu/byteswap.in.h #define bswap_16(x) ((((x) & 0x00FF) << 8) | \ x 24 lib/gnu/byteswap.in.h (((x) & 0xFF00) >> 8)) x 28 lib/gnu/byteswap.in.h #define bswap_32(x) ((((x) & 0x000000FF) << 24) | \ x 29 lib/gnu/byteswap.in.h (((x) & 0x0000FF00) << 8) | \ x 30 lib/gnu/byteswap.in.h (((x) & 0x00FF0000) >> 8) | \ x 31 lib/gnu/byteswap.in.h (((x) & 0xFF000000) >> 24)) x 35 lib/gnu/byteswap.in.h #define bswap_64(x) ((((x) & 0x00000000000000FFULL) << 56) | \ x 36 lib/gnu/byteswap.in.h (((x) & 0x000000000000FF00ULL) << 40) | \ x 37 lib/gnu/byteswap.in.h (((x) & 0x0000000000FF0000ULL) << 24) | \ x 38 lib/gnu/byteswap.in.h (((x) & 0x00000000FF000000ULL) << 8) | \ x 39 lib/gnu/byteswap.in.h (((x) & 0x000000FF00000000ULL) >> 8) | \ x 40 lib/gnu/byteswap.in.h (((x) & 0x0000FF0000000000ULL) >> 24) | \ x 41 lib/gnu/byteswap.in.h (((x) & 0x00FF000000000000ULL) >> 40) | \ x 42 lib/gnu/byteswap.in.h (((x) & 0xFF00000000000000ULL) >> 56)) x 2404 lib/pengine/pe_output.c int x; x 2441 lib/pengine/pe_output.c x = out->message(out, crm_map_element_name(rsc->xml), show_opts, rsc, x 2443 lib/pengine/pe_output.c if (x == pcmk_rc_ok) { x 16 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c run_one_test(const char *t, const char *x, int expected) { x 18 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c xmlNodePtr xml = string2xml(x); x 78 libltdl/libltdl/lt__private.h # define __attribute__(x) x 16 tools/crm_resource_print.c #define cons_string(x) x?x:"NA"