first_id           27 include/crm/common/nvpair_internal.h     const char *first_id;           // Block with this XML ID should sort first
first_id          498 lib/common/nvpair.c     if ((unpack_data != NULL) && (unpack_data->first_id != NULL)) {
first_id          499 lib/common/nvpair.c         if (pcmk__str_eq(pcmk__xe_id(pair_a), unpack_data->first_id,
first_id          503 lib/common/nvpair.c         } else if (pcmk__str_eq(pcmk__xe_id(pair_b), unpack_data->first_id,
first_id           25 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     .first_id = FIRST_ID,
first_id           55 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     xmlNode *first_id = pcmk__xml_parse(XML_FIRST_ID);
first_id           59 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_non_null(first_id);
first_id           64 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(first_id, not_first_id,
first_id           66 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(not_first_id, first_id,
first_id           68 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(first_id, no_id,
first_id           70 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(no_id, first_id,
first_id           74 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(first_id, not_first_id,
first_id           76 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(not_first_id, first_id,
first_id           78 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(first_id, no_id,
first_id           80 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     assert_int_equal(pcmk__cmp_nvpair_blocks(no_id, first_id,
first_id           83 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     pcmk__xml_free(first_id);
first_id           97 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     unpack_data.first_id = NULL;
first_id          105 lib/common/tests/nvpair/pcmk__cmp_nvpair_blocks_test.c     unpack_data.first_id = FIRST_ID;
first_id          195 lib/pengine/rules.c             .first_id = always_first,