Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/freebsd-12.1/sys/dev/sound/pci/hda/
H A Dhda_reg.h791 #define HDA_PARAM_REVISION_ID_MAJREV(param) \ argument
794 #define HDA_PARAM_REVISION_ID_MINREV(param) \ argument
827 #define HDA_PARAM_FCT_GRP_TYPE_UNSOL(param) \ argument
1103 #define HDA_PARAM_PIN_CAP_HBR(param) \ argument
1106 #define HDA_PARAM_PIN_CAP_DP(param) \ argument
1109 #define HDA_PARAM_PIN_CAP_EAPD_CAP(param) \ argument
1112 #define HDA_PARAM_PIN_CAP_VREF_CTRL(param) \ argument
1130 #define HDA_PARAM_PIN_CAP_HDMI(param) \ argument
1136 #define HDA_PARAM_PIN_CAP_INPUT_CAP(param) \ argument
1139 #define HDA_PARAM_PIN_CAP_OUTPUT_CAP(param) \ argument
[all …]
/freebsd-12.1/crypto/openssl/crypto/x509/
H A Dx509_vpm.c86 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()
265 if (param->name) in X509_VERIFY_PARAM_set1_name()
351 if (!param) in X509_VERIFY_PARAM_set1_policies()
427 return int_x509_param_set1(&param->email, &param->emaillen, in X509_VERIFY_PARAM_set1_email()
436 return int_x509_param_set1((char **)&param->ip, &param->iplen, in X509_VERIFY_PARAM_set1_ip()
[all …]
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx6_ipu.c265 #define CH_PARAM_RESET(param) memset(param, 0, sizeof(*param)) argument
268 (uint32_t*)param, sizeof(*param) / 4)
271 (uint32_t*)param, sizeof(*param) / 4)
314 #define CH_PARAM_GET_FW(param) ipu_ch_param_get_value((param), \ argument
316 #define CH_PARAM_GET_FH(param) ipu_ch_param_get_value((param), \ argument
318 #define CH_PARAM_GET_SLY(param) ipu_ch_param_get_value((param), \ argument
324 #define CH_PARAM_GET_BPP(param) ipu_ch_param_get_value((param), \ argument
472 param->word[0].data[0], param->word[0].data[1], in ipu_print_channel()
473 param->word[0].data[2], param->word[0].data[3], in ipu_print_channel()
476 param->word[1].data[0], param->word[1].data[1], in ipu_print_channel()
[all …]
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-spu.c274 for (param = op; *param != 0 && !ISSPACE (*param); param++) in md_assemble()
392 if (*param == 0 || *param == ',') in calcop()
395 param = get_reg (param, insn, arg, 1); in calcop()
397 param = get_imm (param, insn, arg); in calcop()
497 if ((param[0] == 'c' || param[0] == 'C') in get_reg()
498 && (param[1] == 'h' || param[1] == 'H') in get_reg()
504 if ((param[0] == 's' || param[0] == 'S') in get_reg()
505 && (param[1] == 'p' || param[1] == 'P') in get_reg()
631 if (param[0] == '@' && !ISALNUM (param[2]) && param[2] != '@') in get_imm()
633 if (param[1] == 'h' || param[1] == 'H') in get_imm()
[all …]
/freebsd-12.1/contrib/ofed/libibcm/
H A Dcm.c313 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-12.1/sys/dev/ofw/
H A Dofw_if.m54 * @param _node Selected node
64 * @param _node Selected node
74 * @param _node Selected node
94 * @param _node Selected node
95 * @param _prop Property name
106 * @param _node Selected node
107 * @param _prop Property name
140 * @param _buf Value to set
168 * @param _path Device path
192 * @param _node Package node
[all …]
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c44 struct mlx5e_sq_param *param) in mlx5e_rl_build_sq_param() argument
46 void *sqc = param->sqc; in mlx5e_rl_build_sq_param()
54 param->wq.buf_numa_node = 0; in mlx5e_rl_build_sq_param()
55 param->wq.db_numa_node = 0; in mlx5e_rl_build_sq_param()
56 param->wq.linear = 1; in mlx5e_rl_build_sq_param()
63 void *cqc = param->cqc; in mlx5e_rl_build_cq_param()
98 void *sqc = param->sqc; in mlx5e_rl_create_sq()
659 param->tx_worker_threads_def > param->tx_worker_threads_max) in mlx5e_rl_set_default_params()
660 param->tx_worker_threads_def = param->tx_worker_threads_max; in mlx5e_rl_set_default_params()
699 param->tx_rates_def = param->tx_rates_max; in mlx5e_rl_set_default_params()
[all …]
/freebsd-12.1/tools/tools/ath/athradar/
H A Dathradar.c105 pe.pe_enabled = param; in radarset()
108 pe.pe_firpwr = param; in radarset()
111 pe.pe_rrssi = param; in radarset()
114 pe.pe_height = param; in radarset()
117 pe.pe_prssi = param; in radarset()
120 pe.pe_inband = param; in radarset()
123 pe.pe_relpwr = param; in radarset()
126 pe.pe_relstep = param; in radarset()
129 pe.pe_maxlen = param; in radarset()
132 pe.pe_usefir128 = param; in radarset()
[all …]
/freebsd-12.1/contrib/ldns/ldns/
H A Dnet.h.in35 * \param[in] to the ip addr to send to
48 * \param[in] to the ip addr to send to
84 * \param[in] r the resolver to use
95 * \param[in] r the resolver to use
96 * \param[in] qb the buffer to send
104 * \param[in] to ip and family
105 * \param[in] tolen length of to
113 * \param[in] to ip and family
125 * \param[in] tolen socketlen
136 * \param[in] tolen socketlen
[all …]
/freebsd-12.1/sys/kern/
H A Dbus_if.m251 * @param _dev the bus device
331 * @param _map the mapping
353 * @param _r the resource
697 * @param _dev the bus device
740 * @param _dev the bus device
790 * @param _dev the bus device
799 * @param _dev the bus device
801 * @param _irq the irq number
834 * @param _dev the bus device
847 * @param _dev the bus device
[all …]
H A Dksched.c131 struct thread *td, const struct sched_param *param) in ksched_setparam() argument
137 e = ksched_setscheduler(ksched, td, policy, param); in ksched_setparam()
143 struct sched_param *param) in ksched_getparam() argument
149 param->sched_priority = rtpprio_to_p4prio(rtp.prio); in ksched_getparam()
156 param->sched_priority = PRI_MAX_TIMESHARE - in ksched_getparam()
159 param->sched_priority = tsprio_to_p4prio(rtp.prio); in ksched_getparam()
173 const struct sched_param *param) in ksched_setscheduler() argument
182 if (param->sched_priority >= P1B_PRIO_MIN && in ksched_setscheduler()
183 param->sched_priority <= P1B_PRIO_MAX) { in ksched_setscheduler()
193 if (param->sched_priority >= 0 && param->sched_priority <= in ksched_setscheduler()
[all …]
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_hostap.c340 memset(&param, 0, sizeof(param)); in hostap_sta_set_flags()
345 return hostapd_ioctl(drv, &param, sizeof(param)); in hostap_sta_set_flags()
576 memset(&param, 0, sizeof(param)); in hostap_flush()
578 return hostapd_ioctl(drv, &param, sizeof(param)); in hostap_flush()
647 memset(&param, 0, sizeof(param)); in hostap_sta_add()
664 memset(&param, 0, sizeof(param)); in hostap_sta_remove()
667 if (hostapd_ioctl(drv, &param, sizeof(param))) { in hostap_sta_remove()
680 memset(&param, 0, sizeof(param)); in hostap_get_inact_sec()
683 if (hostapd_ioctl(drv, &param, sizeof(param))) { in hostap_get_inact_sec()
696 memset(&param, 0, sizeof(param)); in hostap_sta_clear_stats()
[all …]
/freebsd-12.1/sys/powerpc/powerpc/
H A Dmmu_if.m29 #include <sys/param.h>
141 * @param _pmap physical map
158 * @param _pg physical page
170 * @param _pg physical page
186 * @param _len size of range
224 * @param _pmap physical map
245 * @param _pmap physical map
283 * @param _pmap physical map
450 * @param _pg physical page
466 * @param _pg physical page
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c75 int param[3]; in tgoto_internal() local
84 param[0] = y; in tgoto_internal()
85 param[1] = x; in tgoto_internal()
86 param[2] = 0; in tgoto_internal()
137 swap_arg = param[0]; in tgoto_internal()
138 param[0] = param[1]; in tgoto_internal()
142 param[0] += 1; in tgoto_internal()
143 param[1] += 1; in tgoto_internal()
151 param[0] ^= 0140; in tgoto_internal()
152 param[1] ^= 0140; in tgoto_internal()
[all …]
/freebsd-12.1/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c344 struct target_param *param; in op_snmp_target_params() local
364 if (param != NULL) { in op_snmp_target_params()
419 if (param != NULL) { in op_snmp_target_params()
476 sizeof(param->secname)); in op_snmp_target_params()
723 struct target_param *param; in target_get_param() local
728 for (param = target_first_param(); param != NULL; in target_get_param()
729 param = target_next_param(param)) in target_get_param()
731 return (param); in target_get_param()
740 struct target_param *param; in target_get_next_param() local
748 for (param = target_first_param(); param != NULL; in target_get_next_param()
[all …]
/freebsd-12.1/tools/tools/ath/athspectral/
H A Dathspectral.c96 pe.ss_fft_period = param; in spectralset()
99 pe.ss_period = param; in spectralset()
102 pe.ss_count = param; in spectralset()
105 pe.ss_short_report = param; in spectralset()
108 pe.ss_spectral_pri = param; in spectralset()
236 if (strcmp(param, "enabled") == 0) { in spectral_set_param()
238 } else if (strcmp(param, "firpwr") == 0) { in spectral_set_param()
240 } else if (strcmp(param, "rrssi") == 0) { in spectral_set_param()
242 } else if (strcmp(param, "height") == 0) { in spectral_set_param()
244 } else if (strcmp(param, "prssi") == 0) { in spectral_set_param()
[all …]
/freebsd-12.1/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h57 ng_l2cap_cmd_rej_cp param; \
68 c->hdr.length = sizeof(c->param); \
92 ng_l2cap_con_req_cp param; \
106 c->param.psm = htole16((_psm)); \
115 ng_l2cap_con_rsp_cp param; \
140 ng_l2cap_cfg_req_cp param; \
174 ng_l2cap_cfg_rsp_cp param; \
302 ng_l2cap_discon_req_cp param; \
325 ng_l2cap_discon_rsp_cp param; \
372 ng_l2cap_info_req_cp param; \
[all …]
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c786 kfree(param.private_data); in ib_ucm_send_req()
787 kfree(param.primary_path); in ib_ucm_send_req()
801 param.private_data = NULL; in ib_ucm_send_rep()
828 kfree(param.private_data); in ib_ucm_send_rep()
1006 param.private_data = NULL; in ib_ucm_send_sidr_req()
1007 param.path = NULL; in ib_ucm_send_sidr_req()
1034 kfree(param.path); in ib_ucm_send_sidr_req()
1047 param.info = NULL; in ib_ucm_send_sidr_rep()
1061 param.qp_num = cmd.qpn; in ib_ucm_send_sidr_rep()
1062 param.qkey = cmd.qkey; in ib_ucm_send_sidr_rep()
[all …]
/freebsd-12.1/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake69 * @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 …]
/freebsd-12.1/sys/dev/mdio/
H A Dmdio_if.m32 * @param dev MDIO bus device.
33 * @param phy PHY address.
34 * @param reg The PHY register offset.
45 * @param dev MDIO bus device.
46 * @param phy PHY address.
47 * @param reg The PHY register offset.
61 * @param dev MDIO bus device.
62 * @param phy PHY address.
65 * @param reg The PHY register offset.
78 * @param dev MDIO bus device.
[all …]
/freebsd-12.1/sys/dev/usb/controller/
H A Dsaf1761_otg_fdt.c124 char param[24]; in saf1761_otg_fdt_attach() local
132 &param, sizeof(param)) > 0) { in saf1761_otg_fdt_attach()
133 param[sizeof(param) - 1] = 0; in saf1761_otg_fdt_attach()
134 if (strcmp(param, "32") == 0) in saf1761_otg_fdt_attach()
143 &param, sizeof(param)) > 0) { in saf1761_otg_fdt_attach()
149 &param, sizeof(param)) > 0) { in saf1761_otg_fdt_attach()
155 &param, sizeof(param)) > 0) { in saf1761_otg_fdt_attach()
161 &param, sizeof(param)) > 0) { in saf1761_otg_fdt_attach()
168 &param, sizeof(param)) > 0) { in saf1761_otg_fdt_attach()
/freebsd-12.1/sbin/ifconfig/
H A Difbridge.c253 struct ifbrparam param; in bridge_status() local
260 if (do_cmd(s, BRDGGCACHE, &param, sizeof(param), 0) < 0) in bridge_status()
263 if (do_cmd(s, BRDGGTO, &param, sizeof(param), 0) < 0) in bridge_status()
520 if (do_cmd(s, BRDGSCACHE, &param, sizeof(param), 1) < 0) in setbridge_maxaddr()
535 if (do_cmd(s, BRDGSHT, &param, sizeof(param), 1) < 0) in setbridge_hellotime()
550 if (do_cmd(s, BRDGSFD, &param, sizeof(param), 1) < 0) in setbridge_fwddelay()
565 if (do_cmd(s, BRDGSMA, &param, sizeof(param), 1) < 0) in setbridge_maxage()
580 if (do_cmd(s, BRDGSPRI, &param, sizeof(param), 1) < 0) in setbridge_priority()
597 if (do_cmd(s, BRDGSPROTO, &param, sizeof(param), 1) < 0) in setbridge_protocol()
612 if (do_cmd(s, BRDGSTXHC, &param, sizeof(param), 1) < 0) in setbridge_holdcount()
[all …]
/freebsd-12.1/lib/libthr/thread/
H A Dthr_create.c60 struct thr_param param; in _pthread_create() local
84 memset(&param, 0, sizeof(param)); in _pthread_create()
160 param.arg = new_thread; in _pthread_create()
164 param.tls_size = sizeof(struct tcb); in _pthread_create()
165 param.child_tid = &new_thread->tid; in _pthread_create()
166 param.parent_tid = &new_thread->tid; in _pthread_create()
167 param.flags = 0; in _pthread_create()
169 param.flags |= THR_SYSTEM_SCOPE; in _pthread_create()
171 param.rtp = NULL; in _pthread_create()
176 param.rtp = &rtp; in _pthread_create()
[all …]
/freebsd-12.1/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_if.m137 * @param dev A bhnd(4) PMU device.
153 * @param dev A bhnd(4) PMU device.
155 * @param value The value to write.
171 * @param dev A bhnd(4) PMU device.
239 * @param dev PMU device.
255 * @param dev PMU device.
269 * @param dev PMU device.
287 * @param dev PMU device.
304 * @param dev PMU device.
321 * @param dev PMU device.
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree-tailcall.c163 tree param; in suitable_for_tail_call_opt_p() local
185 param; in suitable_for_tail_call_opt_p()
186 param = TREE_CHAIN (param)) in suitable_for_tail_call_opt_p()
437 param && args; in find_tail_calls()
438 param = TREE_CHAIN (param), args = TREE_CHAIN (args)) in find_tail_calls()
441 if (param != arg) in find_tail_calls()
701 if (!is_gimple_reg (param) || !var_ann (param)) in arg_needs_copy_p()
775 param; in eliminate_tail_call()
776 param = TREE_CHAIN (param), in eliminate_tail_call()
910 param; in tree_optimize_tail_calls_1()
[all …]

12345678910>>...33