Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_conv.c115 M_32_SWAP(h->lsn.file);
116 M_32_SWAP(h->lsn.offset);
117 M_32_SWAP(h->pgno);
118 M_32_SWAP(h->prev_pgno);
119 M_32_SWAP(h->next_pgno);
189 M_32_SWAP(bo->pgno);
190 M_32_SWAP(bo->tlen);
205 M_32_SWAP(bi->pgno);
206 M_32_SWAP(bi->nrecs);
214 M_32_SWAP(bo->pgno);
[all …]
H A Ddb.c456 M_32_SWAP(((BTMETA *)mbuf)->magic);
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c81 M_32_SWAP(h->pgno);
82 M_32_SWAP(h->prevpg);
83 M_32_SWAP(h->nextpg);
84 M_32_SWAP(h->flags);
190 M_32_SWAP(h->pgno);
191 M_32_SWAP(h->prevpg);
192 M_32_SWAP(h->nextpg);
193 M_32_SWAP(h->flags);
H A Dbt_open.c240 M_32_SWAP(m.magic);
241 M_32_SWAP(m.version);
242 M_32_SWAP(m.psize);
243 M_32_SWAP(m.free);
244 M_32_SWAP(m.nrecs);
245 M_32_SWAP(m.flags);
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c1077 M_32_SWAP(hdrp->magic);
1078 M_32_SWAP(hdrp->version);
1079 M_32_SWAP(hdrp->lorder);
1080 M_32_SWAP(hdrp->bsize);
1081 M_32_SWAP(hdrp->bshift);
1082 M_32_SWAP(hdrp->ovfl_point);
1083 M_32_SWAP(hdrp->last_freed);
1084 M_32_SWAP(hdrp->max_bucket);
1085 M_32_SWAP(hdrp->high_mask);
1086 M_32_SWAP(hdrp->low_mask);
[all …]
H A Dhash_page.c893 M_32_SWAP(((int32_t *)pagep)[i]);
924 M_32_SWAP(((int32_t *)pagep)[i]);
996 M_32_SWAP(PREV_PGNO(pagep));
997 M_32_SWAP(NEXT_PGNO(pagep));
1020 M_32_SWAP(PREV_PGNO(pagep));
1021 M_32_SWAP(NEXT_PGNO(pagep));
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h51 #define M_32_SWAP(a) { \ macro
/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash_conv.c49 M_32_SWAP(tpgno);
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h183 #define M_32_SWAP(a) { \ macro