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

1234567891011>>

/freebsd-current/sys/contrib/openzfs/lib/libzstd/
H A DMakefile.am2 # -fno-tree-vectorize is set for gcc in zstd/common/compiler.h
9 module/zstd/lib/common/entropy_common.c \
10 module/zstd/lib/common/error_private.c \
11 module/zstd/lib/common/fse_decompress.c \
12 module/zstd/lib/common/pool.c \
13 module/zstd/lib/common/zstd_common.c \
/freebsd-current/contrib/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-current/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-current/sys/arm64/arm64/
H A Dbusdma_bounce.c74 struct bus_dma_tag_common common; member in struct:bus_dma_tag
123 #define dmat_alignment(dmat) ((dmat)->common.alignment)
125 #define dmat_boundary(dmat) ((dmat)->common.boundary)
126 #define dmat_domain(dmat) ((dmat)->common.domain)
127 #define dmat_flags(dmat) ((dmat)->common.flags)
128 #define dmat_highaddr(dmat) ((dmat)->common.highaddr)
129 #define dmat_lowaddr(dmat) ((dmat)->common.lowaddr)
130 #define dmat_lockfunc(dmat) ((dmat)->common.lockfunc)
131 #define dmat_lockfuncarg(dmat) ((dmat)->common.lockfuncarg)
132 #define dmat_maxsegsz(dmat) ((dmat)->common
[all...]
/freebsd-current/sys/contrib/openzfs/scripts/
H A DMakefile.am4 %D%/common.sh.in \
71 CLEANFILES += %D%/common.sh
72 %D%/common.sh: %D%/common.sh.in Makefile
83 scripts-all-local: %D%/common.sh
91 scripts-install-data-hook: %D%/common.sh.in Makefile
97 $< >$(DESTDIR)$(datadir)/$(PACKAGE)/common.sh
/freebsd-current/crypto/openssl/test/recipes/
H A D04-test_pem_reading.t86 my @common = ($cmd, "x509", "-text", "-noout", "-inform", "PEM", "-in");
87 my @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
94 my @common = ($cmd, "pkey", "-inform", "PEM", "-passin", "file:" . data_file("wellknown"), "-noout", "-text", "-in");
98 @data = run(app([@common, data_file($input)], stderr => undef), capture => 1);
105 my @common = ($cmd, "pkey", "-inform", "PEM", "-noout", "-text", "-in");
106 my @data = run(app([@common, data_file("beermug.pem")], stderr => undef), capture => 1);
110 @data = run(app([@common, $certkeycert], stderr => "outerr.txt"), capture => 1);
/freebsd-current/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-current/sys/riscv/riscv/
H A Dbusdma_bounce.c72 struct bus_dma_tag_common common; member in struct:bus_dma_tag
113 #define dmat_alignment(dmat) ((dmat)->common.alignment)
115 #define dmat_boundary(dmat) ((dmat)->common.boundary)
116 #define dmat_flags(dmat) ((dmat)->common.flags)
117 #define dmat_highaddr(dmat) ((dmat)->common.highaddr)
118 #define dmat_lowaddr(dmat) ((dmat)->common.lowaddr)
119 #define dmat_lockfunc(dmat) ((dmat)->common.lockfunc)
120 #define dmat_lockfuncarg(dmat) ((dmat)->common.lockfuncarg)
121 #define dmat_maxsegsz(dmat) ((dmat)->common.maxsegsz)
122 #define dmat_nsegments(dmat) ((dmat)->common
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Doffloading.c47 struct iwl_proto_offload_cmd_common *common; local
173 common = &cmd.v3s.common;
176 common = &cmd.v4.common;
182 * common part.
185 hcmd.data[0] = common;
188 common = &cmd.v2.common;
191 common
[all...]
/freebsd-current/contrib/expat/lib/
H A Dxmlrole.c138 static int FASTCALL common(PROLOG_STATE *state, int tok);
168 return common(state, tok);
200 return common(state, tok);
220 return common(state, tok);
237 return common(state, tok);
263 return common(state, tok);
279 return common(state, tok);
295 return common(state, tok);
314 return common(state, tok);
330 return common(stat
1225 common(PROLOG_STATE *state, int tok) { function
[all...]
/freebsd-current/contrib/dialog/samples/
H A Dtextbox-both8 TEXT=/usr/share/common-licenses/GPL
H A Dtextbox38 TEXT=/usr/share/common-licenses/GPL
H A Dtextbox-help8 TEXT=/usr/share/common-licenses/GPL
/freebsd-current/crypto/heimdal/appl/afsutil/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-current/crypto/heimdal/appl/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-current/crypto/heimdal/appl/su/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-current/crypto/heimdal/appl/kf/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-current/tests/sys/compat32/aarch64/
H A Dswp_cond_test.sh5 . ${scriptdir}/common.sh
H A Dswp_test.sh5 . ${scriptdir}/common.sh
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Drootpass29 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossa.h84 #include <dev/pms/freebsd/driver/common/osenv.h>
85 #include <dev/pms/freebsd/driver/common/ostypes.h>
/freebsd-current/tools/tools/ath/athstats/
H A DMakefile12 CFLAGS+= -I${.CURDIR}/../common/
13 .PATH.c: ${.CURDIR}/../common/
/freebsd-current/usr.sbin/wpa/hostapd_cli/
H A DMakefile.depend13 usr.sbin/wpa/src/common \
/freebsd-current/stand/i386/zfsboot/
H A DMakefile4 .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common ${BOOTSRC}/common
28 -I${BOOTSRC}/i386/common \
36 -I${SYSDIR}/cddl/contrib/opensolaris/common/lz4 \
/freebsd-current/stand/i386/gptzfsboot/
H A DMakefile5 ${BOOTSRC}/i386/zfsboot ${BOOTSRC}/i386/common \
6 ${BOOTSRC}/common
29 -I${BOOTSRC}/i386/common \
37 -I${SYSDIR}/cddl/contrib/opensolaris/common/lz4 \

Completed in 152 milliseconds

1234567891011>>