| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DbeView.h | 92 return settings; in get_settings() 99 return settings->get_TabList (); in get_TabList() 106 return settings->get_MemTabState (); in get_MemTabState() 113 settings->set_MemTabState (sel); in set_MemTabState() 120 return settings->get_IndxTabState (); in get_IndxTabState() 127 settings->set_IndxTabState (sel); in set_IndxTabState() 134 return settings->set_name_format (str); in set_name_format() 140 settings->set_name_format (fname_format, soname); in set_name_format() 146 return settings->name_format; in get_name_format() 156 return settings->get_view_mode (); in get_view_mode() [all …]
|
| H A D | DbeSession.h | 191 return settings->get_ignore_no_xhwcprof (); in check_ignore_no_xhwcprof() 198 return settings->get_ignore_fs_warn (); in check_ignore_fs_warn() 223 return settings->get_TabList (); in get_TabList() 229 return settings->get_MemTabState (); in get_MemTabList() 351 return settings; in get_settings() 461 Settings *settings; // setting/defaults structure variable
|
| H A D | DbeView.cc | 51 settings = new Settings (_settings); in DbeView() 106 int sz = settings->get_IndxTabState ()->size (); in DbeView() 137 settings = new Settings (dbev->settings); in DbeView() 215 delete settings; in ~DbeView() 276 bool changed = settings->set_libexpand (liblist, flag, false); in set_libexpand() 289 bool changed = settings->set_libdefaults (); in set_libdefaults() 306 enum LibExpand flag = settings->get_lo_setting (lo->get_pathname ()); in update_lo_expands() 554 if (settings->str_dmetrics == NULL) in get_metric_list() 555 settings->str_dmetrics = strdup (Command::DEFAULT_METRICS); in get_metric_list() 556 char *status = setMetrics (settings->str_dmetrics, true); in get_metric_list() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DbeView.h | 92 return settings; in get_settings() 99 return settings->get_TabList (); in get_TabList() 106 return settings->get_MemTabState (); in get_MemTabState() 113 settings->set_MemTabState (sel); in set_MemTabState() 120 return settings->get_IndxTabState (); in get_IndxTabState() 127 settings->set_IndxTabState (sel); in set_IndxTabState() 134 return settings->set_name_format (str); in set_name_format() 140 settings->set_name_format (fname_format, soname); in set_name_format() 146 return settings->name_format; in get_name_format() 156 return settings->get_view_mode (); in get_view_mode() [all …]
|
| H A D | DbeSession.h | 191 return settings->get_ignore_no_xhwcprof (); in check_ignore_no_xhwcprof() 198 return settings->get_ignore_fs_warn (); in check_ignore_fs_warn() 223 return settings->get_TabList (); in get_TabList() 229 return settings->get_MemTabState (); in get_MemTabList() 351 return settings; in get_settings() 461 Settings *settings; // setting/defaults structure variable
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| H A D | conf_sap.c | 33 OPENSSL_INIT_SETTINGS settings; in OPENSSL_config() local 35 memset(&settings, 0, sizeof(settings)); in OPENSSL_config() 37 settings.appname = strdup(appname); in OPENSSL_config() 38 settings.flags = DEFAULT_CONF_MFLAGS; in OPENSSL_config() 39 OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, &settings); in OPENSSL_config() 43 int openssl_config_int(const OPENSSL_INIT_SETTINGS *settings) in openssl_config_int() argument 53 filename = settings ? settings->filename : NULL; in openssl_config_int() 54 appname = settings ? settings->appname : NULL; in openssl_config_int() 55 flags = settings ? settings->flags : DEFAULT_CONF_MFLAGS; in openssl_config_int()
|
| H A D | conf_lib.c | 370 int OPENSSL_INIT_set_config_filename(OPENSSL_INIT_SETTINGS *settings, in OPENSSL_INIT_set_config_filename() argument 381 free(settings->filename); in OPENSSL_INIT_set_config_filename() 382 settings->filename = newfilename; in OPENSSL_INIT_set_config_filename() 387 void OPENSSL_INIT_set_config_file_flags(OPENSSL_INIT_SETTINGS *settings, in OPENSSL_INIT_set_config_file_flags() argument 390 settings->flags = flags; in OPENSSL_INIT_set_config_file_flags() 393 int OPENSSL_INIT_set_config_appname(OPENSSL_INIT_SETTINGS *settings, in OPENSSL_INIT_set_config_appname() argument 404 free(settings->appname); in OPENSSL_INIT_set_config_appname() 405 settings->appname = newappname; in OPENSSL_INIT_set_config_appname() 411 void OPENSSL_INIT_free(OPENSSL_INIT_SETTINGS *settings) in OPENSSL_INIT_free() argument 413 free(settings->filename); in OPENSSL_INIT_free() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | pipelines.md | 22 ;; Include N7 pipeline settings. 28 ;; Include N8 pipeline settings. 34 ;; Include E8 pipeline settings. 40 ;; Include N9/N10 pipeline settings. 47 ;; Include N10 pipeline settings. 53 ;; Include Graywolf pipeline settings. 59 ;; Include N12/N13 pipeline settings. 65 ;; Define simple pipeline settings.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | pipelines.md | 22 ;; Include N7 pipeline settings. 28 ;; Include N8 pipeline settings. 34 ;; Include E8 pipeline settings. 40 ;; Include N9/N10 pipeline settings. 47 ;; Include N10 pipeline settings. 53 ;; Include Graywolf pipeline settings. 59 ;; Include N12/N13 pipeline settings. 65 ;; Define simple pipeline settings.
|
| /netbsd-src/sys/compat/common/ |
| H A D | if_spppsubr50.c | 129 struct spppkeepalivesettings50 *settings = in sppp_compat50_params() local 133 settings->maxalive = sp->pp_maxalive; in sppp_compat50_params() 134 settings->max_noreceive = (uint32_t)sp->pp_max_noreceive; in sppp_compat50_params() 140 struct spppkeepalivesettings50 *settings = in sppp_compat50_params() local 144 sp->pp_maxalive = settings->maxalive; in sppp_compat50_params() 145 sp->pp_max_noreceive = (time_t)settings->max_noreceive; in sppp_compat50_params()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | entrypoint.py | 11 settings, rest = parse_arguments() 12 if settings.wait: 14 if settings.build_llvm or settings.build_llvm_only: 16 if settings.build_llvm_only:
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| H A D | amdgpu_dc_link.c | 1588 struct ext_hdmi_settings *settings) in get_ext_hdmi_settings() argument 1608 settings->slv_addr = integrated_info->dp0_ext_hdmi_slv_addr; in get_ext_hdmi_settings() 1609 settings->reg_num = integrated_info->dp0_ext_hdmi_6g_reg_num; in get_ext_hdmi_settings() 1610 settings->reg_num_6g = integrated_info->dp0_ext_hdmi_6g_reg_num; in get_ext_hdmi_settings() 1611 memmove(settings->reg_settings, in get_ext_hdmi_settings() 1614 memmove(settings->reg_settings_6g, in get_ext_hdmi_settings() 1620 settings->slv_addr = integrated_info->dp1_ext_hdmi_slv_addr; in get_ext_hdmi_settings() 1621 settings->reg_num = integrated_info->dp1_ext_hdmi_6g_reg_num; in get_ext_hdmi_settings() 1622 settings->reg_num_6g = integrated_info->dp1_ext_hdmi_6g_reg_num; in get_ext_hdmi_settings() 1623 memmove(settings->reg_settings, in get_ext_hdmi_settings() [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | ti-8x | 29 >0x00003B byte 0x0F (window settings) 45 >0x00003B byte 0x0B (window settings) 46 >0x00003B byte 0x0C (window settings) 63 >0x00003B byte 0x0B (window settings) 64 >0x00003B byte 0x0C (window settings) 82 >0x00003B byte 0x0F (window settings) 112 >0x00003B byte 0x17 (window settings) 113 >0x00003B byte 0x18 (window settings) 114 >0x00003B byte 0x19 (window settings) 115 >0x00003B byte 0x1A (window settings) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_clear.pod | 15 Reset B<ssl> to allow another connection. All settings (method, ciphers, 21 settings are kept, a side effect is the handling of the current SSL session. 29 settings corresponding. This explicitly means, that e.g. the special method 40 reset operation however keeps several settings of the last sessions 41 (some of these settings were made automatically during the last 43 same peer that shares these settings, and may fail if that peer 44 changes its settings between connections. Use the sequence
|
| H A D | SSL_new.pod | 18 data for a TLS/SSL connection. The new structure inherits the settings 20 options, verification settings, timeout settings. An B<SSL> structure is 31 the settings in I<s> into the new B<SSL> object. 41 The subset of settings in I<s> that are duplicated are: 47 =item any tmp_dh settings set via L<SSL_set_tmp_dh(3)>, 54 =item any DANE settings 60 =item any minimum or maximum protocol settings set via 87 =item any security level settings or callbacks
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_clear.pod | 15 Reset B<ssl> to allow another connection. All settings (method, ciphers, 21 settings are kept, a side effect is the handling of the current SSL session. 29 settings corresponding. This explicitly means, that e.g. the special method 40 reset operation however keeps several settings of the last sessions 41 (some of these settings were made automatically during the last 43 same peer that shares these settings, and may fail if that peer 44 changes its settings between connections. Use the sequence
|
| H A D | SSL_new.pod | 18 data for a TLS/SSL connection. The new structure inherits the settings 20 options, verification settings, timeout settings. An B<SSL> structure is 31 the settings in I<s> into the new B<SSL> object. 41 The subset of settings in I<s> that are duplicated are: 47 =item any tmp_dh settings set via L<SSL_set_tmp_dh(3)>, 54 =item any DANE settings 60 =item any minimum or maximum protocol settings set via 87 =item any security level settings or callbacks
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | nxpiic_acpi.c | 97 struct motoi2c_settings settings; in nxpiic_acpi_attach() local 134 settings.i2c_adr = MOTOI2C_ADR_DEFAULT; in nxpiic_acpi_attach() 135 settings.i2c_dfsrr = MOTOI2C_DFSRR_DEFAULT; in nxpiic_acpi_attach() 140 settings.i2c_fdr = nxpiic_clk_div[n].ibc; in nxpiic_acpi_attach() 147 motoi2c_attach(sc, &settings); in nxpiic_acpi_attach()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | openssl_shim.c | 130 OPENSSL_init_crypto(uint64_t opts, const void *settings) { 131 (void)settings; 153 OPENSSL_init_ssl(uint64_t opts, const void *settings) { 154 OPENSSL_init_crypto(opts, settings); 132 OPENSSL_init_crypto(uint64_t opts,const void * settings) OPENSSL_init_crypto() argument 155 OPENSSL_init_ssl(uint64_t opts,const void * settings) OPENSSL_init_ssl() argument
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | openssl_shim.c | 192 OPENSSL_init_crypto(uint64_t opts, const void *settings) { in OPENSSL_init_crypto() argument 193 (void)settings; in OPENSSL_init_crypto() 215 OPENSSL_init_ssl(uint64_t opts, const void *settings) { in OPENSSL_init_ssl() argument 216 OPENSSL_init_crypto(opts, settings); in OPENSSL_init_ssl()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-version.pod.in | 66 ENGINESDIR settings. 70 MODULESDIR settings. 74 The random number generator source settings. 78 The OpenSSL CPU settings info.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | intel-ixp42x-arcom-vulcan.dts | 54 /* Expansion bus settings */ 70 /* Expansion bus settings */ 89 /* Expansion bus settings */ 101 /* Expansion bus settings */ 108 /* Expansion bus settings */
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | crypto.h | 388 int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings); 395 int OPENSSL_INIT_set_config_filename(OPENSSL_INIT_SETTINGS *settings, 397 void OPENSSL_INIT_set_config_file_flags(OPENSSL_INIT_SETTINGS *settings, 399 int OPENSSL_INIT_set_config_appname(OPENSSL_INIT_SETTINGS *settings, 402 void OPENSSL_INIT_free(OPENSSL_INIT_SETTINGS *settings);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_init.c | 91 int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings) in OPENSSL_init_ssl() argument 115 if (!OPENSSL_init_crypto(opts, settings)) in OPENSSL_init_ssl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| H A D | LLVM.Cpp.Common.props | 12 us the ability to provide initial values for toolchain settings (where 15 has overridden (such as warning or erroring on incompatible settings, 16 mapping settings to other settings, etc).
|