Searched refs:enabled (Results 151 - 175 of 436) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp368 /// It is valid to run the enable command when logging is already enabled.
435 "target program's stderr. When DarwinLog is enabled, we shut off "
563 StructuredData::DictionarySP BuildConfigurationData(bool enabled) { argument
566 // Set the basic enabled state.
567 config_sp->AddBooleanItem("enabled", enabled);
570 if (!enabled)
775 // Save off enabled configuration so we can apply these parsed options
815 // is insurance to assure us that logging is really enabled. Requesting
816 // that logging be enabled fo
879 const bool enabled = variable
1209 SetEnabled(bool enabled) argument
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_device.c435 rdev->wb.enabled = false;
510 rdev->wb.enabled = false;
514 rdev->wb.enabled = false;
517 rdev->wb.enabled = false;
519 rdev->wb.enabled = true;
528 rdev->wb.enabled = true;
532 dev_info(rdev->dev, "WB %sabled\n", rdev->wb.enabled ? "en" : "dis");
H A Devergreen_hdmi.c418 HDMI_AUDIO_INFO_SEND | /* enable audio info frames (frames won't be set until audio is enabled) */
435 dig->afmt->enabled = enable;
489 dig->afmt->enabled = enable;
H A Dci_dpm.h54 bool enabled; member in struct:ci_dpm_level
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hotplug.c66 * while before being re-enabled. The intention is to mitigate issues raising
75 * such as HDMI or DVI enabled on the same port will have proper logic since
135 * short IRQ detection is only enabled for systems without DP MST support.
604 * already been enabled with intel_irq_init_hw(). From this point on hotplug and
641 bool enabled; local
645 enabled = READ_ONCE(dev_priv->display.hotplug.poll_enabled);
657 if (enabled && connector->base.polled == DRM_CONNECTOR_POLL_HPD)
663 if (enabled)
672 if (!enabled)
H A Dintel_backlight.c333 if (panel->backlight.enabled)
349 * systems, it may have been enabled prior to loading the
357 drm_dbg_kms(&i915->drm, "[CONNECTOR:%d:%s] CPU backlight was enabled, disabling\n",
438 panel->backlight.pwm_state.enabled = false;
468 panel->backlight.enabled = false;
484 drm_dbg_kms(&i915->drm, "[CONNECTOR:%d:%s] PCH backlight already enabled\n",
529 drm_dbg_kms(&i915->drm, "[CONNECTOR:%d:%s] CPU backlight already enabled\n",
537 drm_dbg_kms(&i915->drm, "[CONNECTOR:%d:%s] PCH backlight already enabled\n",
576 drm_dbg_kms(&i915->drm, "[CONNECTOR:%d:%s] backlight already enabled\n",
617 drm_dbg_kms(&i915->drm, "[CONNECTOR:%d:%s] backlight already enabled\
[all...]
H A Dintel_pch_display.c47 "PCH DP %c enabled on transcoder %c, should be disabled\n",
66 "PCH HDMI %c enabled on transcoder %c, should be disabled\n",
86 "PCH VGA enabled on transcoder %c, should be disabled\n",
91 "PCH LVDS enabled on transcoder %c, should be disabled\n",
104 bool enabled; local
107 enabled = !!(val & TRANS_ENABLE);
108 I915_STATE_WARN(dev_priv, enabled,
158 * assume that the BIOS never actually enabled the port,
250 /* Make sure PCH DPLL is enabled */
390 * XXX: pch pll's can be enabled an
[all...]
/openbsd-current/usr.sbin/unbound/ipsecmod/
H A Dipsecmod.c111 iq->enabled = qstate->env->cfg->ipsecmod_enabled;
392 /* Pass to next module if we are not enabled and whitelisted. */
393 if(!(iq->enabled && iq->is_whitelisted)) {
478 /* Pass to previous module if we are not enabled and whitelisted. */
479 if(!(iq->enabled && iq->is_whitelisted)) {
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dvega20_ih.c130 ih->enabled = true;
135 ih->enabled = false;
178 /* Ring Buffer write pointer writeback. If enabled, IH_RB_WPTR register
245 /* set the ih ring 0 writeback address whether it's enabled or not */
352 adev->irq.ih_soft.enabled = true;
H A Dvega10_ih.c121 ih->enabled = true;
126 ih->enabled = false;
169 /* Ring Buffer write pointer writeback. If enabled, IH_RB_WPTR register
236 /* set the ih ring 0 writeback address whether it's enabled or not */
304 adev->irq.ih_soft.enabled = true;
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DVMS.pm66 in native syntax unless Unix filename reporting has been enabled.
125 has been enabled. No check is made for "impossible" cases (e.g. elements
272 /tmp if C<DECC$FILENAME_UNIX_REPORT> is enabled.
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm222 C<system> and C<exec> are not enabled by default. C<system> requires
236 C<autodie> can be enabled for all of Perl's built-ins, including
380 statements, although it can be explicitly enabled inside a string
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBzip2.pm352 If C<Append> is enabled, all compressed data will be append to the end of
358 If C<Append> is enabled, the file will be opened in append mode. Otherwise
364 If C<Append> is enabled, the filehandle will be positioned to the end of
534 If C<$output> is a buffer and C<Append> is enabled, all compressed data
540 If C<$output> is a filename and C<Append> is enabled, the file will be
749 If the C<AutoClose> option has been enabled when the IO::Compress::Bzip2
H A DGzip.pm500 If C<Append> is enabled, all compressed data will be append to the end of
506 If C<Append> is enabled, the file will be opened in append mode. Otherwise
512 If C<Append> is enabled, the filehandle will be positioned to the end of
682 If C<$output> is a buffer and C<Append> is enabled, all compressed data
688 If C<$output> is a filename and C<Append> is enabled, the file will be
781 If the C<-Strict> option is enabled, the comment can only consist of ISO
793 If the C<-Strict> option is enabled, C<$string> can only consist of ISO
870 If you use the raw format, and the C<Strict> option is enabled,
893 This option is enabled by default.
895 If C<Strict> is enabled th
[all...]
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBTypeCategory.i217 enabled = property(GetEnabled, SetEnabled)
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.h95 bool enabled; member in struct:smu_features
133 bool enabled; member in struct:vega20_dpm_level
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DUtil.pm327 Returns true if threads are enabled, false if they are not.
331 This will return the id of the current thread when threads are enabled,
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DTrace.pm150 enabled)
199 tagging was enabled).
/openbsd-current/usr.bin/ssh/
H A Dsrclimit.c251 if (!penalty_cfg.enabled)
319 if (!penalty_cfg.enabled)
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dfeature.pl51 # NOTE: If a feature is ever enabled in a non-contiguous range of Perl
539 constructs, can be enabled by C<use feature 'foo'>, and will be parsed
639 available starting with Perl 5.16, and are enabled by default by a
645 them, so the feature can be enabled and disabled. Details are at
682 In Perl versions prior to 5.26, this feature enabled
695 not only no longer experimental, but it is enabled for all Perl code,
723 not only no longer experimental, but it is enabled for all Perl code,
748 enabled automatically by C<use v5.36> (or higher).
815 code that disables it). This feature is now considered stable, and is enabled
822 Foo 1, 2;>. It is enabled b
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfeature.pm117 constructs, can be enabled by C<use feature 'foo'>, and will be parsed
217 available starting with Perl 5.16, and are enabled by default by a
223 them, so the feature can be enabled and disabled. Details are at
260 In Perl versions prior to 5.26, this feature enabled
273 not only no longer experimental, but it is enabled for all Perl code,
301 not only no longer experimental, but it is enabled for all Perl code,
326 enabled automatically by C<use v5.36> (or higher).
393 code that disables it). This feature is now considered stable, and is enabled
400 Foo 1, 2;>. It is enabled by default, but can be turned off to
413 C<< $foo{join($;, $x, $y)} >>. It is enabled b
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/I18N-Collate/lib/I18N/
H A DCollate.pm133 if (warnings::enabled() && $] >= 5.003_06) {
/openbsd-current/lib/libc/arch/mips64/gen/
H A Dldexp.S162 add.d $f0, $f0, $f0 # cause overflow faults if enabled
/openbsd-current/usr.sbin/ldpd/
H A Dprintconf.c91 if (ia->enabled)
/openbsd-current/usr.sbin/npppd/npppd/
H A Dccp.c151 if (ppp->mppe.enabled == 0)

Completed in 401 milliseconds

1234567891011>>