Home
last modified time | relevance | path

Searched refs:DO32 (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_byteswap.c32 #define DO32(X) (drr->drr_u.X = BSWAP_32(drr->drr_u.X)) macro
80 DO32(drr_begin.drr_type); in byteswap_record()
81 DO32(drr_begin.drr_flags); in byteswap_record()
93 DO32(drr_object.drr_type); in byteswap_record()
94 DO32(drr_object.drr_bonustype); in byteswap_record()
95 DO32(drr_object.drr_blksz); in byteswap_record()
96 DO32(drr_object.drr_bonuslen); in byteswap_record()
97 DO32(drr_object.drr_raw_bonuslen); in byteswap_record()
110 DO32(drr_write.drr_type); in byteswap_record()
146 DO32(drr_spill.drr_type); in byteswap_record()
[all …]
/freebsd/stand/
H A Ddefs.mk48 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
91 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
147 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
167 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
171 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
264 if [ ${DO32:U0} -eq 0 ]; then \
H A Dficl.mk4 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
10 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
/freebsd/stand/efi/
H A DMakefile.inc11 .if ${DO32:U0} == 1
28 .if ${DO32:U0} == 1
/freebsd/stand/liblua32/
H A DMakefile1 DO32=1 macro
/freebsd/stand/ficl32/
H A DMakefile1 DO32=1 macro
/freebsd/stand/efi/liblua32efi/
H A DMakefile1 DO32=1 macro
/freebsd/stand/efi/ficl32efi/
H A DMakefile1 DO32=1 macro
/freebsd/stand/efi/libefi32/
H A DMakefile1 DO32=1 macro
/freebsd/stand/efi/loader_ia32/
H A DMakefile1 DO32=1 macro
/freebsd/stand/libsa32/
H A DMakefile1 DO32=1 macro
/freebsd/stand/i386/
H A DMakefile.inc30 DO32=1
/freebsd/stand/efi/loader/
H A DMakefile13 .if ${MACHINE} == "amd64" && ${DO32:U0} == 1
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c179 #define DO32(X) (drr->drr_u.X = BSWAP_32(drr->drr_u.X)) in byteswap_record() macro
188 DO32(drr_begin.drr_type); in byteswap_record()
189 DO32(drr_begin.drr_flags); in byteswap_record()
195 DO32(drr_object.drr_type); in byteswap_record()
196 DO32(drr_object.drr_bonustype); in byteswap_record()
197 DO32(drr_object.drr_blksz); in byteswap_record()
198 DO32(drr_object.drr_bonuslen); in byteswap_record()
199 DO32(drr_object.drr_raw_bonuslen); in byteswap_record()
210 DO32(drr_write.drr_type); in byteswap_record()
223 DO32(drr_write_embedded.drr_lsize); in byteswap_record()
[all …]
/freebsd/stand/libsa/
H A DMakefile212 .if ${DO32:U0} == 0