Home
last modified time | relevance | path

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

/freebsd/stand/
H A Ddefs.mk48 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
91 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
141 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
161 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
165 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
244 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/liblua32/
H A DMakefile1 DO32=1 macro
/freebsd/stand/ficl32/
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/efi/
H A DMakefile.inc23 .if ${DO32:U0} == 1
/freebsd/stand/i386/
H A DMakefile.inc30 DO32=1
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c157 #define DO32(X) (drr->drr_u.X = BSWAP_32(drr->drr_u.X)) in byteswap_record() macro
166 DO32(drr_begin.drr_type); in byteswap_record()
167 DO32(drr_begin.drr_flags); in byteswap_record()
173 DO32(drr_object.drr_type); in byteswap_record()
174 DO32(drr_object.drr_bonustype); in byteswap_record()
175 DO32(drr_object.drr_blksz); in byteswap_record()
176 DO32(drr_object.drr_bonuslen); in byteswap_record()
177 DO32(drr_object.drr_raw_bonuslen); in byteswap_record()
188 DO32(drr_write.drr_type); in byteswap_record()
201 DO32(drr_write_embedded.drr_lsize); in byteswap_record()
[all …]
/freebsd/stand/efi/loader/
H A DMakefile9 .if ${MACHINE} == "amd64" && ${DO32:U0} == 1
/freebsd/stand/libsa/
H A DMakefile199 .if ${DO32:U0} == 0