Searched refs:enabled (Results 26 - 50 of 436) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp199 void InitializeCoverage(bool enabled, const char *dir) { argument
200 CHECK_EQ(enabled, common_flags()->coverage);
205 coverage_enabled = enabled;
/openbsd-current/regress/usr.sbin/snmpd/
H A Dsnmpd.sh27 PF[1]="enabled"
114 enabled="$(eval $snmp_command | grep -vi parameters | grep -i pfrunning | awk '{ print $2 }')"
115 if [ "${PF[$enabled]}" != "${PF[enabled]}" ]
117 if [ "${PF[$enabled]}" != "${PF[disabled]}" ]
/openbsd-current/usr.sbin/ldapd/
H A Devbuffer_tls.c122 if (bufev->enabled & EV_READ)
124 if (EVBUFFER_LENGTH(bufev->output) != 0 && bufev->enabled & EV_WRITE)
187 if (bufev->enabled & EV_READ)
189 if (EVBUFFER_LENGTH(bufev->output) != 0 && bufev->enabled & EV_WRITE)
240 if (bufev->enabled & EV_READ)
242 if (EVBUFFER_LENGTH(bufev->output) != 0 && bufev->enabled & EV_WRITE)
/openbsd-current/usr.sbin/syslogd/
H A Devbuffer_tls.c123 if (bufev->enabled & EV_READ)
125 if (EVBUFFER_LENGTH(bufev->output) != 0 && bufev->enabled & EV_WRITE)
188 if (bufev->enabled & EV_READ)
190 if (EVBUFFER_LENGTH(bufev->output) != 0 && bufev->enabled & EV_WRITE)
241 if (bufev->enabled & EV_READ)
243 if (EVBUFFER_LENGTH(bufev->output) != 0 && bufev->enabled & EV_WRITE)
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dfb_decoder.c215 plane->enabled = !!(val & DISP_ENABLE);
216 if (!plane->enabled)
347 plane->enabled = (mode != MCURSOR_MODE_DISABLE);
348 if (!plane->enabled)
425 plane->enabled = !!(val & SPRITE_ENABLE);
426 if (!plane->enabled)
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpointLocation.i46 SetEnabled(bool enabled);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_agpsupport.c112 dev->agp->enabled = 1;
123 dev->agp->enabled = 0;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DPerf.h237 /// This is no-op if the perf event is already enabled.
240 /// An Error if the perf event couldn't be enabled.
249 /// \b true if and only the perf event is enabled and collecting.
258 /// \param[in] enabled
260 PerfEvent(long fd, bool enabled) argument
262 m_enabled(enabled) {}
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h32 /// enabled in the LLVM context.
64 /// Return true iff at least *some* remarks are enabled.
65 bool enabled() const { function in class:llvm::OptimizationRemarkEmitter
79 // remarks enabled. We can't currently check whether remarks are requested
82 if (enabled()) {
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dwarnings.pm514 # &enabled and &fatal_enabled
517 # &warnif, and the category is neither enabled as warning nor as fatal
537 # category is enabled
572 sub enabled subroutine
628 # Standard warnings are enabled by use v5.35 or above
638 if (warnings::enabled()) {
642 if (warnings::enabled("void")) {
646 if (warnings::enabled($object)) {
656 The C<warnings> pragma gives control over which warnings are enabled in
671 All warnings are enabled i
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c576 dpm_table->dpm_levels[i].enabled = true;
590 if (data->smu_features[GNLD_DPM_GFXCLK].enabled) {
611 if (data->smu_features[GNLD_DPM_UCLK].enabled) {
643 if (data->smu_features[GNLD_DPM_SOCCLK].enabled) {
670 if (data->smu_features[GNLD_DPM_VCE].enabled) {
683 if (data->smu_features[GNLD_DPM_UVD].enabled) {
696 if (data->smu_features[GNLD_DPM_UVD].enabled) {
709 if (data->smu_features[GNLD_DPM_DCEFCLK].enabled) {
722 if (data->smu_features[GNLD_DPM_DCEFCLK].enabled) {
733 if (data->smu_features[GNLD_DPM_DCEFCLK].enabled) {
963 bool enabled; local
3271 bool enabled; local
[all...]
/openbsd-current/sys/dev/ic/
H A Dz8530sc.h105 /* the above is set only while CRTSCTS is enabled. */
109 /* the above is set only while CRTSCTS is enabled. */
124 int enabled; member in struct:zs_chanstate
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr100_track.h51 bool enabled; member in struct:r100_cs_track_texture
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBWatchpoint.h47 void SetEnabled(bool enabled);
H A DSBBreakpointLocation.h38 void SetEnabled(bool enabled);
/openbsd-current/sys/dev/fdt/
H A Damlpwm.c145 int enabled = 0; local
155 enabled = 1;
159 enabled = 1;
169 ps->ps_enabled = enabled;
H A Dimxpwm.c136 int enabled = 0; local
145 enabled = 1;
154 if (enabled)
162 ps->ps_enabled = enabled;
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-scalar/
H A Dscalar.pm36 warnings are enabled, produce a warning.
/openbsd-current/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointList.cpp68 void BreakpointList::SetEnabledAll(bool enabled) { argument
71 bp_sp->SetEnabled(enabled);
74 void BreakpointList::SetEnabledAllowed(bool enabled) { argument
78 bp_sp->SetEnabled(enabled);
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp139 void SBWatchpoint::SetEnabled(bool enabled) { argument
140 LLDB_INSTRUMENT_VA(this, enabled);
149 if (enabled)
154 watchpoint_sp->SetEnabled(enabled, notify);
/openbsd-current/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h35 /// Return whether the DarwinLog functionality is enabled.
37 /// The DarwinLog functionality is enabled if the user explicitly enabled
43 /// True if DarwinLog support is/will be enabled for existing or
88 void SetEnabled(bool enabled);
/openbsd-current/sys/dev/pci/drm/i915/soc/
H A Dintel_gmch.c111 bool enabled; local
120 enabled = !!(temp & DEVEN_MCHBAR_EN);
123 enabled = temp & 1;
126 /* If it's already enabled, don't have to do anything */
127 if (enabled)
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_modeset_verify.c39 "connector enabled without attached crtc\n");
117 bool enabled = false, found = false; local
133 enabled = true;
143 I915_STATE_WARN(dev_priv, !!encoder->base.crtc != enabled,
144 "encoder's enabled state mismatch (expected %i, found %i)\n",
145 !!encoder->base.crtc, enabled);
152 "encoder detached but still enabled on pipe %c.\n",
182 /* we keep both pipes enabled on 830 */
/openbsd-current/sys/dev/pci/drm/apple/
H A Ddptxep.h50 bool enabled, connected; member in struct:dptx_port
/openbsd-current/usr.sbin/npppd/npppd/
H A Dradius_req.h85 int enabled; member in struct:_radius_req_setting::__anon10

Completed in 320 milliseconds

1234567891011>>