Searched refs:common (Results 176 - 200 of 696) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.h44 #include <dev/pms/RefTisa/tisa/sassata/common/tdioctl.h>
45 #include <dev/pms/freebsd/driver/common/osenv.h>
46 #include <dev/pms/freebsd/driver/common/ostypes.h>
47 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.h39 struct bus_dma_tag_common common; member in struct:bus_dma_tag_dmar
H A Dbusdma_dmar.c306 &((struct bus_dma_tag_dmar *)parent)->common : NULL, alignment,
314 newtag->common.impl = &bus_dma_dmar_impl;
321 __func__, newtag, (newtag != NULL ? newtag->common.flags : 0),
341 parent = (struct bus_dma_tag_dmar *)dmat->common.parent;
342 if (atomic_fetchadd_int(&dmat->common.ref_count, -1) ==
372 tag->common.nsegments, M_DMAR_DMAMAP, M_NOWAIT);
434 if (tag->common.maxsize < PAGE_SIZE &&
435 tag->common.alignment <= tag->common.maxsize &&
437 *vaddr = malloc(tag->common
[all...]
/freebsd-11-stable/tools/tools/ath/athdecode/
H A DMakefile6 .PATH.c: ${.CURDIR}/../common
/freebsd-11-stable/tools/tools/ath/athpoke/
H A DMakefile6 .PATH.c: ${.CURDIR}/../common
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile3 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libdtrace/common
4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/lib/libgen/common
71 -I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
72 -I${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common \
73 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
126 dt_errtags.c: ${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common/dt_errtags.h
127 sh ${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common/mkerrtags.sh < ${.ALLSRC} > ${.TARGET}
129 dt_names.c: ${OPENSOLARIS_SYS_DISTDIR}/uts/common/sys/dtrace.h
130 sh ${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common/mknames.sh < ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/sys/modules/cxgbe/if_cxgbev/
H A DMakefile6 .PATH: ${CXGBE} ${CXGBE}/common
/freebsd-11-stable/sys/modules/dtrace/dtrace/
H A DMakefile7 .PATH: ${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace
45 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
46 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace \
47 -I${SYSDIR}/cddl/contrib/opensolaris/common/util \
/freebsd-11-stable/sys/modules/dtrace/dtnfscl/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/dtmalloc/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/systrace_linux32/
H A DMakefile13 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/systrace_linux/
H A DMakefile13 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/sdt/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/systrace_freebsd32/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/prototype/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/profile/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/stand/pc98/btx/btx/
H A DMakefile16 CFLAGS+=-I${BOOTSRC}/i386/common
/freebsd-11-stable/stand/i386/btx/btx/
H A DMakefile16 CFLAGS+=-I${BOOTSRC}/i386/common
/freebsd-11-stable/lib/libbe/tests/
H A DMakefile17 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
/freebsd-11-stable/usr.sbin/wpa/
H A DMakefile.inc10 ${WPA_DISTDIR}/src/common \
25 CFLAGS+=-I${WPA_DISTDIR}/src/common
/freebsd-11-stable/sys/modules/mlx4en/
H A DMakefile17 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
/freebsd-11-stable/sys/modules/mlx5fpga_tools/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
/freebsd-11-stable/sys/modules/mlxfw/
H A DMakefile13 -I${SRCTOP}/sys/compat/linuxkpi/common/include \
/freebsd-11-stable/sys/modules/rdma/krping/
H A DMakefile10 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c236 common data between all three kinds of pages - small, large, and
261 struct page_entry common; member in struct:small_page_entry
279 struct page_entry common; member in struct:large_page_entry
692 size_t max_size = (page->common.page + SMALL_PAGE_SIZE
828 e->common.page = page + (i << GGC_PAGE_SHIFT);
829 e->common.zone = zone;
832 set_page_table_entry (e->common.page, &e->common);
838 entry->common.page = page;
839 entry->common
[all...]

Completed in 125 milliseconds

1234567891011>>