Searched refs:enabled (Results 251 - 275 of 433) sorted by relevance

<<1112131415161718

/openbsd-current/gnu/llvm/clang/tools/scan-build/bin/
H A Dscan-build1317 Checkers may be enabled/disabled using the following options:
1330 # Query clang for list of checkers that are enabled.
1389 # Is the checker enabled?
1391 my $enabled = 0;
1396 $enabled =1;
1403 if ($enabled) {
1415 print "\nNOTE: \"+\" indicates that an analysis is enabled by default.\n";
1762 # Store $NumArgs to preserve the order the checkers were enabled.
1913 # Push checkers in order they were enabled.
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_powertune.c1148 if (data->smu_features[GNLD_DIDT].enabled)
1149 PP_DBG_LOG("[EnableDiDtConfig] Feature DiDt Already enabled!\n");
1182 data->smu_features[GNLD_DIDT].enabled = true;
1195 if (!data->smu_features[GNLD_DIDT].enabled)
1229 data->smu_features[GNLD_DIDT].enabled = false;
H A Dsmu7_hwmgr.c811 data->dpm_table.sclk_table.dpm_levels[data->dpm_table.sclk_table.count].enabled = (i == 0) ? 1 : 0;
825 data->dpm_table.mclk_table.dpm_levels[data->dpm_table.mclk_table.count].enabled = (i == 0) ? 1 : 0;
835 data->dpm_table.vddc_table.dpm_levels[i].enabled = true;
845 data->dpm_table.vddci_table.dpm_levels[i].enabled = true;
859 data->dpm_table.mvdd_table.dpm_levels[i].enabled = true;
906 data->dpm_table.sclk_table.dpm_levels[data->dpm_table.sclk_table.count].enabled =
921 data->dpm_table.mclk_table.dpm_levels[data->dpm_table.mclk_table.count].enabled =
955 entries[i].enabled = true;
967 entries[i].enabled = true;
4258 dpm_table->sclk_table.dpm_levels[count].enabled
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c989 dpm_table->dpm_levels[0].enabled = true;
1007 dpm_table->dpm_levels[0].enabled = true;
1025 dpm_table->dpm_levels[0].enabled = true;
1043 dpm_table->dpm_levels[0].enabled = true;
1061 dpm_table->dpm_levels[0].enabled = true;
1079 dpm_table->dpm_levels[0].enabled = true;
1097 dpm_table->dpm_levels[0].enabled = true;
1115 dpm_table->dpm_levels[0].enabled = true;
1133 dpm_table->dpm_levels[0].enabled = true;
2575 dev_warn(smu->adev->dev, "OverDrive is not enabled!\
[all...]
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display_power.c213 * True when the power domain is enabled, false otherwise.
254 * True when the power domain is enabled, false otherwise.
543 * intel_display_power_get_if_enabled - grab a reference for an enabled display power domain
1205 "CRTC for pipe %c enabled\n",
1212 "SPLL enabled\n");
1215 "WRPLL1 enabled\n");
1218 "WRPLL2 enabled\n");
1224 "CPU PWM1 enabled\n");
1228 "CPU PWM2 enabled\n");
1231 "PCH PWM1 enabled\
2192 bool enabled; local
[all...]
H A Dintel_crtc_state_dump.c270 "audio: %i, infoframes: %i, infoframes enabled: 0x%x\n",
343 str_enabled_disabled(pipe_config->pch_pfit.enabled),
H A Dintel_modeset_setup.c87 "[CRTC:%d:%s] hw state adjusted, was enabled, now disabled\n",
91 crtc->base.enabled = false;
703 crtc->base.enabled = crtc_state->hw.enable;
819 * crtc's enabled, so we do the above call.
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_agp.c206 rdev->agp->enabled = 1;
H A Dci_dpm.c2578 if (dpm_table->dpm_levels[i-1].enabled)
3343 dpm_table->dpm_levels[i].enabled = false;
3351 dpm_table->dpm_levels[index].enabled = true;
3447 pi->dpm_table.sclk_table.dpm_levels[pi->dpm_table.sclk_table.count].enabled =
3460 pi->dpm_table.mclk_table.dpm_levels[pi->dpm_table.mclk_table.count].enabled =
3471 pi->dpm_table.vddc_table.dpm_levels[i].enabled = true;
3480 pi->dpm_table.vddci_table.dpm_levels[i].enabled = true;
3490 pi->dpm_table.mvdd_table.dpm_levels[i].enabled = true;
3673 dpm_table->dpm_levels[i].enabled = false;
3675 dpm_table->dpm_levels[i].enabled
[all...]
H A Dradeon_mode.h233 bool enabled; member in struct:radeon_afmt
321 bool enabled; member in struct:radeon_crtc
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_hw_types.h449 * enabled.
974 bool enabled; member in struct:crtc_trigger_info
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c335 * validation and is therefore enabled.
341 /* We need a framebuffer to be considered enabled. */
390 * We require the primary plane to be enabled whenever the CRTC is, otherwise
471 acrtc->base.enabled = false;
/openbsd-current/sys/net/
H A Dif_sec.c27 #error sec enabled without IPSEC defined
/openbsd-current/lib/libexpat/lib/
H A Dexpat.h394 /* When namespace processing is enabled, these are called once for
412 If parameter entity parsing is enabled, then in addition to the
885 subset). If parsing of parameter entities is enabled, then
1062 XML_SetReparseDeferralEnabled(XML_Parser parser, XML_Bool enabled);
/openbsd-current/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSelect.pm163 if warnings::enabled();
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DRawInflate.pm562 If C<Append> is enabled, all uncompressed data will be append to the end of
568 If C<Append> is enabled, the file will be opened in append mode. Otherwise
574 If C<Append> is enabled, the filehandle will be positioned to the end of
1019 If the C<AutoClose> option has been enabled when the IO::Uncompress::RawInflate
H A DInflate.pm414 If C<Append> is enabled, all uncompressed data will be append to the end of
420 If C<Append> is enabled, the file will be opened in append mode. Otherwise
426 If C<Append> is enabled, the filehandle will be positioned to the end of
891 If the C<AutoClose> option has been enabled when the IO::Uncompress::Inflate
H A DAnyUncompress.pm513 If C<Append> is enabled, all uncompressed data will be append to the end of
519 If C<Append> is enabled, the file will be opened in append mode. Otherwise
525 If C<Append> is enabled, the filehandle will be positioned to the end of
991 If the C<AutoClose> option has been enabled when the IO::Uncompress::AnyUncompress
H A DBunzip2.pm355 If C<Append> is enabled, all uncompressed data will be append to the end of
361 If C<Append> is enabled, the file will be opened in append mode. Otherwise
367 If C<Append> is enabled, the filehandle will be positioned to the end of
815 If the C<AutoClose> option has been enabled when the IO::Uncompress::Bunzip2
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm181 if (! warnings::enabled('regexp')) {
507 obtained by running a C<-DDEBUGGING>-enabled perl interpreter with the
684 starting in 5.30 on a C<-DDEBUGGING>-enabled perl interpreter, use
697 Enable the options enabled by "All", plus STATE, TRIEC, and TRIEM.
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/scripts/
H A Dpod2text.PL238 If no guesswork is enabled, any text enclosed in CZ<><> is surrounded by
240 quoted. When this guesswork is enabled, quote marks will also be suppressed
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c63 * which informs the GuC that a previously enabled context has new work
689 bool enabled; local
716 * gets enabled in the unblock. For multi-lrc we still submit the
722 enabled = context_enabled(ce) || context_blocked(ce);
724 if (!enabled) {
737 if (!enabled && !err) {
753 } else if (!enabled) {
1580 GEM_BUG_ON(!guc->ct.enabled);
1596 GEM_BUG_ON(!guc->ct.enabled);
1759 * context will be marked enabled o
2922 bool enabled; local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc23 * declarations for one structure is enabled by defining the field activation
/openbsd-current/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc23 * declarations for one structure is enabled by defining the field activation
/openbsd-current/usr.sbin/npppd/npppd/
H A Dchap.c687 if (_this->ppp->mppe.enabled != 0) {
892 if (_this->ppp->mppe.enabled != 0) {

Completed in 613 milliseconds

<<1112131415161718