Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_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()
278 int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_clear_flags()
332 int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_add0_policy()
346 int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_set1_policies()
386 int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_set1_host()
392 int X509_VERIFY_PARAM_add1_host(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_add1_host()
432 char *X509_VERIFY_PARAM_get0_email(X509_VERIFY_PARAM *param) in X509_VERIFY_PARAM_get0_email()
437 int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_set1_email()
464 int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_set1_ip()
[all …]
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_cred.c22 struct param { struct
44 * make credential using the example parameters above. argument
H A Dfuzz_assert.c22 struct param { struct
42 * get assertion using the example parameters above. argument
H A Dfuzz_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;
H A Dfuzz_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;
H A Dfuzz_pcsc.c23 struct param { struct
36 struct param * argument
H A Dfuzz_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;
H A Dfuzz_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;
H A Dfuzz_netlink.c18 struct param { struct
24 struct param * argument
H A Dfuzz_hid.c22 struct param { struct
23 int seed;
24 char uevent[MAXSTR];
25 struct blob report_descriptor;
26 struct blob netlink_wiredata;
/freebsd/sys/dev/liquidio/
H A Dlio_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/usr.sbin/bhyve/
H A Dhda_reg.h789 #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 …]
H A Dmevent_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/sys/dev/sound/pci/hda/
H A Dhda_reg.h788 #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/sys/arm/freescale/imx/
H A Dimx6_ipu.c254 #define CH_PARAM_RESET(param) memset(param, 0, sizeof(*param)) argument
255 #define IPU_READ_CH_PARAM(_sc, ch, param) bus_read_region_4( \ argument
258 #define IPU_WRITE_CH_PARAM(_sc, ch, param) bus_write_region_4( \ argument
303 #define CH_PARAM_GET_FW(param) ipu_ch_param_get_value((param), \ argument
305 #define CH_PARAM_GET_FH(param) ipu_ch_param_get_value((param), \ argument
307 #define CH_PARAM_GET_SLY(param) ipu_ch_param_get_value((param), \ argument
313 #define CH_PARAM_GET_BPP(param) ipu_ch_param_get_value((param), \ argument
401 ipu_ch_param_set_value(struct ipu_cpmem_ch_param *param, in ipu_ch_param_set_value()
430 ipu_ch_param_get_value(struct ipu_cpmem_ch_param *param, in ipu_ch_param_get_value()
456 ipu_print_channel(struct ipu_cpmem_ch_param *param) in ipu_print_channel()
[all …]
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c154 OSSL_PARAM param = OSSL_PARAM_int("a", NULL); in test_param_int() local
181 OSSL_PARAM param = OSSL_PARAM_long("a", NULL); in test_param_long() local
207 OSSL_PARAM param = OSSL_PARAM_uint("a", NULL); in test_param_uint() local
234 OSSL_PARAM param = OSSL_PARAM_ulong("a", NULL); in test_param_ulong() local
261 OSSL_PARAM param = OSSL_PARAM_int32("a", NULL); in test_param_int32() local
288 OSSL_PARAM param = OSSL_PARAM_uint32("a", NULL); in test_param_uint32() local
315 OSSL_PARAM param = OSSL_PARAM_int64("a", NULL); in test_param_int64() local
342 OSSL_PARAM param = OSSL_PARAM_uint64("a", NULL); in test_param_uint64() local
369 OSSL_PARAM param = OSSL_PARAM_size_t("a", NULL); in test_param_size_t() local
396 OSSL_PARAM param = OSSL_PARAM_time_t("a", NULL); in test_param_time_t() local
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_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/lib/libthr/thread/
H A Dthr_kern.c67 struct sched_param *param) in _rtp_to_schedparam()
87 _schedparam_to_rtp(int policy, const struct sched_param *param, in _schedparam_to_rtp()
109 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param) in _thr_getscheduler()
122 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param) in _thr_setscheduler()
/freebsd/tools/regression/geom_gpt/
H A Dgctl_test_helper.c40 const char *param; member
56 parse(char *arg, char **param, char **value, int *len) in parse()
111 char *param, *value; in main() local
/freebsd/bin/sh/
H A Dshell.h69 #define TRACE(param) sh_trace param argument
71 #define TRACE(param) argument
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c41 const unsigned char *param, int plen) in RSA_padding_add_PKCS1_OAEP()
57 const unsigned char *param, in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex()
143 const unsigned char *param, int plen, in RSA_padding_add_PKCS1_OAEP_mgf1()
152 const unsigned char *param, int plen) in RSA_padding_check_PKCS1_OAEP()
160 int num, const unsigned char *param, in RSA_padding_check_PKCS1_OAEP_mgf1()
/freebsd/sys/geom/
H A Dgeom_ctl.c330 gctl_set_param(struct gctl_req *req, const char *param, void const *ptr, in gctl_set_param()
354 gctl_set_param_err(struct gctl_req *req, const char *param, void const *ptr, in gctl_set_param_err()
372 gctl_get_param_flags(struct gctl_req *req, const char *param, int flags, int *len) in gctl_get_param_flags()
393 gctl_get_param(struct gctl_req *req, const char *param, int *len) in gctl_get_param()
400 gctl_get_asciiparam(struct gctl_req *req, const char *param) in gctl_get_asciiparam()
420 gctl_get_paraml_opt(struct gctl_req *req, const char *param, int len) in gctl_get_paraml_opt()
434 gctl_get_paraml(struct gctl_req *req, const char *param, int len) in gctl_get_paraml()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_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/contrib/llvm-project/clang/lib/Headers/
H A Dvadefs.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/sys/geom/mirror/
H A Dg_mirror_ctl.c372 char param[16]; in g_mirror_ctl_create() local
531 char param[16]; in g_mirror_ctl_rebuild() local
616 char param[16]; in g_mirror_ctl_insert() local
796 char param[16]; in g_mirror_ctl_remove() local
928 char param[16]; in g_mirror_ctl_deactivate() local
990 char param[16]; in g_mirror_ctl_forget() local
1037 char param[16]; in g_mirror_ctl_stop() local

12345678910>>...19