Searched refs:BSWAP_32 (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h55 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) macro
56 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
73 #define LE_32(x) BSWAP_32(x)
82 #define BE_32(x) BSWAP_32(x)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_byteswap.c39 ace->a_who = BSWAP_32(ace->a_who);
40 ace->a_access_mask = BSWAP_32(ace->a_access_mask);
81 BSWAP_32(zacep->z_hdr.z_access_mask);
92 acep->a_access_mask = BSWAP_32(acep->a_access_mask);
95 acep->a_who = BSWAP_32(acep->a_who);
189 zp->zp_acl.z_acl_size = BSWAP_32(zp->zp_acl.z_acl_size);
H A Ddmu_send.c988 drrb->drr_type = BSWAP_32(drrb->drr_type);
1110 #define DO32(X) (drr->drr_u.X = BSWAP_32(drr->drr_u.X))
1111 drr->drr_type = BSWAP_32(drr->drr_type);
1112 drr->drr_payloadlen = BSWAP_32(drr->drr_payloadlen);
H A Dzap_leaf.c113 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic);
137 le->le_cd = BSWAP_32(le->le_cd);
H A Dsa.c1248 sa_hdr_phys->sa_magic = BSWAP_32(sa_hdr_phys->sa_magic);
1287 VERIFY(BSWAP_32(sa_hdr_phys->sa_magic) == SA_MAGIC);
H A Ddmu.c1802 buf[i] = BSWAP_32(buf[i]);
H A Dzap_micro.c230 BSWAP_32(buf->mz_chunk[i].mze_cd);
H A Dzfs_vfsops.c620 if (sa.sa_magic == BSWAP_32(SA_MAGIC)) {
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zstreamdump/
H A Dzstreamdump.c152 drr->drr_type = BSWAP_32(drr->drr_type);
154 BSWAP_32(drr->drr_payloadlen);
181 drrb->drr_type = BSWAP_32(drrb->drr_type);
182 drrb->drr_flags = BSWAP_32(drrb->drr_flags);
266 drro->drr_type = BSWAP_32(drro->drr_type);
268 BSWAP_32(drro->drr_bonustype);
269 drro->drr_blksz = BSWAP_32(drro->drr_blksz);
271 BSWAP_32(drro->drr_bonuslen);
308 drrw->drr_type = BSWAP_32(drrw->drr_type);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_fletcher.c193 a += BSWAP_32(ip[0]);
239 a += BSWAP_32(ip[0]);
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dfletcher.c87 a += BSWAP_32(ip[0]);
H A Dzfsimpl.h107 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) macro
108 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil_impl.h65 #define UU_PTR_ENCODE(ptr) BSWAP_32((uintptr_t)(void *)(ptr))
/freebsd-10.0-release/contrib/xz/src/common/
H A Dtuklib_integer.h74 # ifdef BSWAP_32
75 # define bswap32(num) BSWAP_32(num)
/freebsd-10.0-release/sys/dev/oce/
H A Doce_if.h202 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | \ macro
204 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | \
205 BSWAP_32((x) >> 32))
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2308 drre.drr_type = BSWAP_32(drre.drr_type);
2480 drr->drr_type = BSWAP_32(drr->drr_type);
2499 BSWAP_32(drr->drr_u.drr_object.
3119 if (drr.drr_type == DRR_END || drr.drr_type == BSWAP_32(DRR_END)) {
3137 drr.drr_type = BSWAP_32(drr.drr_type);
3138 drr.drr_payloadlen = BSWAP_32(drr.drr_payloadlen);
3142 drrb->drr_type = BSWAP_32(drrb->drr_type);
3143 drrb->drr_flags = BSWAP_32(drrb->drr_flags);
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c72 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) macro
75 #define SWAP_32(x) (x) = BSWAP_32(x)

Completed in 299 milliseconds