Home
last modified time | relevance | path

Searched refs:disabling (Results 1 – 25 of 117) sorted by relevance

12345

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_atomic_helper.c2766 bool disabling; in drm_atomic_helper_commit_planes() local
2773 disabling = drm_atomic_plane_disabling(old_plane_state, in drm_atomic_helper_commit_planes()
2784 if (!disabling && !plane_crtc_active(new_plane_state)) in drm_atomic_helper_commit_planes()
2786 if (disabling && !plane_crtc_active(old_plane_state)) in drm_atomic_helper_commit_planes()
2793 if (disabling && funcs->atomic_disable) { in drm_atomic_helper_commit_planes()
2803 } else if (new_plane_state->crtc || disabling) { in drm_atomic_helper_commit_planes()
2806 if (!disabling && funcs->atomic_enable) { in drm_atomic_helper_commit_planes()
2881 bool disabling; in drm_atomic_helper_commit_planes_on_crtc() local
2891 disabling = drm_atomic_plane_disabling(old_plane_state, new_plane_state); in drm_atomic_helper_commit_planes_on_crtc()
2893 if (disabling && plane_funcs->atomic_disable) { in drm_atomic_helper_commit_planes_on_crtc()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Ddiagnostic.def11 diagnostic without disabling the option which causes it. */
/openbsd-src/gnu/llvm/llvm/include/llvm/Config/
H A Dabi-breaking.h.cmake21 /* Allow selectively disabling link-time mismatch checking so that header-only
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Davr.opt43 Change the stack pointer without disabling interrupts
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dltcf-gcj.sh71 *** Therefore, libtool is disabling shared libraries support. If you
198 *** is disabling shared libraries support. We urge you to upgrade GNU
H A Dltcf-c.sh68 *** Therefore, libtool is disabling shared libraries support. If you
205 *** is disabling shared libraries support. We urge you to upgrade GNU
/openbsd-src/gnu/usr.bin/binutils/
H A Dltcf-gcj.sh71 *** Therefore, libtool is disabling shared libraries support. If you
198 *** is disabling shared libraries support. We urge you to upgrade GNU
H A Dltcf-c.sh68 *** Therefore, libtool is disabling shared libraries support. If you
205 *** is disabling shared libraries support. We urge you to upgrade GNU
H A Dconfig-ml.in389 echo Could not link program with -mabi=64, disabling it.
503 echo Could not link program with -m64, disabling it.
/openbsd-src/distrib/notes/i386/
H A Dinstall31 another floppy disk doesn't help, try booting after disabling your
/openbsd-src/gnu/llvm/lld/docs/MachO/
H A Dld64-vs-lld.rst55 allows disabling this behavior by setting ``ZERO_AR_DATE=0``. Any other value
/openbsd-src/gnu/lib/libstdc++/
H A Dltcf-c.sh68 *** Therefore, libtool is disabling shared libraries support. If you
205 *** is disabling shared libraries support. We urge you to upgrade GNU
H A Dconfig-ml.in364 echo Could not link program with -mabi=64, disabling it.
489 echo Could not link program with -m64, disabling it.
/openbsd-src/usr.sbin/ypldap/
H A Dldapclient.c361 #warning disabling chrooting in DEBUG mode in ldapclient()
373 #warning disabling privilege revocation in DEBUG mode in ldapclient()
H A Dypldap.c613 #warning disabling privilege revocation in debug mode in main()
/openbsd-src/gnu/llvm/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt5 # developers to work without disabling SIP, this file can generate an Xcode
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DREADME76 for optional disabling tie and bless for increased security.
/openbsd-src/gnu/llvm/libcxx/include/
H A D__config163 // Feature macros for disabling pre ABI v1 features. All of these options
262 // Incomplete features get their own specific disabling flags. This makes it
484 // Allow for build-time disabling of unsigned integer sanitization
1104 // disabling it without having to resort to #if-#endif, which has a larger
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DExperimentalFeatures.rst49 using the ``[[deprecated]]`` attribute, which also allows disabling
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5142delta.pod28 corrected by explicitly disabling all unsupported flags and setting unused function
H A Dperl5125delta.pod29 corrected by explicitly disabling all unsupported flags and setting unused function
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D2use127 my $foo, $bar = @_; # parenthesis: should warn, as we turned that back on after disabling 'synta…
/openbsd-src/gnu/llvm/llvm/docs/
H A DReleaseProcess.rst233 done in a way that it's easy to disable. If they misbehave, prefer disabling
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-xtensa.texi169 makes the code less efficient by disabling assembler optimization and
170 less flexible by disabling relaxation.
588 disabling transformation of that opcode, always takes precedence over
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.tru64108 The third option is to work around the problem by disabling the

12345