Home
last modified time | relevance | path

Searched refs:BT_MAGIC (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/ztest/
H A Dztest.c202 #define BT_MAGIC 0x123456789abcdefULL macro
1267 bt->bt_magic = BT_MAGIC; in ztest_bt_generate()
1280 ASSERT3U(bt->bt_magic, ==, BT_MAGIC); in ztest_bt_verify()
1581 if (bt->bt_magic == BSWAP_64(BT_MAGIC)) in ztest_replay_write()
1584 if (bt->bt_magic != BT_MAGIC) in ztest_replay_write()
1595 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_write()
1632 if (rbt.bt_magic == BT_MAGIC) { in ztest_replay_write()
1742 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_setattr()
1972 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_lookup()