Home
last modified time | relevance | path

Searched defs:type (Results 2651 – 2675 of 4141) sorted by relevance

1...<<101102103104105106107108109110>>...166

/freebsd/sys/dev/sound/pcm/
H A Dsndstat.c76 int type, unit; member
1159 int type, unit; in sndstat_register() local
/freebsd/crypto/openssh/
H A Dkrl.c869 u_char type; in parse_revoked_certs() local
1051 u_char type; in ssh_krl_from_blob() local
/freebsd/sys/amd64/vmm/amd/
H A Damdvi_hw.c564 amdvi_decode_evt_flag_type(uint8_t type) in amdvi_decode_evt_flag_type()
824 int result, type, error = 0; in amdvi_handle_sysctl() local
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.h141 enum atype_type type; member
220 enum cntype_type type; member
/freebsd/crypto/krb5/src/util/support/
H A Djson.c145 alloc_value(json_type type, size_t size) in alloc_value()
633 k5_json_tid type; in encode_value() local
/freebsd/crypto/openssl/ssl/record/methods/
H A Drecmethod_local.h42 int type; member
51 int type; member
/freebsd/sys/dev/hid/
H A Dhidbus.c780 hid_size_t maxlen, hid_size_t *actlen, uint8_t type, uint8_t id) in hidbus_get_report()
787 hid_size_t len, uint8_t type, uint8_t id) in hidbus_set_report()
/freebsd/lib/msun/src/
H A Dmath_private.h319 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) argument
321 #define STRICT_ASSIGN(type, lval, rval) do { \ argument
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c412 enum ecore_llh_prot_filter_type_t type; member
425 enum ecore_llh_filter_type type; member
579 enum ecore_llh_filter_type type, in __ecore_llh_shadow_add_filter()
605 enum ecore_llh_filter_type type, in ecore_llh_shadow_add_filter()
1225 enum ecore_llh_prot_filter_type_t type, in ecore_llh_protocol_filter_stringify()
1267 enum ecore_llh_prot_filter_type_t type, in ecore_llh_protocol_filter_to_hilo()
1301 enum ecore_llh_prot_filter_type_t type, in ecore_llh_add_protocol_filter()
1421 enum ecore_llh_prot_filter_type_t type, in ecore_llh_remove_protocol_filter()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c280 static int openssl_digest_vector(const EVP_MD *type, size_t num_elem, in openssl_digest_vector()
464 const EVP_CIPHER *type; in aes_encrypt_init() local
521 const EVP_CIPHER *type; in aes_decrypt_init() local
599 const EVP_CIPHER *type; in aes_wrap() local
643 const EVP_CIPHER *type; in aes_unwrap() local
1656 static int openssl_hmac_vector(const EVP_MD *type, const u8 *key, in openssl_hmac_vector()
4296 int crypto_csr_set_name(struct crypto_csr *csr, enum crypto_csr_name type, in crypto_csr_set_name()
4365 size_t *len, int *type) in crypto_csr_get_attribute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1153 ProcessGDBRemote::TraceGetState(llvm::StringRef type) { in TraceGetState()
2629 int32_t type) { in DoReadMemoryTags()
2647 int32_t type, in DoWriteMemoryTags()
3213 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint() local
3239 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint() local
3284 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint() local
4307 std::optional<llvm::StringRef> type; in ParseFlagsFields() local
5728 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DidForkSwitchHardwareTraps() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp836 TypeSP type = CreateAndCacheType(type_id); in GetOrCreateType() local
1112 PDB_SymType type = CVSymToPDBSym(cvs.kind()); in ResolveSymbolContext() local
1757 TypeSP type = GetOrCreateType(ti); in FindTypesByName() local
1776 TypeSP type = GetOrCreateType(*ti); in ParseTypes() local
2178 CVType type = types.getType(*ti); in BuildParentMap() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c215 u8 type; in mt7921_mcu_debug_msg_event() member
590 __le32 type; in mt7921_mcu_get_nic_capability() member
777 enum mt7921_roc_req type, u8 token_id) in mt7921_mcu_set_roc()
1266 u8 type; in mt7921_mcu_uni_add_beacon_offload() member
1334 u8 type[2]; in __mt7921_mcu_set_clc() member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h325 int type; member
426 int type; in pci_resource_flags() local
957 int type = pci_pcie_type(dev); in pcie_cap_has_lnkctl() local
972 int type = pci_pcie_type(dev); in pcie_cap_has_sltctl() local
981 int type = pci_pcie_type(dev); in pcie_cap_has_rtctl() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp124 __tsan_get_report_loc(void * report,uptr idx,const char ** type,void ** addr,uptr * start,uptr * size,int * tid,int * fd,int * suppressable,void ** trace,uptr trace_size) __tsan_get_report_loc() argument
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h97 trace_sync_marker_t type; /**< type of sync marker */ member
/freebsd/contrib/pnglite/
H A Dpnglite.c343 unsigned type; in png_process_chunk() local
/freebsd/sys/contrib/dev/athk/
H A Dspectral_common.h44 u8 type; /* see ath_fft_sample */ member
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h278 #define __atomic_try_cmpxchg(type, _p, _po, _n) \ argument
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c351 uint32_t type; in switch_port_congestion_setting() local
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h122 #define to_c4iw_xxx(xxx, type) \ argument
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp_i.h53 enum advertisement_type_enum type; member
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c118 Data(Authenticator *ap, int type, const void *d, int c) in Data()
/freebsd/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h106 #define ATF_TC_FSADD(fs,type,func,desc) \ argument
/freebsd/sys/arm/mv/
H A Dmv_cp110_icu.c85 int type; member

1...<<101102103104105106107108109110>>...166