Searched refs:num_types (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/eap_peer/ |
| H A D | eap_tls_common.h | 136 size_t *num_types); 137 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
| H A D | eap_tls_common.c | 1095 size_t *num_types) in eap_peer_select_phase2_methods() argument 1164 *num_types = num_methods; in eap_peer_select_phase2_methods() 1178 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument 1187 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak() 1188 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak() 1193 for (i = 0; i < num_types; i++) { in eap_peer_tls_phase2_nak()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 253 uint32_t num_types = in BuildObjCObjectPointerType() local 260 assert(num_types); in BuildObjCObjectPointerType() 262 if (!num_types) in BuildObjCObjectPointerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ObjCLanguageRuntime.cpp | 116 const uint32_t num_types = module_sp->FindTypes( in LookupInCompleteClassCache() local 119 if (num_types) { in LookupInCompleteClassCache() 121 for (i = 0; i < num_types; ++i) { in LookupInCompleteClassCache()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | fs_core.h | 102 unsigned int num_types; member
|
| H A D | mlx5_fs_tree.c | 1069 ft->autogroup.num_types++; in fs_create_fg() 1114 parent_ft->autogroup.num_types--; in fs_del_fg() 1420 if (ft->autogroup.num_types < ft->autogroup.max_types) in create_autogroup()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 965 size_t num_types = in FindTypesInNamespace() local 968 if (num_types > 0) { in FindTypesInNamespace() 973 return num_types; in FindTypesInNamespace()
|
| /freebsd-12.1/sys/dev/ahci/ |
| H A D | ahciem.c | 436 ed->num_types = 1; in ahci_em_emulate_ses_on_led()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 863 if (size_t num_types = types.GetSize()) { in FindExternalVisibleDecls() local 864 for (size_t ti = 0; ti < num_types; ++ti) { in FindExternalVisibleDecls()
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_enc_ses.c | 1427 buf_subenc->num_types, buf_subenc->length, in ses_process_config() 1432 ntype += buf_subenc->num_types; in ses_process_config()
|
| H A D | scsi_ses.h | 110 uint8_t num_types; /* # of supported types */ member
|