Searched refs:common (Results 276 - 300 of 696) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sbin/restore/
H A Dmain.c296 const char *const common = local
302 "restore -i [-dhmNuvy]", common,
303 "restore -R [-dNuvy]", common,
304 "restore -r [-dNuvy]", common,
305 "restore -t [-dhNuvy]", common, fileell,
306 "restore -x [-dhmNuvy]", common, fileell);
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A DMakefile.am1 include $(top_srcdir)/Makefile.am.common
5 dist_libheim_ipcc_la_SOURCES = hi_locl.h heim_ipc_types.h client.c common.c
6 dist_libheim_ipcs_la_SOURCES = hi_locl.h heim_ipc_types.h server.c common.c
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dpk.c59 * Choose top 128 bits of the common key to use as our idea key.
87 * Choose middle 64 bits of the common key to use as our des key, possibly
116 * get common key from my secret key and his public key
123 MINT *common; local
128 common = mp_itom(0);
129 mp_pow(public, secret, modulus, common);
130 extractdeskey(common, deskey);
131 extractideakey(common, ideakey);
133 mp_mfree(common);
/freebsd-11-stable/usr.sbin/keyserv/
H A Dsetkey.c44 * Store secret keys. Compute common keys,
46 * Cache the common keys, so the expensive computation is avoided.
176 MINT *common; local
207 common = mp_itom(0);
208 mp_pow(public, secret, MODULUS, common);
209 extractdeskey(common, &deskey);
213 mp_mfree(common);
233 MINT *common; local
257 common = mp_itom(0);
258 mp_pow(public, secret, MODULUS, common);
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree.h339 thing it represents. Some common codes are:
575 #define TREE_CODE(NODE) ((enum tree_code) (NODE)->common.code)
576 #define TREE_SET_CODE(NODE, VALUE) ((NODE)->common.code = (VALUE))
890 #define TREE_TYPE(NODE) ((NODE)->common.type)
909 #define TREE_CHAIN(NODE) ((NODE)->common.chain)
1045 #define TREE_ADDRESSABLE(NODE) ((NODE)->common.addressable_flag)
1050 #define CALL_EXPR_TAILCALL(NODE) (CALL_EXPR_CHECK(NODE)->common.addressable_flag)
1055 (CASE_LABEL_EXPR_CHECK (NODE)->common.addressable_flag)
1063 #define TREE_STATIC(NODE) ((NODE)->common.static_flag)
1068 #define CLEANUP_EH_ONLY(NODE) ((NODE)->common
1293 struct tree_common common; local
1307 struct tree_common common; local
1318 struct tree_common common; local
1329 struct tree_common common; local
1339 struct tree_common common; local
1363 struct tree_common common; local
1373 struct tree_common common; local
1387 struct tree_common common; local
1439 struct tree_common common; local
1688 struct tree_common common; local
1753 struct tree_common common; local
1808 struct tree_common common; local
1835 struct tree_common common; local
1901 struct tree_common common; local
2125 struct tree_common common; local
2286 struct tree_common common; local
2366 struct tree_common common; local
2392 struct tree_decl_minimal common; local
2412 struct tree_memory_tag common; local
2582 struct tree_decl_minimal common; local
2683 struct tree_decl_common common; local
2739 struct tree_decl_common common; local
2761 struct tree_decl_with_rtl common; local
2774 struct tree_decl_with_rtl common; local
2779 struct tree_decl_with_rtl common; local
2792 struct tree_decl_with_rtl common; local
2923 struct tree_decl_with_rtl common; local
3032 struct tree_decl_with_vis common; local
3053 struct tree_decl_with_vis common; local
3157 struct tree_decl_non_common common; local
3193 struct tree_decl_non_common common; local
3219 struct tree_common common; local
3238 struct tree_common common; local
[all...]
H A Doutput.h258 /* An interface to assemble_integer for the common case in which a value is
412 #define SECTION_COMMON 0x800000 /* contains common data */
473 struct section_common common; local
489 struct section_common common; local
515 struct section_common common; local
524 struct section_common GTY ((skip)) common;
531 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_gas.c300 const struct bus_dma_tag_common *common; member in struct:dmar_gas_match_args
322 a->common->boundary))
330 bs = rounddown2(a->entry->start + a->offset + a->common->boundary,
331 a->common->boundary);
332 start = roundup2(bs, a->common->alignment);
338 a->common->boundary)) {
411 if (prev->end < a->common->lowaddr) {
413 a->common->alignment);
414 if (dmar_gas_match_one(a, prev, a->common->lowaddr)) {
438 find_entry.start = a->common
475 dmar_gas_find_space(struct dmar_domain *domain, const struct bus_dma_tag_common *common, dmar_gaddr_t size, int offset, u_int flags, struct dmar_map_entry *entry) argument
629 dmar_gas_map(struct dmar_domain *domain, const struct bus_dma_tag_common *common, dmar_gaddr_t size, int offset, u_int eflags, u_int flags, vm_page_t *ma, struct dmar_map_entry **res) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c29 #include "utils/common.h"
31 #include "common/defs.h"
32 #include "common/ieee802_1x_defs.h"
33 #include "common/eapol_common.h"
67 struct driver_wired_common_data common; member in struct:macsec_qca_data
197 drv->common.sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE));
198 if (drv->common.sock < 0) {
204 if (eloop_register_read_sock(drv->common.sock, macsec_qca_handle_read,
205 drv->common.ctx, NULL)) {
211 os_strlcpy(ifr.ifr_name, drv->common
[all...]
H A Ddriver_macsec_linux.c24 #include "utils/common.h"
26 #include "common/eapol_common.h"
51 struct driver_wired_common_data common; member in struct:macsec_drv_data
253 driver_wired_deinit_common(&drv->common);
300 if (driver_wired_init_common(&drv->common, ifname, ctx) < 0) {
335 drv->parent_ifi = rtnl_link_name2i(drv->link_cache, drv->common.ifname);
339 drv->common.ifname);
343 drv->common.ifname, drv->parent_ifi);
1103 drv->common.ifname, SCI2STR(sc->sci.addr, sc->sci.port),
1149 drv->common
[all...]
/freebsd-11-stable/lib/liblzma/
H A DMakefile7 .PATH: ${LZMADIR:H}/common
34 .PATH: ${LZMADIR}/common
35 SRCS+= common.c \
140 -I${LZMADIR}/common \
147 -I${LZMADIR:H}/common
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am635 $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h $(BFDDIR)/libbfd.h
1015 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1026 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1041 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1047 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1052 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1056 $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h \
1060 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1069 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1074 $(INCDIR)/elf/common
[all...]
H A DMakefile.in778 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
791 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
809 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
816 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
822 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
826 $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h \
831 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
842 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
848 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
854 $(INCDIR)/elf/common
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c507 p_ramrod->common.update_rss_flg = 0;
520 p_ramrod->common.update_rss_flg = p_rss->update_rss_config;
554 p_ramrod->common.update_rss_flg,
608 p_ramrod->common.update_rx_mode_flg =
610 p_ramrod->common.update_tx_mode_flg =
620 p_ramrod->common.update_tx_mode_flg = 0;
625 if (p_ramrod->common.update_rx_mode_flg) {
650 p_ramrod->common.vport_id, state);
654 if (p_ramrod->common.update_tx_mode_flg) {
674 p_ramrod->common
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmtimer.c26 #include <dev/pms/freebsd/driver/common/osenv.h>
27 #include <dev/pms/freebsd/driver/common/ostypes.h>
28 #include <dev/pms/freebsd/driver/common/osdebug.h>
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtimer.c28 #include <dev/pms/freebsd/driver/common/osenv.h>
29 #include <dev/pms/freebsd/driver/common/ostypes.h>
30 #include <dev/pms/freebsd/driver/common/osdebug.h>
/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/conf/
H A Dkern.pre.mk82 CFLAGS.gcc+= -fno-common -fms-extensions -finline-limit=${INLINE_LIMIT}
132 NORMAL_FWO= ${LD} -b binary --no-warn-mismatch -d -warn-common -r \
136 CDDL_CFLAGS= -DFREEBSD_NAMECACHE -nostdinc -I$S/cddl/compat/opensolaris -I$S/cddl/contrib/opensolaris/uts/common -I$S -I$S/cddl/contrib/opensolaris/common ${CFLAGS} -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -Wno-unknown-pragmas
141 ZFS_CFLAGS= -DBUILDING_ZFS -I$S/cddl/contrib/opensolaris/uts/common/fs/zfs
142 ZFS_CFLAGS+= -I$S/cddl/contrib/opensolaris/uts/common/fs/zfs/lua
143 ZFS_CFLAGS+= -I$S/cddl/contrib/opensolaris/uts/common/zmod
144 ZFS_CFLAGS+= -I$S/cddl/contrib/opensolaris/common/zfs
155 DTRACE_CFLAGS+= -I$S/cddl/contrib/opensolaris/common/util -I$S -DDIS_MEM -DSMP
161 FBT_CFLAGS= -DBUILDING_DTRACE -nostdinc -I$S/cddl/dev/fbt/${MACHINE_CPUARCH} -I$S/cddl/dev/fbt -I$S/cddl/compat/opensolaris -I$S/cddl/contrib/opensolaris/uts/common
[all...]
/freebsd-11-stable/crypto/heimdal/admin/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/crypto/heimdal/tools/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c33 #include <dev/pms/freebsd/driver/common/osenv.h>
34 #include <dev/pms/freebsd/driver/common/ostypes.h>
35 #include <dev/pms/freebsd/driver/common/osdebug.h>
60 #include <dev/pms/RefTisa/tisa/sassata/sas/common/tdtypes.h>
61 #include <dev/pms/freebsd/driver/common/osstring.h>
62 #include <dev/pms/RefTisa/tisa/sassata/common/tdutil.h>
76 #include <dev/pms/RefTisa/tisa/sassata/common/tdsatypes.h>
77 #include <dev/pms/RefTisa/tisa/sassata/common/tdproto.h>
/freebsd-11-stable/tools/tools/net80211/scripts/mesh/
H A Dtopology.ring15 . common
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Ddisable32 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-11-stable/usr.sbin/bsdconfig/ttys/
H A Dttys32 . $BSDCFG_SHARE/common.subr || exit 1

Completed in 334 milliseconds

<<11121314151617181920>>