/freebsd-src/contrib/blocklist/bin/ |
H A D | conf.h | 36 struct conf { struct 50 struct conf *cs_c; argument
|
/freebsd-src/crypto/openssl/crypto/conf/ |
H A D | conf_def.h | 30 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) argument 31 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) argument 32 #define IS_EOF(conf,c) is_keytype(conf, c, CONF_EOF) argument 33 #define IS_ESC(conf,c) is_keytype(conf, c, CONF_ESC) argument 34 #define IS_NUMBER(conf,c) is_keytype(conf, c, CONF_NUMBER) argument 35 #define IS_WS(conf,c) is_keytype(conf, c, CONF_WS) argument 36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) argument 37 #define IS_ALNUM_PUNCT(conf,c) is_keytype(conf, c, CONF_ALNUM_PUNCT) argument 38 #define IS_QUOTE(conf,c) is_keytype(conf, c, CONF_QUOTE) argument 39 #define IS_DQUOTE(conf,c) is_keytype(conf, c, CONF_DQUOTE) argument [all …]
|
H A D | conf_lib.c | 26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash) in CONF_set_nconf() argument 111 CONF_get_string(LHASH_OF (CONF_VALUE)* conf,const char * group,const char * name) CONF_get_string() argument 124 CONF_get_number(LHASH_OF (CONF_VALUE)* conf,const char * group,const char * name) CONF_get_number() argument 143 CONF_free(LHASH_OF (CONF_VALUE)* conf) CONF_free() argument 151 CONF_dump_fp(LHASH_OF (CONF_VALUE)* conf,FILE * out) CONF_dump_fp() argument 166 CONF_dump_bio(LHASH_OF (CONF_VALUE)* conf,BIO * out) CONF_dump_bio() argument 204 NCONF_free(CONF * conf) NCONF_free() argument 211 NCONF_free_data(CONF * conf) NCONF_free_data() argument 218 NCONF_get0_libctx(const CONF * conf) NCONF_get0_libctx() argument 250 NCONF_load(CONF * conf,const char * file,long * eline) NCONF_load() argument 261 NCONF_load_fp(CONF * conf,FILE * fp,long * eline) NCONF_load_fp() argument 275 NCONF_load_bio(CONF * conf,BIO * bp,long * eline) NCONF_load_bio() argument 300 NCONF_get_string(const CONF * conf,const char * group,const char * name) NCONF_get_string() argument 320 default_is_number(const CONF * conf,char c) default_is_number() argument 325 default_to_int(const CONF * conf,char c) default_to_int() argument 330 NCONF_get_number_e(const CONF * conf,const char * group,const char * name,long * result) NCONF_get_number_e() argument 368 _CONF_get_number(const CONF * conf,const char * section,const char * name) _CONF_get_number() argument 381 NCONF_dump_fp(const CONF * conf,FILE * out) NCONF_dump_fp() argument 395 NCONF_dump_bio(const CONF * conf,BIO * out) NCONF_dump_bio() argument [all...] |
H A D | conf_def.c | 53 scan_esc(conf,p) global() argument 124 def_init_default(CONF * conf) def_init_default() argument 137 def_init_WIN32(CONF * conf) def_init_WIN32() argument 150 def_destroy(CONF * conf) def_destroy() argument 159 def_destroy_data(CONF * conf) def_destroy_data() argument 167 def_load(CONF * conf,const char * name,long * line) def_load() argument 208 def_load_bio(CONF * conf,BIO * in,long * line) def_load_bio() argument 614 clear_comments(CONF * conf,char * p) clear_comments() argument 651 str_copy(CONF * conf,char * section,char ** pto,char * from) str_copy() argument 904 is_keytype(const CONF * conf,char c,unsigned short type) is_keytype() argument 928 eat_ws(CONF * conf,char * p) eat_ws() argument 935 trim_ws(CONF * conf,char * start) trim_ws() argument 948 eat_alpha_numeric(CONF * conf,char * p) eat_alpha_numeric() argument 962 scan_quote(CONF * conf,char * p) scan_quote() argument 980 scan_dquote(CONF * conf,char * p) scan_dquote() argument 1010 def_dump(const CONF * conf,BIO * out) def_dump() argument 1016 def_is_number(const CONF * conf,char c) def_is_number() argument 1021 def_to_int(const CONF * conf,char c) def_to_int() argument [all...] |
H A D | conf_api.c | 23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() 45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() 66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() 120 int _CONF_new_data(CONF *conf) in _CONF_new_data() 136 void _CONF_free_data(CONF *conf) in _CONF_free_data() 158 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf) in value_free_hash() 185 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
|
/freebsd-src/crypto/openssl/crypto/ts/ |
H A D | ts_conf.c | 123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() 133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() 151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() 194 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert() 218 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs() 240 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key() 263 int TS_CONF_set_signer_digest(CONF *conf, const char *section, in TS_CONF_set_signer_digest() 287 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy() 312 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies() 344 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests() [all …]
|
/freebsd-src/sys/contrib/alpine-hal/ |
H A D | al_hal_udma_config.c | 301 struct al_udma_m2s_pkt_len_conf *conf) in al_udma_m2s_packet_size_cfg_set() 345 struct al_udma_m2s_desc_pref_conf *conf) in al_udma_m2s_pref_set() 403 struct al_udma_m2s_desc_pref_conf *conf) in al_udma_m2s_pref_get() 514 struct al_udma_s2m_desc_pref_conf *conf) in al_udma_s2m_pref_set() 583 struct al_udma_s2m_data_write_conf *conf) in al_udma_s2m_data_write_set() 623 struct al_udma_s2m_completion_conf *conf) in al_udma_s2m_completion_set() 727 struct al_udma_m2s_rlimit_cfg *conf) in al_udma_common_rlimit_set() 793 struct al_udma_m2s_rlimit_cfg *conf) in al_udma_m2s_strm_rlimit_set() 817 struct al_udma_m2s_rlimit_cfg *conf) in al_udma_m2s_q_rlimit_set() 840 struct al_udma_m2s_q_dwrr_conf *conf) in al_udma_m2s_q_sc_set() [all …]
|
/freebsd-src/contrib/wpa/src/ap/ |
H A D | ap_config.c | 180 struct hostapd_config *conf; hostapd_config_defaults() local 473 hostapd_setup_sae_pt(struct hostapd_bss_config * conf) hostapd_setup_sae_pt() argument 513 hostapd_setup_wpa_psk(struct hostapd_bss_config * conf) hostapd_setup_wpa_psk() argument 689 hostapd_config_free_anqp_elem(struct hostapd_bss_config * conf) hostapd_config_free_anqp_elem() argument 702 hostapd_config_free_fils_realms(struct hostapd_bss_config * conf) hostapd_config_free_fils_realms() argument 716 hostapd_config_free_sae_passwords(struct hostapd_bss_config * conf) hostapd_config_free_sae_passwords() argument 739 hostapd_dpp_controller_conf_free(struct dpp_controller_conf * conf) hostapd_dpp_controller_conf_free() argument 752 hostapd_config_free_bss(struct hostapd_bss_config * conf) hostapd_config_free_bss() argument 982 hostapd_config_free(struct hostapd_config * conf) hostapd_config_free() argument 1097 hostapd_get_psk(const struct hostapd_bss_config * conf,const u8 * addr,const u8 * p2p_dev_addr,const u8 * prev_psk,int * vlan_id) hostapd_get_psk() argument 1210 hostapd_config_check_bss(struct hostapd_bss_config * bss,struct hostapd_config * conf,int full_config) hostapd_config_check_bss() argument 1439 hostapd_config_check_cw(struct hostapd_config * conf,int queue) hostapd_config_check_cw() argument 1462 hostapd_config_check(struct hostapd_config * conf,int full_config) hostapd_config_check() argument 1593 hostapd_sae_pw_id_in_use(struct hostapd_bss_config * conf) hostapd_sae_pw_id_in_use() argument 1616 hostapd_sae_pk_in_use(struct hostapd_bss_config * conf) hostapd_sae_pk_in_use() argument 1632 hostapd_sae_pk_exclusively(struct hostapd_bss_config * conf) hostapd_sae_pk_exclusively() argument [all...] |
H A D | wpa_auth_ie.c | 27 wpa_write_wpa_ie(struct wpa_auth_config * conf,u8 * buf,size_t len) wpa_write_wpa_ie() argument 91 wpa_own_rsn_capab(struct wpa_auth_config * conf) wpa_own_rsn_capab() argument 121 wpa_write_rsn_ie(struct wpa_auth_config * conf,u8 * buf,size_t len,const u8 * pmkid) wpa_write_rsn_ie() argument 391 wpa_write_rsnxe(struct wpa_auth_config * conf,u8 * buf,size_t len) wpa_write_rsnxe() argument 431 wpa_write_osen(struct wpa_auth_config * conf,u8 * eid) wpa_write_osen() argument 593 struct wpa_auth_config *conf = &wpa_auth->conf; wpa_validate_wpa_ie() local 1100 struct wpa_auth_config *conf; wpa_auth_write_assoc_resp_owe() local 1150 struct wpa_auth_config *conf; wpa_auth_write_fd_rsn_info() local [all...] |
/freebsd-src/contrib/netbsd-tests/lib/libc/db/ |
H A D | t_db_hash_seq.c | 47 struct conf { struct 48 struct sockaddr_storage c_ss; 49 int c_lmask; 50 int c_port; 51 int c_proto; 52 int c_family; 53 int c_uid; 54 int c_nfail; 55 char c_name[128]; 56 int c_rmask; [all …]
|
/freebsd-src/tests/sys/netgraph/ |
H A D | basic.c | 41 ATF_TC_HEAD(send_recv, conf) in ATF_TC_HEAD() argument 62 ATF_TC_HEAD(node, conf) in ATF_TC_HEAD() argument 105 ATF_TC_HEAD(message, conf) in ATF_TC_HEAD() argument 123 ATF_TC_HEAD(same_name, conf) in ATF_TC_HEAD() argument 147 ATF_TC_HEAD(queuelimit, conf) in ATF_TC_HEAD() argument
|
H A D | bridge.c | 81 ATF_TC_HEAD(basic, conf) in ATF_TC_HEAD() argument 165 ATF_TC_HEAD(persistence, conf) in ATF_TC_HEAD() argument 187 ATF_TC_HEAD(loop, conf) in ATF_TC_HEAD() argument 251 ATF_TC_HEAD(many_unicasts, conf) in ATF_TC_HEAD() argument 323 ATF_TC_HEAD(many_broadcasts, conf) in ATF_TC_HEAD() argument 383 ATF_TC_HEAD(uplink_private, conf) in ATF_TC_HEAD() argument 497 ATF_TC_HEAD(uplink_classic, conf) in ATF_TC_HEAD() argument
|
H A D | hub.c | 41 ATF_TC_HEAD(basic, conf) in ATF_TC_HEAD() argument 97 ATF_TC_HEAD(persistence, conf) in ATF_TC_HEAD() argument 119 ATF_TC_HEAD(loop, conf) in ATF_TC_HEAD() argument 179 ATF_TC_HEAD(many_hooks, conf) in ATF_TC_HEAD() argument
|
H A D | vlan_rotate.c | 136 ATF_TC_HEAD(basic, conf) in ATF_TC_HEAD() argument 147 ATF_TC_HEAD(reverse, conf) in ATF_TC_HEAD() argument 236 ATF_TC_HEAD(ethertype, conf) in ATF_TC_HEAD() argument 247 ATF_TC_HEAD(typeether, conf) in ATF_TC_HEAD() argument 258 ATF_TC_HEAD(minmax, conf) in ATF_TC_HEAD() argument
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_prtn_config.c | 128 static inline boolean_t ip_mgroup_pkey_ok(struct part_conf *conf, in ip_mgroup_pkey_ok() 149 static inline boolean_t ip_mgroup_rate_ok(struct part_conf *conf, in ip_mgroup_rate_ok() 167 static inline boolean_t ip_mgroup_mtu_ok(struct part_conf *conf, in ip_mgroup_mtu_ok() 185 static void __create_mgrp(struct part_conf *conf, struct precreate_mgroup *group) in __create_mgrp() 217 static int partition_create(unsigned lineno, struct part_conf *conf, in partition_create() 347 static int partition_add_flag(unsigned lineno, struct part_conf *conf, in partition_add_flag() 385 static void manage_membership_change(struct part_conf *conf, osm_prtn_t * p, in manage_membership_change() 436 static int partition_add_all(struct part_conf *conf, osm_prtn_t * p, in partition_add_all() 451 static int partition_add_port(unsigned lineno, struct part_conf *conf, in partition_add_port() 586 static int mgroup_create(char *p, char *mgid, unsigned lineno, struct part_conf *conf) in mgroup_create() [all …]
|
/freebsd-src/crypto/openssl/crypto/x509/ |
H A D | v3_conf.c | 34 static X509_EXTENSION *X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, in X509V3_EXT_nconf_int() 58 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, in X509V3_EXT_nconf() 64 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, in X509V3_EXT_nconf_nid() 79 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() 309 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk() 341 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf() 354 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf() 367 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf() 436 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf() 480 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, in X509V3_EXT_conf() [all …]
|
/freebsd-src/sys/kern/ |
H A D | vfs_mountroot.c | 438 parse_peek(char **conf) in parse_peek() 445 parse_poke(char **conf, int c) in parse_poke() 452 parse_advance(char **conf) in parse_advance() 459 parse_skipto(char **conf, int mc) in parse_skipto() 488 parse_token(char **conf, char **tok) in parse_token() 519 parse_dir_ask(char **conf) in parse_dir_ask() 571 parse_dir_md(char **conf) in parse_dir_md() 644 parse_dir_onfail(char **conf) in parse_dir_onfail() 671 parse_dir_timeout(char **conf) in parse_dir_timeout() 690 parse_directive(char **conf) in parse_directive() [all …]
|
/freebsd-src/usr.sbin/mlxcontrol/ |
H A D | config.c | 58 struct conf_config conf; in cmd_config() local 101 print_sys_drive(struct conf_config *conf, int drvno) in print_sys_drive() 146 print_phys_drive(struct conf_config *conf, int chn, int targ) in print_phys_drive()
|
/freebsd-src/usr.bin/iscsictl/ |
H A D | iscsictl.c | 53 struct conf *conf; conf_new() local 65 target_find(struct conf * conf,const char * nickname) target_find() argument 79 target_new(struct conf * conf) target_new() argument 243 conf_verify(struct conf * conf) conf_verify() argument 310 conf_from_target(struct iscsi_session_conf * conf,const struct target * targ) conf_from_target() argument 403 struct iscsi_session_conf *conf; kernel_modify_some() local 485 const struct iscsi_session_conf *conf; kernel_list() local 742 struct conf *conf; main() local [all...] |
/freebsd-src/usr.sbin/ctld/ |
H A D | ctld.c | 91 struct conf *conf; in conf_new() local 114 conf_delete(struct conf * conf) conf_delete() argument 484 auth_group_new(struct conf * conf,const char * name) auth_group_new() argument 531 auth_group_find(const struct conf * conf,const char * name) auth_group_find() argument 611 portal_group_new(struct conf * conf,const char * name) portal_group_new() argument 659 portal_group_find(const struct conf * conf,const char * name) portal_group_find() argument 752 isns_new(struct conf * conf,const char * addr) isns_new() argument 810 struct conf *conf = isns->i_conf; isns_do_register() local 871 struct conf *conf = isns->i_conf; isns_do_check() local 904 struct conf *conf = isns->i_conf; isns_do_deregister() local 936 struct conf *conf = isns->i_conf; isns_register() local 964 struct conf *conf = isns->i_conf; isns_check() local 993 struct conf *conf = isns->i_conf; isns_deregister() local 1180 pport_new(struct conf * conf,const char * name,uint32_t ctl_port) pport_new() argument 1196 pport_find(const struct conf * conf,const char * name) pport_find() argument 1208 pport_copy(struct pport * pp,struct conf * conf) pport_copy() argument 1229 port_new(struct conf * conf,struct target * target,struct portal_group * pg) port_new() argument 1258 port_new_ioctl(struct conf * conf,struct target * target,int pp,int vp) port_new_ioctl() argument 1303 port_new_pp(struct conf * conf,struct target * target,struct pport * pp) port_new_pp() argument 1331 port_find(const struct conf * conf,const char * name) port_find() argument 1385 target_new(struct conf * conf,const char * name) target_new() argument 1433 target_find(struct conf * conf,const char * name) target_find() argument 1462 lun_new(struct conf * conf,const char * name) lun_new() argument 1511 lun_find(const struct conf * conf,const char * name) lun_find() argument 1803 conf_verify(struct conf * conf) conf_verify() argument 2450 struct conf *conf; handle_connection() local 2521 main_loop(struct conf * conf,bool dont_fork) main_loop() argument 2691 struct conf *conf; conf_new_from_file() local [all...] |
H A D | ctld.h | 202 struct conf { global() struct 203 conf_pidfile_pathconf global() argument 211 conf_isns_periodconf global() argument 212 conf_isns_timeoutconf global() argument 213 conf_debugconf global() argument 214 conf_timeoutconf global() argument 215 conf_maxprocconf global() argument 218 conf_portal_idconf global() argument 220 conf_pidfhconf global() argument 222 conf_default_pg_definedconf global() argument 223 conf_default_ag_definedconf global() argument 224 conf_kernel_port_onconf global() argument [all...] |
/freebsd-src/contrib/bsddialog/lib/ |
H A D | messagebox.c | 96 do_message(struct bsddialog_conf *conf, const char *text, int rows, int cols, in do_message() 198 bsddialog_msgbox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_msgbox() 205 bsddialog_yesno(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_yesno() 212 bsddialog_infobox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_infobox()
|
H A D | lib_util.c | 422 static int widget_max_height(struct bsddialog_conf *conf) in widget_max_height() 452 static int widget_max_width(struct bsddialog_conf *conf) in widget_max_width() 498 text_properties(struct bsddialog_conf *conf, const char *text, in text_properties() 593 text_autosize(struct bsddialog_conf *conf, struct textproperties *tp, in text_autosize() 678 text_size(struct bsddialog_conf *conf, int rows, int cols, const char *text, in text_size() 733 widget_min_height(struct bsddialog_conf *conf, int htext, int hnotext, in widget_min_height() 758 widget_min_width(struct bsddialog_conf *conf, int wtext, int minwidget, in widget_min_width() 799 set_widget_size(struct bsddialog_conf *conf, int rows, int cols, int *h, int *w) in set_widget_size() 829 set_widget_autosize(struct bsddialog_conf *conf, int rows, int cols, int *h, in set_widget_autosize() 881 set_widget_position(struct bsddialog_conf *conf, int *y, int *x, int h, int w) in set_widget_position() [all …]
|
/freebsd-src/contrib/mandoc/ |
H A D | manpath.c | 40 manconf_parse(struct manconf *conf, const char *file, char *pend, char *pbeg) in manconf_parse() argument 149 manconf_free(struct manconf * conf) manconf_free() argument 164 manconf_file(struct manconf * conf,const char * file) manconf_file() argument 223 manconf_output(struct manoutput * conf,const char * cp,int fromfile) manconf_output() argument [all...] |
/freebsd-src/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 55 struct bsddialog_conf conf; in gpart_show_error() local 93 struct bsddialog_conf conf; in newfs_command() local 237 struct bsddialog_conf conf; in choose_part_type() local 291 struct bsddialog_conf conf; in gpart_partition() local 418 struct bsddialog_conf conf; in gpart_bootcode() local 471 struct bsddialog_conf conf; in gpart_partcode() local 560 struct bsddialog_conf conf; in gpart_edit() local 945 struct bsddialog_conf conf; in add_boot_partition() local 1044 struct bsddialog_conf conf; in gpart_create() local 1366 struct bsddialog_conf conf; in gpart_delete() local [all …]
|