Home
last modified time | relevance | path

Searched refs:m32 (Results 1 – 25 of 48) sorted by relevance

12

/NextBSD/sys/dev/drm2/
HDdrm_ioc32.c159 drm_map32_t *m32 = data; in compat_drm_getmap() local
164 map.offset = (unsigned long)m32->offset; in compat_drm_getmap()
170 m32->offset = map.offset; in compat_drm_getmap()
171 m32->size = map.size; in compat_drm_getmap()
172 m32->type = map.type; in compat_drm_getmap()
173 m32->flags = map.flags; in compat_drm_getmap()
175 m32->mtrr = map.mtrr; in compat_drm_getmap()
177 m32->handle = (unsigned long)handle; in compat_drm_getmap()
186 drm_map32_t *m32 = data; in compat_drm_addmap() local
191 map.offset = (unsigned long)m32->offset; in compat_drm_addmap()
[all …]
/NextBSD/contrib/netbsd-tests/usr.bin/cc/
HDt_hello.sh100 if ! cc -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
113 atf_check -s exit:0 -o ignore -e ignore cc -o hello32 -m32 test.c
132 atf_check -s exit:0 -o ignore -e ignore cc -o hello -m32 \
/NextBSD/sys/boot/i386/
HDMakefile.inc14 CFLAGS+= -m32
15 ACFLAGS+= -m32
/NextBSD/contrib/gcc/config/rs6000/
HDt-linux6410 MULTILIB_OPTIONS = m64/m32 msoft-float
14 MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
HDdarwin.opt27 m32
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_misc.c845 struct msghdr32 m32; in freebsd32_copyinmsghdr() local
848 error = copyin(msg32, &m32, sizeof(m32)); in freebsd32_copyinmsghdr()
851 msg->msg_name = PTRIN(m32.msg_name); in freebsd32_copyinmsghdr()
852 msg->msg_namelen = m32.msg_namelen; in freebsd32_copyinmsghdr()
853 msg->msg_iov = PTRIN(m32.msg_iov); in freebsd32_copyinmsghdr()
854 msg->msg_iovlen = m32.msg_iovlen; in freebsd32_copyinmsghdr()
855 msg->msg_control = PTRIN(m32.msg_control); in freebsd32_copyinmsghdr()
856 msg->msg_controllen = m32.msg_controllen; in freebsd32_copyinmsghdr()
857 msg->msg_flags = m32.msg_flags; in freebsd32_copyinmsghdr()
864 struct msghdr32 m32; in freebsd32_copyoutmsghdr() local
[all …]
/NextBSD/sys/boot/ficl/
HDMakefile46 CFLAGS+= -m32 -I.
53 CFLAGS+= -m32 -mcpu=powerpc -I.
/NextBSD/sys/boot/powerpc/
HDMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/NextBSD/sys/boot/ofw/
HDMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/NextBSD/sys/boot/uboot/
HDMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/NextBSD/contrib/gcc/config/sparc/
HDt-netbsd643 #MULTILIB_OPTIONS = m32/m64
HDt-sol2-641 MULTILIB_OPTIONS = m32/m64
HDt-linux641 MULTILIB_OPTIONS = m64/m32
/NextBSD/sys/boot/libstand32/
HDMakefile18 CFLAGS+= -m32 -I.
/NextBSD/sys/boot/usb/
HDMakefile.test46 CFLAGS+= -m32
/NextBSD/sys/boot/fdt/
HDMakefile24 CFLAGS+= -m32
/NextBSD/contrib/gcc/config/i386/
HDt-sol2-101 MULTILIB_OPTIONS = m32/m64
HDt-linux647 MULTILIB_OPTIONS = m64/m32
HDi386.opt26 m32
43 Target RejectNegative Negative(m32) Report Mask(64BIT)
/NextBSD/lib/libsysdecode/
HDMakefile17 CPP+= -m32
/NextBSD/tools/tools/zfsboottest/
HDMakefile19 CFLAGS+=-m32
/NextBSD/tools/regression/filemon/
HDMakefile33 ${CC} -m32 -DBIT=\"32\" -o ${.TARGET} ${CFLAGS} ${.ALLSRC}
/NextBSD/sys/boot/userboot/ficl/
HDMakefile40 CFLAGS+= -m32 -mcpu=powerpc -I.
/NextBSD/sys/modules/linux/
HDMakefile52 ${CC} -x assembler-with-cpp -DLOCORE -m32 -shared -s \
/NextBSD/contrib/gcclibs/libgomp/
HDconfigure.tgt65 *" -m32 "*)

12