Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ztest/
H A Dztest.c200 #define BT_MAGIC 0x123456789abcdefULL macro
1264 bt->bt_magic = BT_MAGIC; in ztest_bt_generate()
1277 ASSERT3U(bt->bt_magic, ==, BT_MAGIC); in ztest_bt_verify()
1578 if (bt->bt_magic == BSWAP_64(BT_MAGIC)) in ztest_replay_write()
1581 if (bt->bt_magic != BT_MAGIC) in ztest_replay_write()
1592 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_write()
1629 if (rbt.bt_magic == BT_MAGIC) { in ztest_replay_write()
1739 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_setattr()
1969 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_lookup()