Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/
HDdefs.mk44 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
88 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
138 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
163 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
167 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
244 if [ ${DO32:U0} -eq 0 ]; then \
HDficl.mk4 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
10 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
/freebsd-14-stable/stand/liblua32/
HDMakefile2 DO32=1 macro
/freebsd-14-stable/stand/ficl32/
HDMakefile2 DO32=1 macro
/freebsd-14-stable/stand/efi/libefi32/
HDMakefile1 DO32=1 macro
/freebsd-14-stable/stand/efi/loader_ia32/
HDMakefile1 DO32=1 macro
/freebsd-14-stable/stand/libsa32/
HDMakefile2 DO32=1 macro
/freebsd-14-stable/stand/efi/
HDMakefile.inc22 .if ${DO32:U0} == 1
/freebsd-14-stable/stand/i386/
HDMakefile.inc32 DO32=1
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu_recv.c155 #define DO32(X) (drr->drr_u.X = BSWAP_32(drr->drr_u.X)) in byteswap_record() macro
164 DO32(drr_begin.drr_type); in byteswap_record()
165 DO32(drr_begin.drr_flags); in byteswap_record()
171 DO32(drr_object.drr_type); in byteswap_record()
172 DO32(drr_object.drr_bonustype); in byteswap_record()
173 DO32(drr_object.drr_blksz); in byteswap_record()
174 DO32(drr_object.drr_bonuslen); in byteswap_record()
175 DO32(drr_object.drr_raw_bonuslen); in byteswap_record()
186 DO32(drr_write.drr_type); in byteswap_record()
199 DO32(drr_write_embedded.drr_lsize); in byteswap_record()
[all …]
/freebsd-14-stable/stand/efi/loader/
HDMakefile10 .if ${MACHINE} == "amd64" && ${DO32:U0} == 1
/freebsd-14-stable/stand/libsa/
HDMakefile196 .if ${DO32:U0} == 0