Searched refs:common (Results 126 - 150 of 696) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/i386/cdboot/
H A DMakefile10 CFLAGS+=-I${BOOTSRC}/i386/common
/freebsd-11-stable/usr.bin/atm/sscop/
H A DMakefile8 SRCS= common.c sscop_main.c
/freebsd-11-stable/usr.bin/ypwhich/
H A DMakefile4 YPSERV=${SRCTOP}/usr.sbin/ypserv/common
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h54 * to this common structure.
68 #define input_hooks common.in_hooks
69 #define output_hooks common.out_hooks
70 #define paused_requests common.pause_requests
73 struct evrpc_hooks_ common; member in struct:evrpc_base
87 struct evrpc_hooks_ common; member in struct:evrpc_pool
/freebsd-11-stable/sys/x86/x86/
H A Dbusdma_bounce.c71 struct bus_dma_tag_common common; member in struct:bus_dma_tag
164 error = common_bus_dma_tag_create(parent != NULL ? &parent->common :
171 newtag->common.impl = &bus_dma_bounce_impl;
175 if (parent != NULL && ((newtag->common.filter != NULL) ||
179 if (newtag->common.lowaddr < ptoa((vm_paddr_t)Maxmem) ||
180 newtag->common.alignment > 1)
213 __func__, newtag, (newtag != NULL ? newtag->common.flags : 0),
233 parent = (bus_dma_tag_t)dmat->common.parent;
234 atomic_subtract_int(&dmat->common.ref_count, 1);
235 if (dmat->common
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_bounce.c74 struct bus_dma_tag_common common; member in struct:bus_dma_tag
176 error = common_bus_dma_tag_create(parent != NULL ? &parent->common :
183 newtag->common.impl = &bus_dma_bounce_impl;
191 if ((newtag->common.filter != NULL ||
199 if (newtag->common.lowaddr < ptoa((vm_paddr_t)Maxmem) ||
200 newtag->common.alignment > 1)
233 __func__, newtag, (newtag != NULL ? newtag->common.flags : 0),
253 parent = (bus_dma_tag_t)dmat->common.parent;
254 atomic_subtract_int(&dmat->common.ref_count, 1);
255 if (dmat->common
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
5 AM_CPPFLAGS += -I$(srcdir)/../common $(INCLUDE_krb4) -DFTP_SERVER
45 LDADD = ../common/libcommon.a \
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlrole.c132 static int FASTCALL common(PROLOG_STATE *state, int tok);
162 return common(state, tok);
194 return common(state, tok);
214 return common(state, tok);
231 return common(state, tok);
257 return common(state, tok);
273 return common(state, tok);
289 return common(state, tok);
308 return common(state, tok);
324 return common(stat
1219 common(PROLOG_STATE *state, int tok) { function
[all...]
/freebsd-11-stable/contrib/dialog/samples/
H A Dtextbox-both8 TEXT=/usr/share/common-licenses/GPL
H A Dtextbox-help8 TEXT=/usr/share/common-licenses/GPL
H A Dtextbox38 TEXT=/usr/share/common-licenses/GPL
/freebsd-11-stable/crypto/heimdal/appl/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/appl/kf/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/appl/su/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h85 #include <dev/pms/freebsd/driver/common/osenv.h>
86 #include <dev/pms/freebsd/driver/common/ostypes.h>
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfixit.conf31 progs ftp rsh sed telnet rlogin common find
32 ln common vi
33 ln common view
34 ln common ex
/freebsd-11-stable/tools/tools/ath/athstats/
H A DMakefile13 CFLAGS+= -I${.CURDIR}/../common/
14 .PATH.c: ${.CURDIR}/../common/
/freebsd-11-stable/lib/csu/sparc64/
H A DMakefile3 .PATH: ${.CURDIR:H}/common
8 CFLAGS+= -I${.CURDIR:H}/common \
/freebsd-11-stable/sbin/bectl/
H A DMakefile15 CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/lib/libzfs/common
17 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
/freebsd-11-stable/sys/modules/linuxkpi/
H A DMakefile2 .PATH: ${SRCTOP}/sys/compat/linuxkpi/common/src
25 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
/freebsd-11-stable/kerberos5/lib/libheimipcc/
H A DMakefile9 common.c
/freebsd-11-stable/kerberos5/lib/libheimipcs/
H A DMakefile9 common.c
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaglobal.h34 #include <dev/pms/freebsd/driver/common/osenv.h>
35 #include <dev/pms/freebsd/driver/common/ostypes.h>
36 #include <dev/pms/freebsd/driver/common/osdebug.h>
38 #include <dev/pms/RefTisa/tisa/sassata/common/ossa.h>
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/clock/
H A Drk3188-cru.h19 #include <dt-bindings/clock/rk3188-cru-common.h>

Completed in 175 milliseconds

1234567891011>>