Searched refs:enabled (Results 1 - 25 of 701) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/kyua-cli/dist/bootstrap/
H A Datf_helpers.cpp58 std::string enabled; local
62 enabled = "fails passes skips";
64 enabled = tests;
66 if (enabled.find("fails") != std::string::npos)
68 if (enabled.find("passes") != std::string::npos)
70 if (enabled.find("skips") != std::string::npos)
/netbsd-current/external/bsd/kyua-cli/dist/engine/drivers/
H A Dlist_tests_helpers.cpp66 std::string enabled; local
70 enabled = "crash_list no_properties some_properties";
72 enabled = tests;
74 if (enabled.find("crash_list") != std::string::npos)
76 if (enabled.find("no_properties") != std::string::npos)
78 if (enabled.find("some_properties") != std::string::npos)
/netbsd-current/sys/arch/next68k/dev/
H A Dnextkbdvar.h39 int enabled; /* XXX ? */ member in struct:nextkbd_softc
/netbsd-current/sys/stand/efiboot/
H A Defiacpi.h33 #error ACPI support not enabled
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-typeprint.py20 self.enabled = True
30 self.enabled = True
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-typeprint.py21 self.enabled = True
32 self.enabled = True
H A Dpretty-print-call-by-hand.py38 ec_lookup_function.enabled = False
42 ec_lookup_function.enabled = True
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-cache.h43 /* Return true if the usage of the cache is enabled. */
44 bool enabled () const function in class:index_cache
75 if (enabled ())
86 if (enabled ())
101 /* Whether the cache is enabled. */
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-cache.h43 /* Return true if the usage of the cache is enabled. */
44 bool enabled () const function in class:index_cache
75 if (enabled ())
86 if (enabled ())
101 /* Whether the cache is enabled. */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dase-errors-1.s7 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
12 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
14 lbux $4,$5($6) # ERROR: dsp not enabled
15 ldx $4,$5($6) # ERROR: dsp not enabled
16 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
30 lbux $4,$5($6) # ERROR: dsp not enabled
31 ldx $4,$5($6) # ERROR: dsp not enabled
32 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
42 aclr 4,100($4) # ERROR: mcu not enabled
51 add.ob $f4,$f6,$f8 # ERROR: mdmx not enabled
[all...]
H A Dase-errors-2.s6 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
10 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
12 lbux $4,$5($6) # ERROR: dsp not enabled
13 ldx $4,$5($6) # ERROR: dsp not enabled
14 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
26 lbux $4,$5($6) # ERROR: dsp not enabled
27 ldx $4,$5($6) # ERROR: dsp not enabled
28 absq_s.qb $3,$4 # ERROR: dspr2 not enabled
36 aclr 4,100($4) # ERROR: mcu not enabled
44 add.ob $f4,$f6,$f8 # ERROR: mdmx not enabled
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dthread_events.exp94 proc test_thread_messages {enabled} {
97 if { $enabled } {
98 set enabled_string "with messages enabled"
107 if { $enabled } {
128 # Expect to see a thread start message, if messages are enabled.
129 gdb_test_thread_start $enabled "continue" \
134 # Expect to see a thread exit message, if messages are enabled.
135 gdb_test_thread_exit $enabled "continue" \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dthread_events.exp94 proc test_thread_messages {enabled} {
97 if { $enabled } {
98 set enabled_string "with messages enabled"
107 if { $enabled } {
127 # Expect to see a thread start message, if messages are enabled.
128 gdb_test_thread_start $enabled "continue" \
133 # Expect to see a thread exit message, if messages are enabled.
134 gdb_test_thread_exit $enabled "continue" \
/netbsd-current/tests/sbin/ifconfig/
H A Dt_capabilities.sh41 if [ -z "$(ifconfig $1 | grep "enabled" | grep $3)" ]; then
52 if [ ! -z "$(ifconfig $1 | grep "enabled" | grep $3)" ]; then
132 enabled=$(ifconfig $i | grep "enabled")
143 if [ ! -z "$enabled" ]; then
147 for l in $enabled; do
/netbsd-current/sys/kern/
H A Dsubr_fault.c50 volatile bool enabled; member in struct:__anon17
58 .enabled = false,
79 if (__predict_false(atomic_load_acquire(&fault_global.enabled))) {
85 if (__predict_false(!f->enabled))
130 if (fault_global.enabled) {
138 atomic_store_release(&fault_global.enabled, true);
144 if (f->enabled)
154 atomic_store_release(&f->enabled, true);
171 if (!fault_global.enabled) {
175 atomic_store_release(&fault_global.enabled, fals
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Diccsense.h8 bool enabled; member in struct:pwr_rail_resistor_t
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_rc6_types.h28 bool enabled : 1; member in struct:intel_rc6
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
H A Dnouveau_nvkm_subdev_pmu_gp100.c34 .enabled = gf100_pmu_enabled,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dc++0x_warning.h33 for the ISO C++ 2011 standard. This support must be enabled \
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dld-sp-warn-cortex-m3.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-cortex-m4.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7e-m.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn-v7m.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
H A Dld-sp-warn.l2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.

Completed in 324 milliseconds

1234567891011>>