| /freebsd-12.1/contrib/libc++/include/ |
| H A D | random | 3680 typedef typename _Eng::param_type param_type; 3802 typedef typename _Eng::param_type param_type; 3911 typedef typename _Eng::param_type param_type; 4092 typedef typename _Eng::param_type param_type; 4208 typedef typename _Eng::param_type param_type; 4367 typedef typename _Eng::param_type param_type; 4732 typedef typename _Eng::param_type param_type; 4847 typedef typename _Eng::param_type param_type; 4966 typedef typename _Eng::param_type param_type; 5138 typedef typename _Eng::param_type param_type; [all …]
|
| H A D | algorithm | 2870 class param_type 2877 explicit param_type(result_type __a = 0, 2884 friend bool operator==(const param_type& __x, const param_type& __y) 2886 friend bool operator!=(const param_type& __x, const param_type& __y) 2891 param_type __p_; 2897 : __p_(param_type(__a, __b)) {} 2898 explicit uniform_int_distribution(const param_type& __p) : __p_(__p) {} 2910 param_type param() const {return __p_;} 2911 void param(const param_type& __p) {__p_ = __p;} 2987 typedef typename _Dp::param_type _Pp; [all …]
|
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_asconf.c | 181 param_type = ntohs(ph->param_type); in sctp_process_asconf_add_ip() 341 param_type = ntohs(ph->param_type); in sctp_process_asconf_delete_ip() 478 param_type = ntohs(ph->param_type); in sctp_process_asconf_set_primary() 715 param_type = ntohs(aph->ph.param_type); in sctp_handle_asconf() 895 param_type = ntohs(ph->param_type); in sctp_addr_match() 1597 param_type = ntohs(aph->ph.param_type); in sctp_asconf_process_error() 1628 param_type = aparam->ap.aph.ph.param_type; in sctp_asconf_process_param_ack() 1748 param_type = ntohs(aph->ph.param_type); in sctp_handle_asconf_ack() 2390 param_type = ntohs(aph->ph.param_type); in sctp_is_addr_pending() 2685 aph->ph.param_type = htons(aph->ph.param_type); in sctp_compose_asconf() [all …]
|
| H A D | sctp_output.c | 1994 paramh->param_type = htons(SCTP_IPV4_ADDRESS); in sctp_add_addr_to_mbuf() 2009 paramh->param_type = htons(SCTP_IPV6_ADDRESS); in sctp_add_addr_to_mbuf() 3873 ph->param_type = htons(SCTP_STATE_COOKIE); in sctp_add_cookie() 4771 ph->param_type = htons(SCTP_ECN_CAPABLE); in sctp_send_initiate() 4789 ph->param_type = htons(SCTP_HAS_NAT_SUPPORT); in sctp_send_initiate() 5011 ptype = ntohs(phdr->param_type); in sctp_arethere_unrecognized_parameters() 5299 param->param_type = htons(ptype); in sctp_arethere_unrecognized_parameters() 5403 ptype = ntohs(phdr->param_type); in sctp_are_there_new_addresses() 5944 ph->param_type = htons(SCTP_ECN_CAPABLE); in sctp_send_initiate_ack() 6028 randp->ph.param_type = htons(SCTP_RANDOM); in sctp_send_initiate_ack() [all …]
|
| H A D | sctp_auth.c | 1397 ptype = ntohs(phdr->param_type); in sctp_auth_get_cookie_params() 1802 ptype = ntohs(phdr->param_type); in sctp_validate_init_auth_params() 1976 ph->param_type = htons(SCTP_RANDOM); in sctp_initialize_auth_params() 1985 ph->param_type = htons(SCTP_CHUNK_LIST); in sctp_initialize_auth_params() 2000 ph->param_type = htons(SCTP_HMAC_LIST); in sctp_initialize_auth_params()
|
| H A D | sctp.h | 72 uint16_t param_type; /* parameter type */ member
|
| H A D | sctp_pcb.c | 2086 ptype = ntohs(phdr->param_type); in sctp_findassociation_special_addr() 2328 ptype = (int)((uint32_t)ntohs(phdr->param_type)); in sctp_findassociation_ep_asconf() 6205 ptype = ntohs(phdr->param_type); in sctp_load_addresses_from_init() 6447 lptype = ntohs(fee->addrp.ph.param_type); in sctp_load_addresses_from_init()
|
| H A D | sctp_input.c | 1299 sctp_process_unrecog_param(stcb, ntohs(unrec_parameter->param_type)); in sctp_handle_error() 3689 type = ntohs(req_param->ph.param_type); in sctp_handle_stream_reset_response() 4268 ptype = ntohs(ph->param_type); in sctp_handle_stream_reset()
|
| /freebsd-12.1/crypto/openssl/crypto/asn1/ |
| H A D | x_algor.c | 74 int param_type; in X509_ALGOR_set_md() local 77 param_type = V_ASN1_UNDEF; in X509_ALGOR_set_md() 79 param_type = V_ASN1_NULL; in X509_ALGOR_set_md() 81 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL); in X509_ALGOR_set_md()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | infcall.c | 84 value_arg_coerce (struct value *arg, struct type *param_type, in value_arg_coerce() argument 89 = param_type ? check_typedef (param_type) : arg_type; in value_arg_coerce() 98 VALUE_TYPE (arg) = param_type; in value_arg_coerce() 617 struct type *param_type; in call_function_by_hand() local 629 param_type = TYPE_FIELD_TYPE (ftype, i); in call_function_by_hand() 631 param_type = NULL; in call_function_by_hand() 633 args[i] = value_arg_coerce (args[i], param_type, prototyped); in call_function_by_hand() 648 if (param_type != NULL && TYPE_CODE (ftype) != TYPE_CODE_METHOD) in call_function_by_hand() 651 if (TYPE_CODE (param_type) == TYPE_CODE_PTR) in call_function_by_hand() 652 if (TYPE_CODE (TYPE_TARGET_TYPE (param_type)) == TYPE_CODE_FUNC) in call_function_by_hand()
|
| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | alias_sctp.c | 1147 if (ntohs(param_hdr->param_type) == SCTP_IPV4_ADDRESS) { in sctp_PktParser() 1266 if (ntohs(param->param_type) == SCTP_VTAG_PARAM) { in GetAsconfVtags() 1374 switch (ntohs(param->param_type)) { in AddGlobalIPAddresses() 1502 if (ntohs(param->param_type) == SCTP_DEL_IP_ADDRESS) { in RmGlobalIPAddresses() 1597 if (ntohs(param->param_type) == SCTP_SUCCESS_REPORT) in IsASCONFack() 1648 if (ntohs(param->param_type) == SCTP_ADD_IP_ADDRESS) in IsADDorDEL() 1650 else if (ntohs(param->param_type) == SCTP_DEL_IP_ADDRESS) in IsADDorDEL()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 1038 TypeIndex param_type; in CreateFunctionParameters() local 1044 param_type = reg.Type; in CreateFunctionParameters() 1051 param_type = reg.Index; in CreateFunctionParameters() 1060 param_type = local.Type; in CreateFunctionParameters() 1074 clang::QualType qt = GetOrCreateType(param_type); in CreateFunctionParameters()
|
| /freebsd-12.1/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg.h | 336 u16 param_type; member
|
| H A D | cudbg_lib.c | 1979 if (pdbg_init->dbg_params[i].param_type == in collect_fw_devlog() 2566 pdbg_init->dbg_params[CUDBG_GET_PAYLOAD_PARAM].param_type; in read_fw_mem()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 515 Type* param_type = T->getParamType(i); in getCustomFunctionType() local 517 if (isa<PointerType>(param_type) && (FT = dyn_cast<FunctionType>( in getCustomFunctionType() 518 cast<PointerType>(param_type)->getElementType()))) { in getCustomFunctionType() 524 ArgTypes.push_back(param_type); in getCustomFunctionType()
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_sa.c | 291 mt_param_set_type param_type; member 1252 if (ent->param_type != ps[i].value_type) { in sasetprotents() 1256 ps[i].value_type, ent->param_type); in sasetprotents() 1306 sa_param_type param_type; member 1326 if (sa_param_table[i].param_type == SA_PARAM_TYPE_ENTRY) { in safindparament() 1425 if (ent->param_type == SA_PARAM_TYPE_NODE) { in saparamsetlist()
|
| /freebsd-12.1/contrib/googletest/googlemock/docs/ |
| H A D | DesignDoc.md | 138 Google-Mock-defined symbol `param_type` to refer to the type of the
|
| H A D | CookBook.md | 3369 Google-Mock-defined symbol `param_type` to refer to the type of the
|
| /freebsd-12.1/usr.sbin/traceroute6/ |
| H A D | traceroute6.c | 1115 param->param_type = htons(SCTP_PAD); in send_probe()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 409 const CompilerType ¶m_type,
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | i40e_adminq_cmd.h | 2648 __le32 param_type; member
|
| /freebsd-12.1/contrib/traceroute/ |
| H A D | traceroute.c | 1610 param->param_type = htons(SCTP_PAD); in sctp_prep()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 2218 const CompilerType ¶m_type, int storage) { in CreateParameterDeclaration() argument 2224 ClangUtil::GetQualType(param_type), nullptr, in CreateParameterDeclaration()
|