| /freebsd-14.2/crypto/openssl/crypto/ec/ |
| H A D | ecx_s390x.c | 88 } param; in s390x_x25519_mul() local 91 memset(¶m, 0, sizeof(param)); in s390x_x25519_mul() 121 } param; in s390x_x448_mul() local 124 memset(¶m, 0, sizeof(param)); in s390x_x448_mul() 129 s390x_flip_endian64(param.x448.u_src, param.x448.u_src); in s390x_x448_mul() 132 s390x_flip_endian64(param.x448.d_src, param.x448.d_src); in s390x_x448_mul() 161 } param; in s390x_ed25519_mul() local 164 memset(¶m, 0, sizeof(param)); in s390x_ed25519_mul() 195 } param; in s390x_ed448_mul() local 198 memset(¶m, 0, sizeof(param)); in s390x_ed448_mul() [all …]
|
| H A D | ecp_s390x_nistp.c | 53 unsigned char param[S390X_SIZE_PARAM]; in ec_GFp_s390x_nistp_mul() local 97 memset(¶m, 0, sizeof(param)); in ec_GFp_s390x_nistp_mul() 105 || s390x_pcc(fc, param) != 0 in ec_GFp_s390x_nistp_mul() 119 OPENSSL_cleanse(param, sizeof(param)); in ec_GFp_s390x_nistp_mul() 132 unsigned char param[S390X_SIZE_PARAM]; in ecdsa_s390x_nistp_sign_sig() local 166 memset(param, 0, sizeof(param)); in ecdsa_s390x_nistp_sign_sig() 202 if (s390x_kdsa(fc, param, NULL, 0) != 0) { in ecdsa_s390x_nistp_sign_sig() 215 OPENSSL_cleanse(param, sizeof(param)); in ecdsa_s390x_nistp_sign_sig() 228 unsigned char param[S390X_SIZE_PARAM]; in ecdsa_s390x_nistp_verify_sig() local 263 memset(param, 0, sizeof(param)); in ecdsa_s390x_nistp_verify_sig() [all …]
|
| /freebsd-14.2/sys/dev/sound/pci/hda/ |
| H A D | hda_reg.h | 788 #define HDA_PARAM_REVISION_ID_MAJREV(param) \ argument 791 #define HDA_PARAM_REVISION_ID_MINREV(param) \ argument 824 #define HDA_PARAM_FCT_GRP_TYPE_UNSOL(param) \ argument 1100 #define HDA_PARAM_PIN_CAP_HBR(param) \ argument 1103 #define HDA_PARAM_PIN_CAP_DP(param) \ argument 1106 #define HDA_PARAM_PIN_CAP_EAPD_CAP(param) \ argument 1109 #define HDA_PARAM_PIN_CAP_VREF_CTRL(param) \ argument 1127 #define HDA_PARAM_PIN_CAP_HDMI(param) \ argument 1133 #define HDA_PARAM_PIN_CAP_INPUT_CAP(param) \ argument 1136 #define HDA_PARAM_PIN_CAP_OUTPUT_CAP(param) \ argument [all …]
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | hda_reg.h | 789 #define HDA_PARAM_REVISION_ID_MAJREV(param) \ argument 792 #define HDA_PARAM_REVISION_ID_MINREV(param) \ argument 825 #define HDA_PARAM_FCT_GRP_TYPE_UNSOL(param) \ argument 1101 #define HDA_PARAM_PIN_CAP_HBR(param) \ argument 1104 #define HDA_PARAM_PIN_CAP_DP(param) \ argument 1107 #define HDA_PARAM_PIN_CAP_EAPD_CAP(param) \ argument 1110 #define HDA_PARAM_PIN_CAP_VREF_CTRL(param) \ argument 1128 #define HDA_PARAM_PIN_CAP_HDMI(param) \ argument 1134 #define HDA_PARAM_PIN_CAP_INPUT_CAP(param) \ argument 1137 #define HDA_PARAM_PIN_CAP_OUTPUT_CAP(param) \ argument [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/x509/ |
| H A D | x509_vpm.c | 86 param = OPENSSL_zalloc(sizeof(*param)); in X509_VERIFY_PARAM_new() 87 if (param == NULL) { in X509_VERIFY_PARAM_new() 93 param->depth = -1; in X509_VERIFY_PARAM_new() 95 return param; in X509_VERIFY_PARAM_new() 100 if (param == NULL) in X509_VERIFY_PARAM_free() 107 OPENSSL_free(param); in X509_VERIFY_PARAM_free() 440 return int_x509_param_set1(¶m->email, ¶m->emaillen, in X509_VERIFY_PARAM_set1_email() 447 if (param == NULL || param->ip == NULL) { in int_X509_VERIFY_PARAM_get0_ip() 453 return param->ip; in int_X509_VERIFY_PARAM_get0_ip() 471 return int_x509_param_set1((char **)¶m->ip, ¶m->iplen, in X509_VERIFY_PARAM_set1_ip() [all …]
|
| /freebsd-14.2/sys/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 255 #define CH_PARAM_RESET(param) memset(param, 0, sizeof(*param)) argument 258 (uint32_t*)param, sizeof(*param) / 4) 261 (uint32_t*)param, sizeof(*param) / 4) 304 #define CH_PARAM_GET_FW(param) ipu_ch_param_get_value((param), \ argument 306 #define CH_PARAM_GET_FH(param) ipu_ch_param_get_value((param), \ argument 308 #define CH_PARAM_GET_SLY(param) ipu_ch_param_get_value((param), \ argument 314 #define CH_PARAM_GET_BPP(param) ipu_ch_param_get_value((param), \ argument 462 param->word[0].data[0], param->word[0].data[1], in ipu_print_channel() 463 param->word[0].data[2], param->word[0].data[3], in ipu_print_channel() 466 param->word[1].data[0], param->word[1].data[1], in ipu_print_channel() [all …]
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | params_api_test.c | 159 param.data = &out; in test_param_int() 171 param.data = &out; in test_param_int() 186 param.data = &out; in test_param_long() 198 param.data = &out; in test_param_long() 212 param.data = &out; in test_param_uint() 224 param.data = &out; in test_param_uint() 239 param.data = &out; in test_param_ulong() 251 param.data = &out; in test_param_ulong() 266 param.data = &out; in test_param_int32() 436 param.data_size = param.return_size; in test_param_bignum() [all …]
|
| /freebsd-14.2/sbin/ping/tests/ |
| H A D | test_ping.py | 295 pytest.param( 311 pytest.param( 327 pytest.param( 343 pytest.param( 357 pytest.param( 373 pytest.param( 387 pytest.param( 405 pytest.param( 419 pytest.param( 437 pytest.param( [all …]
|
| /freebsd-14.2/sys/dev/ofw/ |
| H A D | ofw_if.m | 53 * @param _node Selected node 63 * @param _node Selected node 73 * @param _node Selected node 93 * @param _node Selected node 94 * @param _prop Property name 105 * @param _node Selected node 106 * @param _prop Property name 139 * @param _buf Value to set 167 * @param _path Device path 191 * @param _node Package node [all …]
|
| /freebsd-14.2/contrib/ofed/libibcm/ |
| H A D | cm.c | 313 if (!param) in ib_cm_attr_id() 391 if (!param || !param->primary_path) in ib_cm_send_req() 423 if (param->private_data && param->private_data_len) { in ib_cm_send_req() 442 if (!param) in ib_cm_send_rep() 458 if (param->private_data && param->private_data_len) { in ib_cm_send_rep() 691 if (!param || !param->path) in ib_cm_send_sidr_req() 703 if (param->private_data && param->private_data_len) { in ib_cm_send_sidr_req() 723 if (!param) in ib_cm_send_sidr_rep() 729 cmd->qkey = param->qkey; in ib_cm_send_sidr_rep() 732 if (param->private_data && param->private_data_len) { in ib_cm_send_sidr_rep() [all …]
|
| /freebsd-14.2/crypto/openssl/providers/implementations/signature/ |
| H A D | eddsa_sig.c | 381 } param; in s390x_ed25519_digestsign() local 383 memset(¶m, 0, sizeof(param)); in s390x_ed25519_digestsign() 406 } param; in s390x_ed448_digestsign() local 408 memset(¶m, 0, sizeof(param)); in s390x_ed448_digestsign() 416 s390x_flip_endian64(param.ed448.sig, param.ed448.sig); in s390x_ed448_digestsign() 433 } param; in s390x_ed25519_digestverify() local 435 memset(¶m, 0, sizeof(param)); in s390x_ed25519_digestverify() 455 } param; in s390x_ed448_digestverify() local 457 memset(¶m, 0, sizeof(param)); in s390x_ed448_digestverify() 459 s390x_flip_endian64(param.ed448.sig, param.ed448.sig); in s390x_ed448_digestverify() [all …]
|
| /freebsd-14.2/tools/tools/ath/athradar/ |
| H A D | athradar.c | 103 pe.pe_enabled = param; in radarset() 106 pe.pe_firpwr = param; in radarset() 109 pe.pe_rrssi = param; in radarset() 112 pe.pe_height = param; in radarset() 115 pe.pe_prssi = param; in radarset() 118 pe.pe_inband = param; in radarset() 121 pe.pe_relpwr = param; in radarset() 124 pe.pe_relstep = param; in radarset() 127 pe.pe_maxlen = param; in radarset() 130 pe.pe_usefir128 = param; in radarset() [all …]
|
| /freebsd-14.2/contrib/ldns/ldns/ |
| H A D | net.h.in | 35 * \param[in] to the ip addr to send to 122 * \param[in] qb the buffer to send 130 * \param[in] to ip and family 131 * \param[in] tolen length of to 141 * \param[in] to ip and family 142 * \param[in] tolen length of to 150 * \param[in] to ip and family 160 * \param[in] to ip and family 172 * \param[in] tolen socketlen 183 * \param[in] tolen socketlen [all …]
|
| /freebsd-14.2/sys/dev/mdio/ |
| H A D | mdio_if.m | 31 * @param dev MDIO bus device. 32 * @param phy PHY address. 44 * @param dev MDIO bus device. 46 * @param phy PHY address. 59 * @param dev MDIO bus device. 60 * @param phy PHY address. 74 * @param dev MDIO bus device. 76 * @param phy PHY address. 92 * @param dev MDIO bus device. 93 * @param phy PHY address. [all …]
|
| /freebsd-14.2/sbin/ipfw/tests/ |
| H A D | test_add_rule.py | 123 pytest.param( 133 pytest.param( 146 pytest.param( 163 pytest.param( 176 pytest.param( 192 pytest.param( 209 pytest.param( 221 pytest.param( 236 pytest.param( 253 pytest.param( [all …]
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_rl.c | 55 struct mlx5e_sq_param *param) in mlx5e_rl_build_sq_param() argument 57 void *sqc = param->sqc; in mlx5e_rl_build_sq_param() 65 param->wq.linear = 1; in mlx5e_rl_build_sq_param() 70 struct mlx5e_cq_param *param) in mlx5e_rl_build_cq_param() argument 72 void *cqc = param->cqc; in mlx5e_rl_build_cq_param() 108 void *sqc = param->sqc; in mlx5e_rl_create_sq() 774 param->tx_worker_threads_def > param->tx_worker_threads_max) in mlx5e_rl_set_default_params() 775 param->tx_worker_threads_def = param->tx_worker_threads_max; in mlx5e_rl_set_default_params() 814 param->tx_rates_def = param->tx_rates_max; in mlx5e_rl_set_default_params() 823 param->tx_limit_max; in mlx5e_rl_set_default_params() [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | bus_if.m | 258 * @param _dev the bus device 338 * @param _map the mapping 360 * @param _r the resource 638 * @param _dev the bus device 733 * @param _dev the bus device 776 * @param _dev the bus device 826 * @param _dev the bus device 835 * @param _dev the bus device 837 * @param _irq the irq number 870 * @param _dev the bus device [all …]
|
| /freebsd-14.2/contrib/wpa/src/drivers/ |
| H A D | driver_hostap.c | 341 memset(¶m, 0, sizeof(param)); in hostap_sta_set_flags() 346 return hostapd_ioctl(drv, ¶m, sizeof(param)); in hostap_sta_set_flags() 580 memset(¶m, 0, sizeof(param)); in hostap_flush() 582 return hostapd_ioctl(drv, ¶m, sizeof(param)); in hostap_flush() 651 memset(¶m, 0, sizeof(param)); in hostap_sta_add() 668 memset(¶m, 0, sizeof(param)); in hostap_sta_remove() 671 if (hostapd_ioctl(drv, ¶m, sizeof(param))) { in hostap_sta_remove() 684 memset(¶m, 0, sizeof(param)); in hostap_get_inact_sec() 687 if (hostapd_ioctl(drv, ¶m, sizeof(param))) { in hostap_get_inact_sec() 700 memset(¶m, 0, sizeof(param)); in hostap_sta_clear_stats() [all …]
|
| /freebsd-14.2/sys/dev/syscons/ |
| H A D | scterm-sc.c | 60 int param[MAX_ESC_PAR]; member 222 tcp->param[i] = 1; in scterm_scan_esc() 274 tcp->param[i] = 1; in scterm_scan_esc() 295 n = tcp->param[0]; in scterm_scan_esc() 302 n = tcp->param[0]; in scterm_scan_esc() 321 n = tcp->param[0]; in scterm_scan_esc() 330 n = tcp->param[0]; in scterm_scan_esc() 366 n = tcp->param[0]; in scterm_scan_esc() 486 n = tcp->param[0]; in scterm_scan_esc() 575 v0 = tcp->param[0]; in scterm_scan_esc() [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_tgoto.c | 76 int param[3]; in tgoto_internal() local 85 param[0] = y; in tgoto_internal() 86 param[1] = x; in tgoto_internal() 87 param[2] = 0; in tgoto_internal() 145 swap_arg = param[0]; in tgoto_internal() 146 param[0] = param[1]; in tgoto_internal() 150 param[0] += 1; in tgoto_internal() 151 param[1] += 1; in tgoto_internal() 159 param[0] ^= 0140; in tgoto_internal() 160 param[1] ^= 0140; in tgoto_internal() [all …]
|
| /freebsd-14.2/tools/tools/ath/athspectral/ |
| H A D | athspectral.c | 94 pe.ss_fft_period = param; in spectralset() 97 pe.ss_period = param; in spectralset() 100 pe.ss_count = param; in spectralset() 103 pe.ss_short_report = param; in spectralset() 106 pe.ss_spectral_pri = param; in spectralset() 234 if (strcmp(param, "enabled") == 0) { in spectral_set_param() 236 } else if (strcmp(param, "firpwr") == 0) { in spectral_set_param() 238 } else if (strcmp(param, "rrssi") == 0) { in spectral_set_param() 240 } else if (strcmp(param, "height") == 0) { in spectral_set_param() 242 } else if (strcmp(param, "prssi") == 0) { in spectral_set_param() [all …]
|
| /freebsd-14.2/contrib/bsnmp/snmp_target/ |
| H A D | target_snmp.c | 343 struct target_param *param; in op_snmp_target_params() local 363 if (param != NULL) { in op_snmp_target_params() 418 if (param != NULL) { in op_snmp_target_params() 475 sizeof(param->secname)); in op_snmp_target_params() 722 struct target_param *param; in target_get_param() local 727 for (param = target_first_param(); param != NULL; in target_get_param() 728 param = target_next_param(param)) in target_get_param() 730 return (param); in target_get_param() 739 struct target_param *param; in target_get_next_param() local 747 for (param = target_first_param(); param != NULL; in target_get_next_param() [all …]
|
| /freebsd-14.2/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.h | 56 ng_l2cap_cmd_rej_cp param; \ 67 c->hdr.length = sizeof(c->param); \ 91 ng_l2cap_con_req_cp param; \ 105 c->param.psm = htole16((_psm)); \ 114 ng_l2cap_con_rsp_cp param; \ 139 ng_l2cap_cfg_req_cp param; \ 173 ng_l2cap_cfg_rsp_cp param; \ 301 ng_l2cap_discon_req_cp param; \ 324 ng_l2cap_discon_rsp_cp param; \ 371 ng_l2cap_info_req_cp param; \ [all …]
|
| /freebsd-14.2/tests/sys/netlink/ |
| H A D | test_netlink_message_writer.py | 27 pytest.param(M_NOWAIT, id="NOWAIT"), 28 pytest.param(M_WAITOK, id="WAITOK"), 34 pytest.param(NS_WRITER_TYPE_MBUF, id="MBUF"), 35 pytest.param(NS_WRITER_TYPE_BUF, id="BUF"), 41 pytest.param([160, 160], id="MHLEN"), 42 pytest.param([MCLBYTES, MCLBYTES], id="MCLBYTES"), 59 pytest.param(M_NOWAIT, id="NOWAIT"), 60 pytest.param(M_WAITOK, id="WAITOK"), 66 pytest.param([160, 160, 1], id="MHLEN"), 67 pytest.param([MCLBYTES, MCLBYTES, 1], id="MCLBYTES"), [all …]
|
| /freebsd-14.2/contrib/libdivsufsort/include/ |
| H A D | divsufsort.h.cmake | 69 * @param T[0..n-1] The input string. 80 * @param T[0..n-1] The input string. 101 * @param T[0..n-1] The input string. 105 * @param idx The output primary index. 116 * @param T[0..n-1] The input string. 120 * @param idx The primary index. 131 * @param T[0..n-1] The input string. 134 * @param verbose The verbose mode. 149 * @param idx The output index. 165 * @param c The input character. [all …]
|