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

/osnet-11/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(b
[all...]
H A Ddb.c456 M_32_SWAP(((BTMETA *)mbuf)->magic);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c79 M_32_SWAP(h->pgno);
80 M_32_SWAP(h->prevpg);
81 M_32_SWAP(h->nextpg);
82 M_32_SWAP(h->flags);
188 M_32_SWAP(h->pgno);
189 M_32_SWAP(h->prevpg);
190 M_32_SWAP(h->nextpg);
191 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);
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_conv.c49 M_32_SWAP(tpgno);
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h47 * M_32_SWAP swap a memory location
51 #define M_32_SWAP(a) { \ macro
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c1066 M_32_SWAP(hdrp->magic);
1067 M_32_SWAP(hdrp->version);
1068 M_32_SWAP(hdrp->lorder);
1069 M_32_SWAP(hdrp->bsize);
1070 M_32_SWAP(hdrp->bshift);
1071 M_32_SWAP(hdrp->ovfl_point);
1072 M_32_SWAP(hdrp->last_freed);
1073 M_32_SWAP(hdrp->max_bucket);
1074 M_32_SWAP(hdrp->high_mask);
1075 M_32_SWAP(hdr
[all...]
H A Dhash_page.c903 M_32_SWAP(((int32_t *)pagep)[i]);
934 M_32_SWAP(((int32_t *)pagep)[i]);
1007 M_32_SWAP(PREV_PGNO(pagep));
1008 M_32_SWAP(NEXT_PGNO(pagep));
1031 M_32_SWAP(PREV_PGNO(pagep));
1032 M_32_SWAP(NEXT_PGNO(pagep));
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h178 * M_32_SWAP swap a memory location
182 #define M_32_SWAP(a) { \ macro

Completed in 590 milliseconds