Searched refs:common (Results 226 - 250 of 696) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.bin/lzmainfo/
H A DMakefile11 .PATH: ${XZDIR}/common
17 -I${XZDIR}/common
/freebsd-11-stable/usr.bin/elfcopy/
H A DMakefile26 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/libpe -I${ELFTCDIR}/common
/freebsd-11-stable/sys/modules/sfxge/
H A DMakefile16 .PATH: ${SRCTOP}/sys/dev/sfxge/common
/freebsd-11-stable/sys/modules/pms/
H A DMakefile14 ${SRCTOP}/sys/dev/pms/RefTisa/tisa/sassata/common \
15 ${SRCTOP}/sys/dev/pms/RefTisa/tisa/sassata/sas/common \
18 ${SRCTOP}/sys/dev/pms/freebsd/driver/common
/freebsd-11-stable/sys/modules/netgraph/bluetooth/bluetooth/
H A DMakefile4 .PATH: ${SRCTOP}/sys/netgraph/bluetooth/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/systrace_freebsd32/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/systrace/
H A DMakefile12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
13 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace \
/freebsd-11-stable/sys/modules/dtrace/sdt/
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/sys/modules/dtrace/fbt/
H A DMakefile21 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/sys/modules/dtrace/fasttrap/
H A DMakefile5 .PATH: ${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace
12 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
13 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common/dtrace \
24 .PATH: ${SYSDIR}/cddl/contrib/opensolaris/common/unicode
/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/cxgbe/if_cxgbev/
H A DMakefile6 .PATH: ${CXGBE} ${CXGBE}/common
/freebsd-11-stable/sys/modules/cxgb/iw_cxgb/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
/freebsd-11-stable/sys/modules/cxgb/cxgb/
H A DMakefile4 .PATH: ${CXGB} ${CXGB}/common ${CXGB}/sys
/freebsd-11-stable/usr.sbin/autofs/
H A DMakefile8 SRCS+= common.c
/freebsd-11-stable/usr.sbin/acpi/
H A DMakefile.inc14 ${ACPICA_DIR}/common \
/freebsd-11-stable/sys/modules/svr4/
H A DMakefile25 ${CC} -c ${CFLAGS:N-flto:N-fno-common} ${.IMPSRC}
/freebsd-11-stable/sys/x86/iommu/
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/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c70 #include <dev/pms/RefTisa/tisa/sassata/common/tdsatypes.h>
71 #include <dev/pms/freebsd/driver/common/lxencrypt.h>
5874 Timer tick for tisa common layer
5899 tiCOMTimerTick( &pCard->tiRoot ); /* tisa common layer timer tick */
6650 #include <dev/pms/freebsd/driver/common/lxosapi.c>
6652 #include <dev/pms/freebsd/driver/common/lxutil.c>
6653 #include <dev/pms/freebsd/driver/common/lxencrypt.c>

Completed in 114 milliseconds

1234567891011>>