| /freebsd-13.1/crypto/openssl/crypto/asn1/ |
| H A D | x_algor.c | 35 if (alg->parameter == NULL) 37 if (alg->parameter == NULL) 47 ASN1_TYPE_free(alg->parameter); 48 alg->parameter = NULL; 91 if (!a->parameter && !b->parameter) in X509_ALGOR_cmp() 93 return ASN1_TYPE_cmp(a->parameter, b->parameter); in X509_ALGOR_cmp() 105 if (dest->parameter) in X509_ALGOR_copy() 107 dest->parameter = NULL; in X509_ALGOR_copy() 113 if (src->parameter) { in X509_ALGOR_copy() 115 if (dest->parameter == NULL) in X509_ALGOR_copy() [all …]
|
| H A D | a_sign.c | 52 ASN1_TYPE_free(a->parameter); in ASN1_sign() 53 a->parameter = NULL; in ASN1_sign() 54 } else if ((a->parameter == NULL) || in ASN1_sign() 55 (a->parameter->type != V_ASN1_NULL)) { in ASN1_sign() 56 ASN1_TYPE_free(a->parameter); in ASN1_sign() 57 if ((a->parameter = ASN1_TYPE_new()) == NULL) in ASN1_sign() 59 a->parameter->type = V_ASN1_NULL; in ASN1_sign()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 691 <parameter is-variadic='yes'/> 1112 <parameter is-variadic='yes'/> 1182 <parameter type-id='9d26089a'/> 1183 <parameter type-id='8c85230f'/> 1184 <parameter type-id='95e97e5e'/> 1188 <parameter type-id='80f4b756'/> 1277 <parameter is-variadic='yes'/> 2239 <parameter is-variadic='yes'/> 2458 <parameter is-variadic='yes'/> 2463 <parameter is-variadic='yes'/> [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.f90.var | 17 integer, parameter :: omp_integer_kind = c_int 18 integer, parameter :: omp_logical_kind = 4 19 integer, parameter :: omp_real_kind = c_float 20 integer, parameter :: kmp_double_kind = c_double 21 integer, parameter :: omp_lock_kind = c_intptr_t 22 integer, parameter :: omp_nest_lock_kind = c_intptr_t 25 integer, parameter :: kmp_pointer_kind = c_intptr_t 26 integer, parameter :: kmp_size_t_kind = c_size_t 37 integer, parameter :: omp_interop_kind = c_intptr_t 46 integer, parameter :: omp_depend_kind = c_intptr_t [all …]
|
| H A D | omp_lib.h.var | 14 parameter(omp_integer_kind=4) 16 parameter(omp_logical_kind=4) 18 parameter(omp_real_kind=4) 78 parameter(omp_sched_auto=4) 159 parameter(omp_atv_false=0) 162 parameter(omp_atv_true=1) 174 parameter(omp_atv_all=7) 255 parameter(omp_ifr_cuda=1) 261 parameter(omp_ifr_sycl=4) 263 parameter(omp_ifr_hip=5) [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | libzfsbootenv.abi | 210 <parameter type-id='b0382bb3'/> 214 <parameter type-id='b0382bb3'/> 218 <parameter type-id='b0382bb3'/> 219 <parameter type-id='80f4b756'/> 223 <parameter type-id='4c81de99'/> 227 <parameter type-id='4c81de99'/> 228 <parameter type-id='22cce67b'/> 232 <parameter type-id='4c81de99'/> 233 <parameter type-id='857bb57e'/> 295 <parameter is-variadic='yes'/> [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 512 <parameter type-id='80f4b756'/> 516 <parameter type-id='a48b47d0'/> 520 <parameter type-id='a48b47d0'/> 521 <parameter type-id='80f4b756'/> 525 <parameter type-id='a48b47d0'/> 529 <parameter type-id='a48b47d0'/> 535 <parameter type-id='80f4b756'/> 536 <parameter type-id='80f4b756'/> 540 <parameter type-id='9d26089a'/> 541 <parameter type-id='e75a27e9'/> [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libuutil/ |
| H A D | libuutil.abi | 270 <parameter type-id='80f4b756'/> 271 <parameter type-id='80f4b756'/> 272 <parameter type-id='95e97e5e'/> 273 <parameter type-id='80f4b756'/> 274 <parameter is-variadic='yes'/> 1076 <parameter is-variadic='yes'/> 1151 <parameter is-variadic='yes'/> 1416 <parameter is-variadic='yes'/> 1775 <parameter is-variadic='yes'/> 1795 <parameter is-variadic='yes'/> [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 409 <parameter type-id='26a90f95'/> 410 <parameter type-id='80f4b756'/> 411 <parameter is-variadic='yes'/> 415 <parameter type-id='95e97e5e'/> 416 <parameter type-id='eaa32e2f'/> 417 <parameter type-id='b59d7dce'/> 421 <parameter type-id='95e97e5e'/> 425 <parameter type-id='cf536864'/> 429 <parameter type-id='354f7eb9'/> 433 <parameter type-id='5bbcce85'/> [all …]
|
| /freebsd-13.1/usr.sbin/iovctl/ |
| H A D | iovctl.c | 330 nvlist_get_string(parameter, DEFAULT_SCHEMA_NAME)); in print_default_value() 333 (uintmax_t)nvlist_get_number(parameter, in print_default_value() 337 (uintmax_t)nvlist_get_number(parameter, in print_default_value() 341 (uintmax_t)nvlist_get_number(parameter, in print_default_value() 345 (uintmax_t)nvlist_get_number(parameter, in print_default_value() 359 const nvlist_t *parameter; in print_subsystem_schema() local 365 parameter = nvlist_get_nvlist(subsystem_schema, name); in print_subsystem_schema() 366 type = nvlist_get_string(parameter, TYPE_SCHEMA_NAME); in print_subsystem_schema() 369 if (dnvlist_get_bool(parameter, REQUIRED_SCHEMA_NAME, false)) in print_subsystem_schema() 371 else if (nvlist_exists(parameter, DEFAULT_SCHEMA_NAME)) in print_subsystem_schema() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 156 "unnamed template parameter|" 157 "template parameter %4|" 165 "unnamed template parameter %2|" 166 "template parameter %2|" 211 "that has %6 parameter%s6|" 215 "with %ordinal6 parameter named %7|" 251 "being a template parameter pack|" 282 "that has %4 parameter%s4|" 322 "being a template parameter pack|" 331 "%ordinal4 parameter with name %5|" [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 119 ! parameter 1 left 120 ! parameter 2 right 757 ! parameter 5 label 806 ! parameter 4 label 857 ! parameter 2 length 860 ! parameter 5 temp 861 ! parameter 6 temp2 862 ! parameter 7 label 982 ! parameter 5 temp 983 ! parameter 6 temp2 [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/devfreq/ |
| H A D | rk3399_dmc.txt | 54 This parameter is for LPDDR4 only. 78 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines 82 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines 86 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines 91 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines 95 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines 105 - rockchip,lpddr3_drv : When the DRAM type is LPDDR3, this parameter defines 109 - rockchip,lpddr3_odt : When the DRAM type is LPDDR3, this parameter defines 123 - rockchip,phy_lpddr3_odt : When dram type is LPDDR3, this parameter define 127 - rockchip,lpddr4_odt_dis_freq : When the DRAM type is LPDDR4, this parameter [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/ata/ |
| H A D | ahci-ceva.txt | 8 - ceva,p0-cominit-params: OOB timing value for COMINIT parameter for port 0. 9 - ceva,p1-cominit-params: OOB timing value for COMINIT parameter for port 1. 10 The fields for the above parameter must be as shown below: 16 - ceva,p0-comwake-params: OOB timing value for COMWAKE parameter for port 0. 17 - ceva,p1-comwake-params: OOB timing value for COMWAKE parameter for port 1. 18 The fields for the above parameter must be as shown below: 24 - ceva,p0-burst-params: Burst timing value for COM parameter for port 0. 25 - ceva,p1-burst-params: Burst timing value for COM parameter for port 1. 26 The fields for the above parameter must be as shown below: 34 The fields for the above parameter must be as shown below:
|
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | devfs | 46 while read action devicelist parameter; do 49 if [ ! -e ${parameter} ]; then 50 ln -fs ${device} ${parameter} 56 chown ${parameter} ${device} 62 chmod ${parameter} ${device}
|
| /freebsd-13.1/sys/dev/isci/scil/ |
| H A D | scic_sds_remote_node_context.h | 349 #define scic_sds_remote_node_context_resume(rnc, callback, parameter) \ argument 350 ((rnc)->state_handlers->resume_handler(rnc, callback, parameter)) 352 #define scic_sds_remote_node_context_suspend(rnc, suspend_type, callback, parameter) \ argument 353 ((rnc)->state_handlers->suspend_handler(rnc, suspend_type, callback, parameter)) 355 #define scic_sds_remote_node_context_destruct(rnc, callback, parameter) \ argument 356 ((rnc)->state_handlers->destruct_handler(rnc, callback, parameter))
|
| /freebsd-13.1/crypto/openssl/crypto/cms/ |
| H A D | cms_pwri.c | 98 encalg->parameter = ASN1_TYPE_new(); in CMS_add0_recipient_password() 99 if (!encalg->parameter) { in CMS_add0_recipient_password() 103 if (EVP_CIPHER_param_to_asn1(ctx, encalg->parameter) <= 0) { in CMS_add0_recipient_password() 132 pwri->keyEncryptionAlgorithm->parameter = ASN1_TYPE_new(); in CMS_add0_recipient_password() 133 if (pwri->keyEncryptionAlgorithm->parameter == NULL) in CMS_add0_recipient_password() 137 &pwri->keyEncryptionAlgorithm->parameter-> in CMS_add0_recipient_password() 140 pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE; in CMS_add0_recipient_password() 305 algtmp->parameter); in cms_RecipientInfo_pwri_crypt() 329 if (EVP_CIPHER_asn1_to_param(kekctx, kekalg->parameter) <= 0) { in cms_RecipientInfo_pwri_crypt() 341 algtmp->parameter, kekctx, en_de) < 0) { in cms_RecipientInfo_pwri_crypt()
|
| H A D | cms_enc.c | 79 } else if (EVP_CIPHER_asn1_to_param(ctx, calg->parameter) <= 0) { in cms_EncryptedContent_init_bio() 135 calg->parameter = ASN1_TYPE_new(); in cms_EncryptedContent_init_bio() 136 if (calg->parameter == NULL) { in cms_EncryptedContent_init_bio() 140 if (EVP_CIPHER_param_to_asn1(ctx, calg->parameter) <= 0) { in cms_EncryptedContent_init_bio() 146 if (calg->parameter->type == V_ASN1_UNDEF) { in cms_EncryptedContent_init_bio() 147 ASN1_TYPE_free(calg->parameter); in cms_EncryptedContent_init_bio() 148 calg->parameter = NULL; in cms_EncryptedContent_init_bio()
|
| /freebsd-13.1/contrib/kyua/utils/sqlite/ |
| H A D | statement.ipp | 35 /// Binds a value to a parameter of a prepared statement. 37 /// \param parameter The name of the parameter; must exist. This is a raw C 38 /// string instead of a std::string because statement parameter names are 41 /// \param value The value to bind to the parameter. 46 utils::sqlite::statement::bind(const char* parameter, const T& value) 48 bind(bind_parameter_index(parameter), value);
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 359 strlcpy(parameter, "STATS_FREQ_FILE", in stats_config() 360 sizeof(parameter)); in stats_config() 364 strlcpy(parameter, "STATS_LEAP_FILE", in stats_config() 365 sizeof(parameter)); in stats_config() 369 strlcpy(parameter, "STATS_STATSDIR", in stats_config() 370 sizeof(parameter)); in stats_config() 374 strlcpy(parameter, "STATS_PID_FILE", in stats_config() 375 sizeof(parameter)); in stats_config() 379 strlcpy(parameter, "UNKNOWN", in stats_config() 380 sizeof(parameter)); in stats_config() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-access-ok-type.m4 | 2 dnl # Linux 5.0: access_ok() drops 'type' parameter: 19 AC_MSG_CHECKING([whether access_ok() has 'type' parameter]) 23 [kernel has access_ok with 'type' parameter])
|
| /freebsd-13.1/crypto/openssl/crypto/rsa/ |
| H A D | rsa_sign.c | 36 ASN1_TYPE parameter; in encode_pkcs1() local 52 parameter.type = V_ASN1_NULL; in encode_pkcs1() 53 parameter.value.ptr = NULL; in encode_pkcs1() 54 sig.algor->parameter = ¶meter; in encode_pkcs1()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_ctrl.pod | 190 The B<pad> parameter can take the value B<RSA_PKCS1_PADDING> for PKCS#1 265 subprime parameter B<q> for DSA parameter generation to B<qbits>. If not 277 prime parameter B<p> for DH parameter generation. If this macro is not called 281 optional subprime parameter B<q> for DH parameter generation. The default is 286 for DH parameter generation. If not specified 2 is used. 289 parameter generation. Use 0 for PKCS#3 DH and 1 for X9.42 DH. 300 parameter or key generation. 301 The nid parameter and the rfc5114 parameter are mutually exclusive. 305 B<rfc5114> parameter must be 1, 2 or 3 corresponding to RFC5114 sections 307 during parameter generation. The B<ctx> must have a key type of [all …]
|
| H A D | DH_generate_parameters.pod | 66 The parameter B<p> has been determined to not being an odd prime. 86 The parameter B<p> is not prime. 90 The parameter B<p> is not a safe prime and no B<q> value is present. 102 The parameter B<q> is not prime. 106 The parameter B<q> is invalid. 110 The parameter B<j> is invalid. 125 the parameter generation fails.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | grace | 10 0 string #\ xvgr\ parameter\ file ACE/gr ascii file 11 0 string #\ xmgr\ parameter\ file ACE/gr ascii file 12 0 string #\ ACE/gr\ parameter\ file ACE/gr ascii file
|