/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | features.py | 14 _isClang = lambda cfg: '__clang__' in compilerMacros(cfg) and '__apple_build_version__' not in… argument 15 _isAppleClang = lambda cfg: '__apple_build_version__' in compilerMacros(cfg) argument 16 _isGCC = lambda cfg: '__GNUC__' in compilerMacros(cfg) and '__clang__' not in compilerMacros… argument 17 _isMSVC = lambda cfg: '_MSC_VER' in compilerMacros(cfg) argument 18 _msvcVersion = lambda cfg: (int(compilerMacros(cfg)['_MSC_VER']) // 100, int(compilerMacros(cfg)['… argument
|
H A D | params.py | 42 def getStdFlag(cfg, std): argument
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-checkconf.c | 106 print_option(struct config_file* cfg, const char* opt, int final) in print_option() 131 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod() 163 donotquerylocalhostcheck(struct config_file* cfg) in donotquerylocalhostcheck() 189 localzonechecks(struct config_file* cfg) in localzonechecks() 201 acl_view_tag_checks(struct config_file* cfg, struct views* views) in acl_view_tag_checks() 289 view_and_respipchecks(struct config_file* cfg) in view_and_respipchecks() 333 interfacechecks(struct config_file* cfg) in interfacechecks() 449 aclchecks(struct config_file* cfg) in aclchecks() 466 tcpconnlimitchecks(struct config_file* cfg) in tcpconnlimitchecks() 537 const char* chrootdir, struct config_file* cfg) in check_chroot_string() [all …]
|
H A D | unbound-control.c | 422 static void do_stats_shm(struct config_file* cfg, struct ub_stats_info* stats, in do_stats_shm() 445 struct config_file* cfg; in print_stats_shm() local 512 setup_ctx(struct config_file* cfg) in setup_ctx() 584 contact_server(const char* svr, struct config_file* cfg, int statuscmd) in contact_server() 895 struct config_file* cfg; in go() local
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | ofw_patch.c | 61 prop_array_t cfg = NULL; in create_i2c_dict() local 74 add_i2c_device(prop_array_t cfg, const char *name, const char *compat, in add_i2c_device() 255 prop_array_t cfg; in add_spdmem_props_sparcle() local 272 prop_array_t cfg; in add_env_sensors_v210() local 287 prop_array_t cfg; in add_i2c_props_e450() local 313 prop_array_t cfg; in add_i2c_props_e250() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
H A D | PassSupport.h | 37 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument 51 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument 58 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument 153 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument 173 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument 178 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
|
/netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/dma/ |
H A D | at91.h | 36 #define AT91_XDMAC_DT_GET_MEM_IF(cfg) (((cfg) >> AT91_XDMAC_DT_MEM_IF_OFFSET) \ argument 43 #define AT91_XDMAC_DT_GET_PER_IF(cfg) (((cfg) >> AT91_XDMAC_DT_PER_IF_OFFSET) \ argument 50 #define AT91_XDMAC_DT_GET_PERID(cfg) (((cfg) >> AT91_XDMAC_DT_PERID_OFFSET) \ argument
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.c | 97 struct config_file* cfg; in config_create() local 409 struct config_file* cfg = config_create(); in config_create_forlib() local 486 int config_set_option(struct config_file* cfg, const char* opt, in config_set_option() 892 int config_get_option_list(struct config_file* cfg, const char* opt, in config_get_option_list() 909 config_get_option_collate(struct config_file* cfg, const char* opt, char** str) in config_get_option_collate() 1015 config_get_option(struct config_file* cfg, const char* opt, in config_get_option() 1346 create_cfg_parser(struct config_file* cfg, char* filename, const char* chroot) in create_cfg_parser() 1360 config_read(struct config_file* cfg, const char* filename, const char* chroot) in config_read() 1599 config_delete(struct config_file* cfg) in config_delete() 1807 int cfg_condense_ports(struct config_file* cfg, int** avail) in cfg_condense_ports() [all …]
|
H A D | tcp_conn_limit.c | 132 read_tcl_list(struct tcl_list* tcl, struct config_file* cfg) in read_tcl_list() 144 tcl_list_apply_cfg(struct tcl_list* tcl, struct config_file* cfg) in tcl_list_apply_cfg()
|
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ixgbe_dcb.c | 213 void ixgbe_dcb_unpack_pfc_cee(struct ixgbe_dcb_config *cfg, u8 *map, u8 *pfc_up) in ixgbe_dcb_unpack_pfc_cee() 228 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill_cee() 238 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max_cee() 247 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid_cee() 257 void ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_tsa_cee() 267 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up() 290 void ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_map_cee()
|
/netbsd-src/external/bsd/unbound/dist/edns-subnet/ |
H A D | subnet-whitelist.c | 118 read_upstream(struct ecs_whitelist* whitelist, struct config_file* cfg) in read_upstream() 131 read_names(struct ecs_whitelist* whitelist, struct config_file* cfg) in read_names() 172 struct config_file* cfg) in ecs_whitelist_apply_cfg()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | PostOrderCFGView.cpp | 21 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { in PostOrderCFGView() 34 const CFG *cfg = ctx.getCFG(); in create() local
|
/netbsd-src/external/bsd/unbound/dist/iterator/ |
H A D | iter_priv.c | 78 static int read_addrs(struct iter_priv* priv, struct config_file* cfg) in read_addrs() 109 static int read_names(struct iter_priv* priv, struct config_file* cfg) in read_names() 147 int priv_apply_cfg(struct iter_priv* priv, struct config_file* cfg) in priv_apply_cfg()
|
H A D | iter_donotq.c | 111 read_donotq(struct iter_donotq* dq, struct config_file* cfg) in read_donotq() 123 donotq_apply_cfg(struct iter_donotq* dq, struct config_file* cfg) in donotq_apply_cfg()
|
/netbsd-src/usr.sbin/bthcid/ |
H A D | config.c | 97 prop_dictionary_t cfg; in lookup_key() local 125 prop_dictionary_t cfg, dev; in save_key() local
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | unbound.c | 174 checkrlimits(struct config_file* cfg) in checkrlimits() 301 apply_settings(struct daemon* daemon, struct config_file* cfg, in apply_settings() 470 perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, in perform_setup() 698 struct config_file* cfg = NULL; in run_daemon() local
|
H A D | acl_list.c | 269 acl_list_tag_action_cfg(struct acl_list* acl, struct config_file* cfg, in acl_list_tag_action_cfg() 362 acl_list_tag_data_cfg(struct acl_list* acl, struct config_file* cfg, in acl_list_tag_data_cfg() 474 read_acl_tag_actions(struct acl_list* acl, struct config_file* cfg, in read_acl_tag_actions() 500 read_acl_tag_datas(struct acl_list* acl, struct config_file* cfg, in read_acl_tag_datas() 525 acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg, in acl_list_apply_cfg() 674 struct config_file* cfg, in read_acl_interface_tag_actions() 712 struct config_file* cfg, in read_acl_interface_tag_datas() 748 acl_interface_apply_cfg(struct acl_list* acl_interface, struct config_file* cfg, in acl_interface_apply_cfg()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | bufferevent_ratelim.c | 53 const struct ev_token_bucket_cfg *cfg, in ev_token_bucket_init_() 77 const struct ev_token_bucket_cfg *cfg, in ev_token_bucket_update_() 130 const struct ev_token_bucket_cfg *cfg) in ev_token_bucket_get_tick_() 178 ev_token_bucket_cfg_free(struct ev_token_bucket_cfg *cfg) in ev_token_bucket_cfg_free() 563 struct ev_token_bucket_cfg *cfg) in bufferevent_set_rate_limit() 641 const struct ev_token_bucket_cfg *cfg) in bufferevent_rate_limit_group_new() 676 const struct ev_token_bucket_cfg *cfg) in bufferevent_rate_limit_group_set_cfg() 929 struct ev_token_bucket_cfg *cfg; in bufferevent_get_token_bucket_cfg() local
|
/netbsd-src/external/bsd/unbound/dist/ipsecmod/ |
H A D | ipsecmod-whitelist.c | 87 read_whitelist(rbtree_type* whitelist, struct config_file* cfg) in read_whitelist() 100 struct config_file* cfg) in ipsecmod_whitelist_apply_cfg()
|
/netbsd-src/sys/dev/pci/ |
H A D | iteide.c | 102 pcireg_t cfg, modectl; in ite_chip_map() local 171 pcireg_t cfg, modectl; in ite_setup_channel() local
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | testbound.c | 163 spool_temp_file_name(int* lineno, FILE* cfg, char* id) in spool_temp_file_name() 223 spool_auto_file(FILE* in, int* lineno, FILE* cfg, char* id) in spool_auto_file() 265 FILE* cfg; in setup_config() local 513 struct listen_port* daemon_remote_open_ports(struct config_file* in daemon_remote_open_ports() 519 struct daemon_remote* daemon_remote_create(struct config_file* ATTR_UNUSED(cfg)) in daemon_remote_create()
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | pci.c | 118 unsigned cfg; in pcicfgread() local 128 unsigned cfg; in pcicfgwrite() local 138 unsigned cfg; in cfgread() local 149 unsigned cfg; in cfgwrite() local
|
/netbsd-src/sys/dev/sbus/ |
H A D | cs4231_sbus.c | 269 int cfg; in cs4231_sbus_trigger_output() local 317 int cfg; in cs4231_sbus_halt_output() local 402 int cfg; in cs4231_sbus_trigger_input() local 448 int cfg; in cs4231_sbus_halt_input() local
|
/netbsd-src/sys/dev/mii/ |
H A D | lxtphy.c | 294 uint16_t cfg; in lxtphy_set_tp() local 304 uint16_t cfg; in lxtphy_set_fx() local
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | dnstap.c | 131 dt_create(struct config_file* cfg) in dt_create() 166 dt_apply_identity(struct dt_env *env, struct config_file *cfg) in dt_apply_identity() 190 dt_apply_version(struct dt_env *env, struct config_file *cfg) in dt_apply_version() 207 dt_apply_cfg(struct dt_env *env, struct config_file *cfg) in dt_apply_cfg()
|