/freebsd/sys/net80211/ |
H A D | ieee80211_input.h | 202 uint8_t type, subtype; in ieee80211_check_rxseq() local
|
/freebsd/usr.bin/hexdump/ |
H A D | display.c | 388 int type; in doskip() local
|
/freebsd/sys/dev/qcom_clk/ |
H A D | qcom_clk_branch2.c | 136 uint32_t type, bool voted) in qcom_clk_branch2_halt_check_type()
|
/freebsd/contrib/tcpdump/ |
H A D | print-mobility.c | 208 uint8_t type; in mobility_print() local
|
/freebsd/sys/dev/mii/ |
H A D | mii_fdt.c | 60 mii_contype_t type; member
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 104 void ReportFailure(FailureType type, const char* file, int line, in ReportFailure()
|
/freebsd/sys/sys/ |
H A D | intr.h | 58 enum intr_map_data_type type; member
|
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
H A D | ng_ubt_intel.c | 149 uint8_t status, datalen, type, len, img_type = 0; in ubt_intel_get_img_type() local
|
/freebsd/include/ssp/ |
H A D | ssp.h | 54 #define __ssp_var(type) __CONCAT(__ssp_ ## type, __COUNTER__) argument
|
/freebsd/sys/x86/pci/ |
H A D | qpi.c | 252 qpi_pcib_alloc_resource(device_t dev, device_t child, int type, int *rid, in qpi_pcib_alloc_resource()
|
/freebsd/sys/netinet/ |
H A D | sctp_bsd_addr.c | 360 int how, int allonebuf, int type) in sctp_get_mbuf_for_msg()
|
H A D | ip_fw.h | 413 #define IPFW_SET_LOOKUP_TYPE(insn, type) do { \ argument 671 #define insntod(p, type) ((ipfw_insn_ ## type *)(p)) argument 672 #define insntoc(p, type) ((const ipfw_insn_ ## type *)(p)) argument 794 uint8_t type; /* rule type */ member 865 uint8_t type; /* entry type */ member 883 uint8_t type; /* table type */ member 888 uint16_t type; /* TLV type */ member 919 uint8_t type; /* object type, if applicable */ member 945 #define IPFW_SET_TVALUE_TYPE(insn, type) do { \ argument 1076 uint8_t type; /* table type (addr,iface,..) */ member [all …]
|
/freebsd/sys/arm/include/ |
H A D | pmap.h | 118 #define PMAP_LOCK_ASSERT(pmap, type) \ argument
|
/freebsd/crypto/krb5/src/lib/crypto/krb/ |
H A D | enc_etm.c | 37 krb5_cryptotype type) in krb5int_aes2_crypto_length()
|
/freebsd/tools/tools/net80211/wlanwatch/ |
H A D | wlanwatch.c | 339 #define V(type) ((struct type *)(void *)(&ifan[1])) in print_rtmsg() argument
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_smbios.c | 54 uint8_t type; member
|
/freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | gssapi_krb5.h | 126 OM_uint32 type; /* key encryption type */ member
|
/freebsd/sys/dev/null/ |
H A D | null.c | 188 null_modevent(module_t mod __unused, int type, void *data __unused) in null_modevent()
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | authdata_dec.c | 59 krb5_authdatatype type, in krb5_decode_authdata_container()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 852 int type; /* 0 for private, 1 for public, 2 for params */ member 1762 EVP_CIPHER *type = NULL; in test_EVP_Enveloped() local 3059 int type; member 3306 int type = ak->type; in test_EVP_PKEY_check() local 4346 const EVP_CIPHER *type = NULL; in test_evp_iv_aes() local 4497 EVP_CIPHER *type = NULL; in test_evp_iv_des() local 4893 EVP_CIPHER *type = NULL; in test_evp_init_seq() local 4981 EVP_CIPHER *type = NULL; in test_evp_reinit_seq() local 5037 EVP_CIPHER *type = NULL; in test_evp_reset() local 5148 EVP_CIPHER *type = NULL; in test_evp_updated_iv() local [all …]
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwireg.h | 170 uint8_t type; member 185 uint8_t type; member 231 uint8_t type; member 361 uint8_t type; member 408 uint8_t type; member 437 uint8_t type; /* request */ member 467 uint8_t type; member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_fcp.h | 74 #define FC_GS_TYPE_WORD(type) ((type) >> 5) argument 75 #define FC_GS_TYPE_BIT(type) ((type) & 0x1f) argument 136 uint32_t type:8, member 157 type:8; member 332 uint32_t type:8, member 345 uint32_t type:8, member 357 uint32_t type:8, member
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_resource_tracker.c | 643 enum mlx4_res_tracker_free_type type) in mlx4_free_resource_tracker() 840 enum mlx4_resource type) in find_res() 849 enum mlx4_resource type, in get_res() 884 enum mlx4_resource type, in mlx4_get_slave_from_resource_id() 907 enum mlx4_resource type) in put_res() 1133 static struct res_common *alloc_tr(u64 id, enum mlx4_resource type, int slave, in alloc_tr() 1226 enum mlx4_resource type, int extra) in add_res_range() 1384 static int remove_ok(struct res_common *res, enum mlx4_resource type, int extra) in remove_ok() 1413 enum mlx4_resource type, int extra) in rem_res_range() 1695 enum mlx4_resource type, int id) in res_abort_move() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 202 lldb_private::CompilerType type = in ParseTypeFromClangModule() local 260 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx); in PrepareContextToReceiveMembers() local 1426 const clang::Type *type = ClangUtil::GetQualType(clang_type).getTypePtr(); in ParseArrayType() local 2084 lldb_private::Type *type, in CompleteRecordType() 2179 lldb_private::Type *type, in CompleteEnumType() 2194 lldb_private::Type *type, in CompleteTypeFromDWARF() 3206 Type *type = die.ResolveTypeUID(param_type_die_form.Reference()); in ParseChildParameters() local 3289 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE() local 3383 Type *type = die.GetDWARF()->ResolveType(die); in GetClangDeclContextForDIE() local
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | sta.h | 308 u16 type; global() member 461 u8 type; global() member
|