Home
last modified time | relevance | path

Searched refs:num_types (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_tls_common.h136 size_t *num_types, int use_machine_cred);
137 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
H A Deap_tls_common.c1098 size_t *num_types, int use_machine_cred) in eap_peer_select_phase2_methods() argument
1171 *num_types = num_methods; in eap_peer_select_phase2_methods()
1185 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument
1194 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak()
1195 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
1200 for (i = 0; i < num_types; i++) { in eap_peer_tls_phase2_nak()
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h102 unsigned int num_types; member
H A Dmlx5_fs_tree.c1082 ft->autogroup.num_types++; in fs_create_fg()
1127 parent_ft->autogroup.num_types--; in fs_del_fg()
1433 if (ft->autogroup.num_types < ft->autogroup.max_types) in create_autogroup()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp619 if (size_t num_types = types.GetSize()) { in FindExternalVisibleDecls() local
620 for (size_t ti = 0; ti < num_types; ++ti) { in FindExternalVisibleDecls()
/freebsd-13.1/sys/dev/ahci/
H A Dahciem.c444 ed->num_types = 1; in ahci_em_emulate_ses_on_led()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_enc_ses.c1433 buf_subenc->num_types, buf_subenc->length, in ses_process_config()
1438 ntype += buf_subenc->num_types; in ses_process_config()
H A Dscsi_ses.h110 uint8_t num_types; /* # of supported types */ member
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp1126 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
1127 …{ Name " - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % n…
1253 constexpr auto num_types = sizeof(types_list) / sizeof(types_list[0]);\
1254 …{ Name " - " + std::string(tmpl_types[index / num_types]) + "<" + std::string(types_list[index % n…