Home
last modified time | relevance | path

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

1234

/freebsd-13.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-13.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-13.1/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp343 ConstString Mangled::GetName(Mangled::NamePreference preference) const { in GetName()
344 if (preference == ePreferMangled && m_mangled) in GetName()
349 if (preference == ePreferDemangledWithoutArguments) { in GetName()
352 if (preference == ePreferDemangled) { in GetName()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dmbo.c126 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference); in wpas_mbo_non_pref_chan_attr_body()
197 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs()
337 return (int) a->preference - (int) b->preference; in wpa_non_pref_chan_cmp()
396 chan->preference = _preference; in wpas_mbo_update_non_pref_chan()
H A Dwnm_sta.c467 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem()
742 if (nei->preference_present && nei->preference == 0) { in compare_scan_neighbor_results()
753 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
780 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
791 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
808 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
1210 if (bb->preference > aa->preference) in cand_pref_compar()
1212 if (bb->preference < aa->preference) in cand_pref_compar()
1244 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list()
1344 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-13.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-13.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
192 Use server and not client preference order when determining which cipher suite,
199 its preference list. This usually indicates a client without AES hardware
264 (":") separated list of TLSv1.3 ciphersuite names in order of preference. This
322 in order of decreasing preference of the form B<algorithm+hash> or
363 names are case sensitive. The list should be in order of preference with the
452 B<ServerPreference>: use server and not client preference order when
458 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
/freebsd-13.1/sys/ofed/include/uapi/rdma/
H A Dib_user_sa.h81 __u8 preference; member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DMangled.h169 ConstString GetName(NamePreference preference = ePreferDemangled) const;
/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp186 int preference[KMP_HW_LAST]; in _remove_radix1_layers() local
191 preference[KMP_HW_CORE] = 95; in _remove_radix1_layers()
192 preference[KMP_HW_THREAD] = 90; in _remove_radix1_layers()
193 preference[KMP_HW_NUMA] = 85; in _remove_radix1_layers()
194 preference[KMP_HW_DIE] = 80; in _remove_radix1_layers()
195 preference[KMP_HW_TILE] = 75; in _remove_radix1_layers()
196 preference[KMP_HW_MODULE] = 73; in _remove_radix1_layers()
197 preference[KMP_HW_L3] = 70; in _remove_radix1_layers()
198 preference[KMP_HW_L2] = 65; in _remove_radix1_layers()
199 preference[KMP_HW_L1] = 60; in _remove_radix1_layers()
[all …]
/freebsd-13.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-13.1/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu-v3.yaml38 If provided, then the combined interrupt will be used in preference to
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h281 Mangled::NamePreference preference = Mangled::ePreferDemangled) const;
/freebsd-13.1/sys/net/route/
H A Dfib_algo.c1907 uint8_t preference, curr_preference = 0, best_preference = 0; in fib_check_best_algo() local
1919 preference = flm->flm_get_pref(&rinfo); in fib_check_best_algo()
1920 if (preference > best_preference) { in fib_check_best_algo()
1922 best_preference = preference; in fib_check_best_algo()
1927 curr_preference = preference; in fib_check_best_algo()
/freebsd-13.1/contrib/apr/
H A DCHANGES4 *) apr_dir_read: [Unix] Dropped the preference of the dirread_r() flavor
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_axienet.txt35 - xlnx,phy-type : Deprecated, do not use, but still accepted in preference

1234