Searched refs:force (Results 251 - 275 of 712) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_connectors.c876 radeon_lvds_detect(struct drm_connector *connector, bool force) argument
1020 radeon_vga_detect(struct drm_connector *connector, bool force) argument
1069 if (!force) {
1159 radeon_tv_detect(struct drm_connector *connector, bool force) argument
1243 radeon_dvi_detect(struct drm_connector *connector, bool force) argument
1261 force = true;
1265 if (!force && radeon_check_hpd_status_unchanged(connector)) {
1277 if (!dret && !force &&
1357 if (!force) {
1471 if (connector->force
1651 radeon_dp_detect(struct drm_connector *connector, bool force) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h133 * Whether or not to force an operation.
370 force_t force; member in struct:pvcreate_params
474 force_t force);
514 force_t force);
517 force_t force);
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h133 * Whether or not to force an operation.
370 force_t force; member in struct:pvcreate_params
474 force_t force);
514 force_t force);
517 force_t force);
/netbsd-current/sbin/dkctl/
H A Ddkctl.c159 "[force]",
355 int force; local
359 force = 0;
363 if (strcmp(argv[1], "force") == 0)
364 force = 1;
373 if (ioctl(fd, DIOCCACHESYNC, &force) == -1)
/netbsd-current/external/mit/libcbor/dist/
H A D.travis-qemu.sh114 cppcheck . --error-exitcode=1 --suppressions cppcheck_suppressions.txt --force
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dgit-clang-format106 p.add_argument('-f', '--force', action='store_true',
179 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
508 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
511 Bails if there are local changes in those files and not `force`. If
516 if not force:
/netbsd-current/sys/dev/fdt/
H A Dhdmi_connector.c70 dispcon_hdmi_connector_detect(struct drm_connector *connector, bool force) argument
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modeset_helper_vtables.h882 * force is set to false whilst polling, true when checking the
883 * connector due to a user request. force can be used by the driver to
904 bool force);
924 * drm_atomic_helper_check_modeset(). This allows userspace to force and
/netbsd-current/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dgit_update_version.py119 repo.git.checkout(force=True)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-nat.h179 void proc_abort (struct proc *proc, int force);
/netbsd-current/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dgit_update_version.py121 repo.git.checkout(force=True)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-nat.h179 void proc_abort (struct proc *proc, int force);
/netbsd-current/sys/arch/next68k/dev/
H A Dzs_kgdb.c251 zs_kgdb_stint(struct zs_chanstate *cs, int force) argument
/netbsd-current/sys/arch/sun3/dev/
H A Dzs_kgdb.c252 zs_kgdb_stint(struct zs_chanstate *cs, int force) argument
/netbsd-current/sys/arch/sun2/dev/
H A Dzs_kgdb.c249 zs_kgdb_stint(struct zs_chanstate *cs, int force) argument
/netbsd-current/sys/arch/mac68k/dev/
H A Dzs_kgdb.c261 zs_kgdb_stint(struct zs_chanstate *cs, int force) argument
/netbsd-current/sys/arch/macppc/dev/
H A Dzs_kgdb.c259 zs_kgdb_stint(register struct zs_chanstate *cs, int force) argument
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dnta.c336 dns_ntatable_add(dns_ntatable_t *ntatable, const dns_name_t *name, bool force, argument
359 nta->forced = force;
364 if (!force) {
372 if (!force) {
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-settime.c58 fprintf(stderr, " -f: force update of old-style "
231 bool force = false; local
325 force = true;
736 if (force) {
837 if (force && !changed) {
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgp-archive.cc41 force = 0;
118 " -F force writing or rewriting of the archive; ignored with the -n\n"
302 if (force)
469 if (force)
519 force = 1;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-archive.cc41 force = 0;
118 " -F force writing or rewriting of the archive; ignored with the -n\n"
302 if (force)
469 if (force)
520 force = 1;
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report_html.cpp68 /// \param force Whether to wipe an existing directory or not.
74 create_top_directory(const fs::path& directory, const bool force) argument
76 if (force) {
86 "maybe use --force?") %
397 "force", "Wipe the output directory before generating the new report; "
428 create_top_directory(directory, cmdline.has_option("force"));
/netbsd-current/external/gpl2/gmake/dist/
H A Dconfigure.bat25 rem many people don't care, so we force them to care by refusing to go.
/netbsd-current/external/gpl3/gdb.old/dist/zlib/amiga/
H A DMakefile.sas43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS
/netbsd-current/external/gpl3/binutils/dist/zlib/amiga/
H A DMakefile.sas43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS

Completed in 354 milliseconds

<<11121314151617181920>>