Home
last modified time | relevance | path

Searched refs:preference (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd-12.1/contrib/ofed/libibverbs/
H A Dmarshall.c113 dst->preference = src->preference; in ibv_copy_path_rec_from_kern()
138 dst->preference = src->preference; in ibv_copy_path_rec_to_kern()
H A Dsa.h63 uint8_t preference; member
117 uint8_t preference; member
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_marshall.c119 dst->preference = src->preference; in ib_copy_path_rec_to_user()
145 dst->preference = src->preference; in ib_copy_path_rec_from_user()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dmbo.c96 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference); in wpas_mbo_non_pref_chan_attr_body()
167 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs()
307 return (int) a->preference - (int) b->preference; in wpa_non_pref_chan_cmp()
366 chan->preference = _preference; in wpas_mbo_update_non_pref_chan()
H A Dwnm_sta.c450 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem()
725 if (nei->preference_present && nei->preference == 0) { in compare_scan_neighbor_results()
736 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
763 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
774 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
791 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
1182 if (bb->preference > aa->preference) in cand_pref_compar()
1184 if (bb->preference < aa->preference) in cand_pref_compar()
1216 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list()
1316 if (nei->preference_present && nei->preference == 0) in wnm_fetch_scan_results()
H A Dwnm_sta.h30 u8 preference; /* valid if preference_present=1 */ member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp429 Mangled::NamePreference preference) const { in GetName()
430 if (preference == ePreferMangled && m_mangled) in GetName()
435 if (preference == ePreferDemangledWithoutArguments) { in GetName()
438 if (preference == ePreferDemangled) { in GetName()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c831 IN uint8_t preference, in mpr_rcv_build_pr() argument
866 p_pr->preference = preference; in mpr_rcv_build_pr()
885 IN const uint8_t preference) in mpr_rcv_get_lid_pair_path() argument
945 dest_lid_ho, preference, &path_parms, in mpr_rcv_get_lid_pair_path()
970 uint8_t preference; in mpr_rcv_get_port_pair_paths() local
1054 preference = 0; in mpr_rcv_get_port_pair_paths()
1064 comp_mask, preference); in mpr_rcv_get_port_pair_paths()
1090 preference = 2; in mpr_rcv_get_port_pair_paths()
1128 comp_mask, preference); in mpr_rcv_get_port_pair_paths()
H A Dosm_sa_path_record.c886 IN const uint8_t preference, in pr_rcv_build_pr() argument
934 p_pr->preference = preference; in pr_rcv_build_pr()
952 IN const uint8_t preference) in pr_rcv_get_lid_pair_path() argument
1006 src_lid_ho, dest_lid_ho, preference, &path_parms, in pr_rcv_get_lid_pair_path()
1033 uint8_t preference; in pr_rcv_get_port_pair_paths() local
1146 preference = 0; in pr_rcv_get_port_pair_paths()
1166 comp_mask, preference); in pr_rcv_get_port_pair_paths()
1192 preference = 2; in pr_rcv_get_port_pair_paths()
1230 preference); in pr_rcv_get_port_pair_paths()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod40 preference order. For a TLS client the groups are used directly in the
55 B<groups> array is in the form of a set of group NIDs in preference
72 should be used in preference.
H A DSSL_CONF_cmd.pod42 in order of decreasing preference of the form B<algorithm+hash> or
83 names are case sensitive. The list should be in order of preference with the
110 (":") separated list of TLSv1.3 ciphersuite names in order of preference. This
189 Use server and not client preference order when determining which cipher suite,
196 its preference list. This usually indicates a client without AES hardware
261 (":") separated list of TLSv1.3 ciphersuite names in order of preference. This
319 in order of decreasing preference of the form B<algorithm+hash> or
360 names are case sensitive. The list should be in order of preference with the
441 B<ServerPreference>: use server and not client preference order when
447 ChaCha20 cipher at the top of its preference list. This usually indicates
H A DSSL_get_ciphers.pod31 sorted by preference. If B<ssl> is NULL or no ciphers are available, NULL
37 B<ssl> as would be sent in a ClientHello (that is, sorted by preference).
H A DRAND_load_file.pod45 =item On Windows (in order of preference)
H A DEVP_VerifyInit.pod52 preference to the low level interfaces. This is because the code then becomes
H A DSSL_CTX_set_cipher_list.pod34 ciphersuite names in order of preference. Valid TLSv1.3 ciphersuite names are:
H A DSSL_get_shared_sigalgs.pod44 If an application is only interested in the highest preference shared
/freebsd-12.1/sys/ofed/include/uapi/rdma/
H A Dib_user_sa.h81 __u8 preference; member
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMangled.h222 NamePreference preference = ePreferDemangled) const;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMSA.txt15 chosen in preference to the other.
20 most hardware implementations so it is used in preference to bclri.b.
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dresolve.h128 unsigned preference; member
H A Dresolve-test.c120 printf("%d %s\n", rr->u.mx->preference, rr->u.mx->domain); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h329 Mangled::NamePreference preference = Mangled::ePreferDemangled) const;
/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_sa.h174 u8 preference; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp686 SymbolContext::GetFunctionName(Mangled::NamePreference preference) const { in GetFunctionName()
698 return function->GetMangled().GetName(function->GetLanguage(), preference); in GetFunctionName()
700 return symbol->GetMangled().GetName(symbol->GetLanguage(), preference); in GetFunctionName()
/freebsd-12.1/crypto/openssl/doc/man7/
H A Devp.pod72 implementations automatically in preference to built in software

12345