Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/freebsd-12.1/sys/dev/mlxfw/
H A Dmlxfw_mfa2.c126 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_validate() argument
147 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_dev_validate() local
156 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, dev_tlv); in mlxfw_mfa2_file_dev_validate()
157 if (!multi) { in mlxfw_mfa2_file_dev_validate()
220 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_comp_validate() local
226 if (!multi) { in mlxfw_mfa2_file_comp_validate()
235 tlv = mlxfw_mfa2_tlv_multi_child(mfa2_file, multi); in mlxfw_mfa2_file_comp_validate()
293 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_init() local
313 if (!multi) { in mlxfw_mfa2_file_init()
504 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_component_tlv_get() local
[all …]
H A Dmlxfw_mfa2_tlv_multi.c43 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_child() argument
48 return mlxfw_mfa2_tlv_get(mfa2_file, (const u8 *) multi + multi_len); in mlxfw_mfa2_tlv_multi_child()
55 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_tlv_next() local
62 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv); in mlxfw_mfa2_tlv_next()
63 tlv_len = NLA_ALIGN(tlv_len + be16_to_cpu(multi->total_len)); in mlxfw_mfa2_tlv_next()
85 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_find() argument
92 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_find()
105 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_count() argument
113 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_count()
H A Dmlxfw_mfa2_tlv_multi.h43 const struct mlxfw_mfa2_tlv_multi *multi);
55 const struct mlxfw_mfa2_tlv_multi *multi,
59 const struct mlxfw_mfa2_tlv_multi *multi,
67 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument
69 mlxfw_mfa2_tlv_multi_child(mfa2_file, multi), \
70 be16_to_cpu(multi->num_extensions) + 1)
/freebsd-12.1/contrib/netbsd-tests/ipf/
H A Dt_nat_ipf_exec.sh62 multi)
72 test_case ni1 natipftest multi hex hex -T update_ipid=1
77 test_case ni6 natipftest multi hex text -T update_ipid=1 -D
88 test_case ni17 natipftest multi text text
89 test_case ni18 natipftest multi text text
92 test_case ni21 natipftest multi text text
93 test_case ni23 natipftest multi text text -D
/freebsd-12.1/contrib/libstdc++/
H A DMakefile.in50 $(top_srcdir)/../config/multi.m4 \
403 all-multi:
405 install-multi:
408 mostlyclean-multi:
410 clean-multi:
412 distclean-multi:
414 maintainer-clean-multi:
665 all-am: Makefile all-multi config.h
692 clean: clean-multi clean-recursive
696 distclean: distclean-multi distclean-recursive
[all …]
/freebsd-12.1/contrib/gcclibs/libssp/
H A DMakefile.in443 all-multi:
445 install-multi:
448 mostlyclean-multi:
450 clean-multi:
452 distclean-multi:
454 maintainer-clean-multi:
683 clean: clean-am clean-multi
688 distclean: distclean-am distclean-multi
722 mostlyclean: mostlyclean-am mostlyclean-multi
739 clean clean-generic clean-libtool clean-multi \
[all …]
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DMakefile.in431 all-multi:
433 install-multi:
436 mostlyclean-multi:
438 clean-multi:
440 distclean-multi:
442 maintainer-clean-multi:
771 clean: clean-multi clean-recursive
776 distclean: distclean-multi distclean-recursive
830 clean-local clean-multi clean-recursive \
834 distclean-hdr distclean-libtool distclean-multi \
[all …]
/freebsd-12.1/contrib/gcclibs/libgomp/
H A DMakefile.in57 $(top_srcdir)/../config/multi.m4 \
461 all-multi:
463 install-multi:
466 mostlyclean-multi:
468 clean-multi:
470 distclean-multi:
472 maintainer-clean-multi:
769 clean: clean-multi clean-recursive
774 distclean: distclean-multi distclean-recursive
865 clean-libtool clean-multi clean-recursive \
[all …]
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsync.md49 [(set_attr "type" "multi")])
58 [(set_attr "type" "multi")])
101 [(set_attr "type" "multi")])
124 [(set_attr "type" "multi")
172 [(set_attr "type" "multi")])
198 [(set_attr "type" "multi")])
208 [(set_attr "type" "multi")])
/freebsd-12.1/usr.bin/finger/
H A Dnet.c67 int error, multi; in netfinger() local
89 multi = (ai0->ai_next) != 0; in netfinger()
98 if (multi) in netfinger()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def32 …"html-single-file", "Output analysis results using HTML (not allowing for multi-file bugs)", creat…
34 …SIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (allow…
/freebsd-12.1/contrib/unbound/smallapp/
H A Dunbound-host.c184 massage_type(const char* t, int reverse, int* multi) in massage_type() argument
197 *multi = 1; in massage_type()
388 int multi = 0; /* no type, so do A, AAAA, MX */ in lookup() local
391 int t = massage_type(qt, reverse, &multi); in lookup()
395 if(multi) { in lookup()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Depoc13 >4 lelong 0x10000042 multi-bitmap image
32 >4 lelong 0x1000008A exported multi-bitmap image
36 0 lelong 0x10000041 Psion Series 5 ROM multi-bitmap image
H A Dpgf31 >>20 byte 7 multi-channel,
38 >>20 byte 14 deep multi-channel,
/freebsd-12.1/contrib/gcc/config/
H A Dlynx.opt24 Support legacy multi-threading
32 Support multi-threading
H A Dt-slibgcc-darwin49 MLIBS=`$(GCC_FOR_TARGET) --print-multi-lib \
55 MLIBS=`$(GCC_FOR_TARGET) --print-multi-lib \
69 MLIBS=`$(GCC_FOR_TARGET) --print-multi-lib \
/freebsd-12.1/crypto/openssl/apps/
H A Docsp.c110 static int multi = 0;
515 multi = atoi(opt_arg());
597 if (multi && acbio != NULL)
844 if (multi) {
853 if (!multi) {
893 for (i = 0; i < multi; ++i)
928 for (i = 0; i < multi; ++i)
941 while (termsig == 0 && procs >= multi) {
950 if (i >= multi) {
995 for (i = 0; i < multi; ++i) {
[all …]
/freebsd-12.1/crypto/openssl/doc/man3/
H A DRSA_get0_key.pod59 For multi-prime RSA (defined in RFC 8017), there are also one or more
90 For multi-prime RSA, RSA_get0_multi_prime_factors() and RSA_get0_multi_prime_params()
93 sets a collect of multi-prime 'triplet' members (prime, exponent and coefficient)
127 RSA_set0_multi_prime_params() always clears the original multi-prime
144 multi-prime RSA.
146 RSA_get_version() returns B<RSA_ASN1_VERSION_MULTI> for multi-prime RSA and
H A DCRYPTO_THREAD_run_once.pod27 OpenSSL can be safely used in multi-threaded applications provided that
30 any multi-threading support, for example on platforms that don't provide
34 The following multi-threading function are provided:
/freebsd-12.1/contrib/dialog/
H A DREADME12 on the same screen (multi-widget), etc. were added. New widget are
37 1) make a daemon for a better support of multi-tasking or implementing
51 but it was made before of multi-widget. However this is not a big problem!
/freebsd-12.1/usr.bin/procstat/
H A Dprocstat.c110 int multi; in usage() local
131 multi = i + 1 < l && cmd_table[i].cmd == cmd_table[i + 1].cmd; in usage()
132 xo_error(" %s%s%s", multi ? "[" : "", in usage()
139 if (multi) in usage()
/freebsd-12.1/contrib/gcc/
H A Drecog.h247 const char *const *multi; member
253 const char *const *multi; member
/freebsd-12.1/crypto/openssl/doc/man5/
H A Dx509v3_config.pod21 There are four main types of extension: I<string> extensions, I<multi-valued>
61 This is a multi valued extension which indicates whether a certificate is
86 Key usage is a multi valued extension consisting of a list of names of the
227 This is a multi-valued extension whose options can be either in name:value pair
274 This extension should only appear in CRLs. It is a multi valued extension
364 This is a multi-valued extension which consisting of the names
384 The name constraints extension is a multi-valued extension. The name should
410 This is a multi-valued extension consisting of a list of TLS extension
443 This is a multi-valued extensions which consists of a list of flags to be
498 If an extension is multi-value and a field value must contain a comma the long
/freebsd-12.1/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp4 root user in multi-user mode, which in turn may limit the effects of
25 system is multi-user.
/freebsd-12.1/contrib/wpa/wpa_supplicant/systemd/
H A Dwpa_supplicant.service.in12 WantedBy=multi-user.target

12345678910>>...14