Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_stat.c105 sp->bt_magic = meta->magic;
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c241 uint64_t bt_magic; member
1451 bt->bt_magic = BT_MAGIC; in ztest_bt_generate()
1466 ASSERT3U(bt->bt_magic, ==, BT_MAGIC); in ztest_bt_verify()
1823 if (bt->bt_magic == BSWAP_64(BT_MAGIC)) in ztest_replay_write()
1826 if (bt->bt_magic != BT_MAGIC) in ztest_replay_write()
1837 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_write()
1874 if (rbt.bt_magic == BT_MAGIC) { in ztest_replay_write()
1989 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_replay_setattr()
2220 ASSERT3U(bbt->bt_magic, ==, BT_MAGIC); in ztest_lookup()
5280 if (bt && bt->bt_magic == BT_MAGIC) { in ztest_verify_dnode_bt()
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h545 u_int32_t bt_magic; /* Magic number. */ member