Home
last modified time | relevance | path

Searched defs:param (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_vpm.c84 X509_VERIFY_PARAM *param; in X509_VERIFY_PARAM_new() local
98 void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_free()
261 int X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name) in X509_VERIFY_PARAM_set1_name()
270 int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags) in X509_VERIFY_PARAM_set_flags()
278 int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_clear_flags()
285 unsigned long X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_get_flags()
290 uint32_t X509_VERIFY_PARAM_get_inh_flags(const X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_get_inh_flags()
295 int X509_VERIFY_PARAM_set_inh_flags(X509_VERIFY_PARAM *param, uint32_t flags) in X509_VERIFY_PARAM_set_inh_flags()
301 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose()
306 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
[all …]
/freebsd-13-stable/contrib/libfido2/fuzz/
HDfuzz_cred.c22 struct param { struct
44 * make credential using the example parameters above. argument
HDfuzz_assert.c22 struct param { struct
42 * get assertion using the example parameters above. argument
HDfuzz_bio.c21 struct param { struct
22 char pin[MAXSTR];
23 char name[MAXSTR];
24 int seed;
25 struct blob id;
26 struct blob info_wire_data;
27 struct blob enroll_wire_data;
28 struct blob list_wire_data;
29 struct blob set_name_wire_data;
30 struct blob remove_wire_data;
HDfuzz_credman.c21 struct param { struct
22 char pin[MAXSTR];
23 char rp_id[MAXSTR];
24 int seed;
25 struct blob cred_id;
26 struct blob del_wire_data;
27 struct blob meta_wire_data;
28 struct blob rk_wire_data;
29 struct blob rp_wire_data;
HDfuzz_pcsc.c23 struct param { struct
36 struct param * argument
HDfuzz_largeblob.c21 struct param { struct
22 char pin[MAXSTR];
23 int seed;
24 struct blob key;
25 struct blob get_wiredata;
26 struct blob set_wiredata;
HDfuzz_mgmt.c22 struct param { struct
23 char pin1[MAXSTR];
24 char pin2[MAXSTR];
25 struct blob reset_wire_data;
26 struct blob info_wire_data;
27 struct blob set_pin_wire_data;
28 struct blob change_pin_wire_data;
29 struct blob retry_wire_data;
30 struct blob config_wire_data;
31 int seed;
HDfuzz_netlink.c18 struct param { struct
24 struct param * argument
HDfuzz_hid.c22 struct param { struct
23 int seed;
24 char uevent[MAXSTR];
25 struct blob report_descriptor;
26 struct blob netlink_wiredata;
/freebsd-13-stable/sys/dev/liquidio/
HDlio_rss.h47 struct param { struct
49 uint64_t flags:16;
50 uint64_t hashinfo:32;
51 uint64_t itablesize:16;
53 uint64_t hashkeysize:16;
54 uint64_t reserved:48;
65 } param; member
/freebsd-13-stable/sys/dev/sound/pci/hda/
HDhda_reg.h312 #define HDA_CMD_SET_CONV_STREAM_CHAN_STREAM(param) \ argument
315 #define HDA_CMD_SET_CONV_STREAM_CHAN_CHAN(param) \ argument
369 #define HDA_CMD_SET_PIN_WIDGET_CTRL_VREF_ENABLE(param) \ argument
406 #define HDA_CMD_SET_UNSOLICITED_RESPONSE_TAG(param) \ argument
769 #define HDA_PARAM_VENDOR_ID_VENDOR_ID(param) \ argument
772 #define HDA_PARAM_VENDOR_ID_DEVICE_ID(param) \ argument
788 #define HDA_PARAM_REVISION_ID_MAJREV(param) \ argument
791 #define HDA_PARAM_REVISION_ID_MINREV(param) \ argument
794 #define HDA_PARAM_REVISION_ID_REVISION_ID(param) \ argument
797 #define HDA_PARAM_REVISION_ID_STEPPING_ID(param) \ argument
[all …]
/freebsd-13-stable/usr.sbin/bhyve/
HDhda_reg.h312 #define HDA_CMD_SET_CONV_STREAM_CHAN_STREAM(param) \ argument
315 #define HDA_CMD_SET_CONV_STREAM_CHAN_CHAN(param) \ argument
369 #define HDA_CMD_SET_PIN_WIDGET_CTRL_VREF_ENABLE(param) \ argument
406 #define HDA_CMD_SET_UNSOLICITED_RESPONSE_TAG(param) \ argument
770 #define HDA_PARAM_VENDOR_ID_VENDOR_ID(param) \ argument
773 #define HDA_PARAM_VENDOR_ID_DEVICE_ID(param) \ argument
789 #define HDA_PARAM_REVISION_ID_MAJREV(param) \ argument
792 #define HDA_PARAM_REVISION_ID_MINREV(param) \ argument
795 #define HDA_PARAM_REVISION_ID_REVISION_ID(param) \ argument
798 #define HDA_PARAM_REVISION_ID_STEPPING_ID(param) \ argument
[all …]
HDmevent_test.c93 timer_callback(int fd, enum ev_type type, void *param) in timer_callback()
116 echoer_callback(int fd, enum ev_type type, void *param) in echoer_callback()
126 echoer(void *param) in echoer()
167 echoer(void *param) in echoer()
182 acceptor_callback(int fd, enum ev_type type, void *param) in acceptor_callback()
190 acceptor(void *param) in acceptor()
/freebsd-13-stable/sys/arm/freescale/imx/
HDimx6_ipu.c255 #define CH_PARAM_RESET(param) memset(param, 0, sizeof(*param)) argument
256 #define IPU_READ_CH_PARAM(_sc, ch, param) bus_read_region_4( \ argument
259 #define IPU_WRITE_CH_PARAM(_sc, ch, param) bus_write_region_4( \ argument
263 #define CH_PARAM_SET_FW(param, v) ipu_ch_param_set_value((param), \ argument
265 #define CH_PARAM_SET_FH(param, v) ipu_ch_param_set_value((param), \ argument
267 #define CH_PARAM_SET_SLY(param, v) ipu_ch_param_set_value((param), \ argument
269 #define CH_PARAM_SET_EBA0(param, v) ipu_ch_param_set_value((param), \ argument
271 #define CH_PARAM_SET_EBA1(param, v) ipu_ch_param_set_value((param), \ argument
273 #define CH_PARAM_SET_BPP(param, v) ipu_ch_param_set_value((param), \ argument
275 #define CH_PARAM_SET_PFS(param, v) ipu_ch_param_set_value((param), \ argument
[all …]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDexpand_path.c53 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_temp_folder()
93 _expand_bin_dir(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_bin_dir()
143 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_userid()
274 _expand_path(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_path()
285 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_temp_folder()
301 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **str) in _expand_userid()
319 _expand_null(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_null()
337 PTYPE param; member
/freebsd-13-stable/lib/libthr/thread/
HDthr_kern.c68 struct sched_param *param) in _rtp_to_schedparam()
88 _schedparam_to_rtp(int policy, const struct sched_param *param, in _schedparam_to_rtp()
110 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param) in _thr_getscheduler()
123 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) in _thr_setscheduler()
/freebsd-13-stable/tools/regression/geom_gpt/
HDgctl_test_helper.c41 const char *param; member
57 parse(char *arg, char **param, char **value, int *len) in parse()
112 char *param, *value; in main() local
/freebsd-13-stable/bin/sh/
HDshell.h71 #define TRACE(param) sh_trace param argument
73 #define TRACE(param) argument
/freebsd-13-stable/sys/geom/
HDgeom_ctl.c270 gctl_set_param(struct gctl_req *req, const char *param, void const *ptr, in gctl_set_param()
294 gctl_set_param_err(struct gctl_req *req, const char *param, void const *ptr, in gctl_set_param_err()
312 gctl_get_param_flags(struct gctl_req *req, const char *param, int flags, int *len) in gctl_get_param_flags()
333 gctl_get_param(struct gctl_req *req, const char *param, int *len) in gctl_get_param()
340 gctl_get_asciiparam(struct gctl_req *req, const char *param) in gctl_get_asciiparam()
360 gctl_get_paraml_opt(struct gctl_req *req, const char *param, int len) in gctl_get_paraml_opt()
374 gctl_get_paraml(struct gctl_req *req, const char *param, int len) in gctl_get_paraml()
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_wq.c63 int mlx5_wq_cyc_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_cyc_create()
99 int mlx5_cqwq_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_cqwq_create()
136 int mlx5_wq_ll_create(struct mlx5_core_dev *mdev, struct mlx5_wq_param *param, in mlx5_wq_ll_create()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDvadefs.h23 #define _crt_va_start(ap, param) __builtin_va_start(ap, param) argument
39 #define __crt_va_start(ap, param) __builtin_va_start(ap, param) argument
/freebsd-13-stable/crypto/openssl/crypto/rsa/
HDrsa_oaep.c35 const unsigned char *param, int plen) in RSA_padding_add_PKCS1_OAEP()
43 const unsigned char *param, int plen, in RSA_padding_add_PKCS1_OAEP_mgf1()
110 const unsigned char *param, int plen) in RSA_padding_check_PKCS1_OAEP()
118 int num, const unsigned char *param, in RSA_padding_check_PKCS1_OAEP_mgf1()
/freebsd-13-stable/sys/geom/mirror/
HDg_mirror_ctl.c373 char param[16]; in g_mirror_ctl_create() local
532 char param[16]; in g_mirror_ctl_rebuild() local
617 char param[16]; in g_mirror_ctl_insert() local
797 char param[16]; in g_mirror_ctl_remove() local
929 char param[16]; in g_mirror_ctl_deactivate() local
991 char param[16]; in g_mirror_ctl_forget() local
1038 char param[16]; in g_mirror_ctl_stop() local
/freebsd-13-stable/lib/geom/virstor/
HDgeom_virstor.c158 char param[32]; in virstor_label() local
435 char param[32]; in virstor_clear() local
500 char param[16]; in virstor_dump() local

12345678910>>...17