/freebsd/sys/netinet6/ |
H A D | mld6.c | 1772 mld_v1_transmit_report(struct in6_multi *in6m, const int type) in mld_v1_transmit_report() 2294 int type; in mld_v2_enqueue_group_record() local 3065 int type; in mld_dispatch_packet() local 3229 mld_rec_type_to_str(const int type) in mld_rec_type_to_str() 3311 mld_modevent(module_t mod, int type, void *unused __unused) in mld_modevent()
|
/freebsd/crypto/openssl/crypto/ |
H A D | params.c | 1331 unsigned int type) in get_string_internal() 1418 unsigned int type) in set_string_internal() 1475 size_t *used_len, unsigned int type) in get_ptr_internal() 1503 unsigned int type, size_t len) in set_ptr_internal() 1662 size_t *used_len, unsigned int type) in get_string_ptr_internal()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_rfcomm.c | 312 ng_btsocket_rfcomm_check_fcs(u_int8_t *data, int type, u_int8_t fcs) in ng_btsocket_rfcomm_check_fcs() 1819 u_int8_t dlci, type; in ng_btsocket_rfcomm_receive_frame() local 2408 u_int8_t cr, type, length; in ng_btsocket_rfcomm_receive_mcc() local 2531 u_int8_t type = RFCOMM_MCC_TYPE(hdr->type); in ng_btsocket_rfcomm_receive_fc() local 2954 u_int8_t type, u_int8_t dlci) in ng_btsocket_rfcomm_send_command()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTypeNameSpecifier.cpp | 37 SBTypeNameSpecifier::SBTypeNameSpecifier(SBType type) { in SBTypeNameSpecifier()
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | mktree.c | 140 getfdname(char *pdir, char type, int level, int dir, int file) in getfdname()
|
/freebsd/contrib/byacc/test/ |
H A D | err_inherit3.y | 5 typedef enum {tREAL, tINTEGER} type; typedef
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | scripted.c | 67 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; in part_config() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Registry.h | 46 typedef T type; typedef
|
H A D | FileSystem.h | 183 file_type type() const { return Type; } in type() function 220 void type(file_type v) { Type = v; } in type() function 1382 file_type type() const { in type() function 1504 file_type type = State->Stack.back()->type(); in increment() local
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_catas.c | 93 const char *type; in handle_catas() local
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_qmgr.h | 75 enum ixl_pf_qmgr_qalloc_type type; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxSliceArray.cpp | 123 CompilerType type = m_backend.GetCompilerType(); in Update() local
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_environment_test.cc | 79 void set_failure_in_set_up(FailureType type) { failure_in_set_up_ = type; } in set_failure_in_set_up()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mktree.c | 141 getfdname(char *pdir, char type, int level, int dir, int file) in getfdname()
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwx_debug.c | 269 uint32_t type = (flags & IWX_RATE_MCS_MOD_TYPE_MSK) >> IWX_RATE_MCS_MOD_TYPE_POS; in print_ratenflags() local
|
/freebsd/stand/kboot/libkboot/ |
H A D | efi.c | 187 const char *type; in print_efi_map_entry() local
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_comutil.c | 72 zfs_special_devs(nvlist_t *nv, const char *type) in zfs_special_devs()
|
/freebsd/crypto/krb5/src/lib/crypto/openssl/hash_provider/ |
H A D | hash_evp.c | 48 hash_evp(const EVP_MD *type, const krb5_crypto_iov *data, size_t num_data, in hash_evp()
|
/freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
H A D | negoex_trace.c | 87 enum message_type type, const conversation_id conv_id, in negoex_trace_message()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_algor.c | 91 int type = md->flags & EVP_MD_FLAG_DIGALGID_ABSENT ? V_ASN1_UNDEF in X509_ALGOR_set_md() local
|
/freebsd/sys/dev/kbd/ |
H A D | kbd.c | 128 kbd_init_struct(keyboard_t *kbd, char *name, int type, int unit, int config, in kbd_init_struct() 1128 get_kbd_type_name(int type) in get_kbd_type_name() 1131 int type; in get_kbd_type_name() member 1471 kbd_ev_event(keyboard_t *kbd, uint16_t type, uint16_t code, int32_t value) in kbd_ev_event()
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | dm_op.h | 143 uint32_t type; member 321 uint8_t type; member 368 uint16_t type; /* IN - memory type */ member 429 uint32_t type; /* XEN_DMOP_MEM_CACHEATTR_* */ member
|
/freebsd/contrib/ncurses/form/ |
H A D | form.h | 53 #define FORM_WRAPPED_VAR(type,name) extern FORM_IMPEXP type NCURSES_PUBLIC_VAR(name)(void) argument 55 #define FORM_EXPORT(type) FORM_IMPEXP type NCURSES_API argument 56 #define FORM_EXPORT_VAR(type) FORM_IMPEXP type argument 112 struct typenode * type; /* field type */ member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 501 CompilerType &type) { in Create() 566 ReturnValueExtractor(Thread &thread, CompilerType &type, in ReturnValueExtractor() 576 ValueSP NewScalarValue(CompilerType &type) { in NewScalarValue() 633 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 320 static clang::TagTypeKind TranslateRecordKind(CTFType::Kind type) { in TranslateRecordKind() 619 const uint32_t type = ctf_stype.GetType(); in ParseType() local 640 const uint32_t type = m_data.GetU32(&offset); in ParseType() local 678 const uint32_t type = m_data.GetU32(&offset); in ParseType() local
|