Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_close.c168 BTMETA m;
182 memmove(p, &m, sizeof(BTMETA));
H A Dbt_open.c98 BTMETA m;
223 if ((nr = read(t->bt_fd, &m, sizeof(BTMETA))) < 0)
225 if (nr != sizeof(BTMETA))
H A Dbt_debug.c142 BTMETA *m;
147 m = (BTMETA *)h;
H A Dbtree.h316 } BTMETA; typedef
/titanic_41/usr/src/cmd/sendmail/db/btree/
H A Dbt_open.c210 BTMETA *meta;
251 memset(meta, 0, sizeof(BTMETA));
H A Dbt_page.c76 BTMETA *meta;
156 BTMETA *meta;
H A Dbt_stat.c38 BTMETA *meta;
H A Dbt_rec.c45 BTMETA *meta;
149 BTMETA *meta;
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb.c101 BTMETA *btm;
381 retry: switch (((BTMETA *)mbuf)->magic) {
387 btm = (BTMETA *)mbuf;
456 M_32_SWAP(((BTMETA *)mbuf)->magic);
H A Ddb_pr.c186 BTMETA *mp;
815 BTMETA *mp;
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h67 } BTMETA; typedef