Searched refs:force (Results 176 - 200 of 712) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldelf.c250 ldelf_try_needed (struct dt_needed *needed, int force, int is_linux) argument
293 if (!force)
308 /* Return FALSE to force the caller to move on to try
393 ldelf_search_needed (const char *path, struct dt_needed *n, int force, argument
402 return ldelf_try_needed (n, force, is_linux);
588 if (ldelf_try_needed (&needed, force, is_linux))
691 ldelf_check_ld_elf_hints (const struct bfd_link_needed_list *l, int force, argument
737 return ldelf_search_needed (ld_elf_hints, &needed, force, FALSE, elfsize);
900 ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, argument
939 return ldelf_search_needed (ld_so_conf, &needed, force, TRU
1160 int force; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c275 ldelf_try_needed (struct dt_needed *needed, int force, int is_linux) argument
318 if (!force)
333 /* Return FALSE to force the caller to move on to try
418 ldelf_search_needed (const char *path, struct dt_needed *n, int force, argument
427 return ldelf_try_needed (n, force, is_linux);
613 if (ldelf_try_needed (&needed, force, is_linux))
716 ldelf_check_ld_elf_hints (const struct bfd_link_needed_list *l, int force, argument
762 return ldelf_search_needed (ld_elf_hints, &needed, force, false, elfsize);
925 ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, argument
964 return ldelf_search_needed (ld_so_conf, &needed, force, tru
1038 int force; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldelf.c275 ldelf_try_needed (struct dt_needed *needed, int force, int is_linux) argument
318 if (!force)
333 /* Return FALSE to force the caller to move on to try
418 ldelf_search_needed (const char *path, struct dt_needed *n, int force, argument
427 return ldelf_try_needed (n, force, is_linux);
616 if (ldelf_try_needed (&needed, force, is_linux))
719 ldelf_check_ld_elf_hints (const struct bfd_link_needed_list *l, int force, argument
765 return ldelf_search_needed (ld_elf_hints, &needed, force, false, elfsize);
928 ldelf_check_ld_so_conf (const struct bfd_link_needed_list *l, int force, argument
967 return ldelf_search_needed (ld_so_conf, &needed, force, tru
1041 int force; local
[all...]
/netbsd-current/external/bsd/liblzf/dist/
H A Dlzf.c60 static int force = 0; variable
69 {"force", 0, 0, 'f'},
79 "-f --force force overwrite of output file\n"
87 "-f force overwrite of output file\n"
317 if (force)
485 force = 1;
507 if (!force)
511 fprintf (stderr, "%s: compressed data not read from a terminal. Use -f to force decompression.\n", imagename);
516 fprintf (stderr, "%s: compressed data not written to a terminal. Use -f to force compressio
[all...]
/netbsd-current/external/gpl3/autoconf/dist/bin/
H A Dautoheader.in72 -f, --force consider all files obsolete
166 $autoconf .= ' --force' if $force;
286 update_file ("$tmp/config.hin", "$config_h_in", $force);
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Decho-area.h43 REFERENCE **completions, int force);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_send.h81 boolean_t force, boolean_t resumable, char *origin, dmu_recv_cookie_t *drc);
/netbsd-current/sys/external/bsd/libfdt/dist/
H A Dlibfdt_env.h26 #define FDT_FORCE __attribute__((force))
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_leapsec.h182 * (if 'force' is not applied) the ctime/mtime has changed since the
183 * last load. If the file has to be loaded, either due to 'force' or
189 int/*BOOL*/force, int/*BOOL*/logall,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dpriv.h72 void nvkm_mmu_ptc_put(struct nvkm_mmu *, bool force, struct nvkm_mmu_pt **);
H A Dnouveau_nvkm_subdev_mmu_base.c49 nvkm_mmu_ptp_put(struct nvkm_mmu *mmu, bool force, struct nvkm_mmu_pt *pt) argument
63 nvkm_mmu_ptc_put(mmu, force, &ptp->pt);
148 nvkm_mmu_ptc_put(struct nvkm_mmu *mmu, bool force, struct nvkm_mmu_pt **ppt) argument
155 nvkm_mmu_ptp_put(mmu, force, pt);
162 if (pt->ptc->refs < 8 /* Heuristic. */ && !force) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_conn.c51 bool force)
49 connector_detect(struct drm_connector *connector, struct drm_modeset_acquire_ctx *ctx, bool force) argument
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_connector.h51 DRM_FORCE_ON, /* force on analog part normally */
710 * force is set to false whilst polling, true when checking the
711 * connector due to a user request. force can be used by the driver to
733 bool force);
736 * @force:
749 void (*force)(struct drm_connector *connector); member in struct:drm_connector_funcs
1057 * @force:
1059 * Ignore the hotplug state of the connector, and force its
1062 enum drm_connector_force force; member in struct:drm_cmdline_mode
1300 /** @force
1301 enum drm_connector_force force; member in struct:drm_connector
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dnta.h125 dns_ntatable_add(dns_ntatable_t *ntatable, const dns_name_t *name, bool force,
129 * which will expire at time 'now' + 'lifetime'. If 'force' is true,
/netbsd-current/games/hack/
H A Dhack.do_name.c79 getpos(int force, const char *goal) argument
102 force ? "use hjkl or ." : "aborted");
103 if (force)
/netbsd-current/sys/dev/raidframe/
H A Drf_compat50.c61 int force; member in struct:RF_Config50_s
165 k_cfg->force = k50_cfg->force;
H A Drf_compat80.c105 int force; /* if !0, ignore many fatal member in struct:RF_Config_s80
108 "force" is used to override cases where the component labels would
291 k_cfg->force = k80_cfg->force;
/netbsd-current/external/gpl2/dtc/dist/
H A Ddtc.c65 {"force", no_argument, NULL, 'f'},
169 bool force = false, sort = false; local
215 force = true;
327 process_checks(force, dti);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_gt_pm.c134 static void gt_sanitize(struct intel_gt *gt, bool force) argument
140 GT_TRACE(gt, "force:%s", yesno(force));
163 if (reset_engines(gt) || force) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_debugfs.c318 seq_printf(m, "%s\n", drm_get_connector_force_name(connector->force));
346 connector->force = DRM_FORCE_ON;
348 connector->force = DRM_FORCE_ON_DIGITAL;
350 connector->force = DRM_FORCE_OFF;
352 connector->force = DRM_FORCE_UNSPECIFIED;
440 /* force */
441 debugfs_create_file("force", S_IRUGO | S_IWUSR, root, connector,
/netbsd-current/external/bsd/nvi/dist/common/
H A Dexf.c384 * the superuser force the write even when vi expects that it will
636 file_end(SCR *sp, EXF *ep, int force) argument
697 !force) {
839 * since we last edited or wrote it, and make them force it.
925 * and rewrite without having to force it.
1265 file_m1(SCR *sp, int force, int flags) argument
1278 * unless force is also set. Otherwise, we fail unless forced or
1283 if (!force && file_aw(sp, flags))
1285 } else if (ep->refcnt <= 1 && !force) {
1293 return (file_m3(sp, force));
1304 file_m2(SCR *sp, int force) argument
1334 file_m3(SCR *sp, int force) argument
[all...]
/netbsd-current/external/bsd/openresolv/dist/
H A Dresolvconf.in477 $force || report=true
725 force=false
729 f) force=true;;
843 if ! ${force}; then
849 ${force}
1021 elif ! ${force}; then
1031 $force
/netbsd-current/usr.sbin/vnconfig/
H A Dvnconfig.c102 static int force = 0; variable
123 force = 1;
335 if (force)
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATest.py103 def filter_projects(projects, predicate, force=False):
104 return [project.with_fields(enabled=(force or project.enabled) and
123 force=True)
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dlog.c309 do_log(LogLevel level, int force, const char *suffix, const char *fmt, argument
322 if (!force && level > log_level)
381 tmp_handler(level, force, visbuf, log_handler_ctx);

Completed in 225 milliseconds

1234567891011>>