Searched refs:force (Results 101 - 125 of 411) sorted by relevance

1234567891011>>

/freebsd-12-stable/sbin/ggate/ggatel/
H A Dggatel.c57 static int force = 0; variable
242 force = 1;
319 g_gate_destroy(unit, force);
/freebsd-12-stable/share/examples/jails/
H A Djng375 local output=jng.svg output_type= force=
378 f) force=1 ;;
387 if [ -e "$output" -a ! "$force" ]; then
/freebsd-12-stable/usr.sbin/pkg/
H A Dpkg.c150 install_pkg_static(const char *path, const char *pkgpath, bool force) argument
159 if (force)
838 bootstrap_pkg(bool force, const char *fetchOpts) argument
928 ret = install_pkg_static(pkgstatic, tmppkg, force);
995 bootstrap_pkg_local(const char *pkgpath, bool force) argument
1049 ret = install_pkg_static(pkgstatic, pkgpath, force);
1064 bool activation_test, add_pkg, bootstrap_only, force, yes; local
1074 force = false;
1080 { "force", no_argument, NULL, 'f' },
1093 force
[all...]
/freebsd-12-stable/sys/geom/raid/
H A Dmd_jmicron.c370 g_raid_md_jmicron_supported(int level, int qual, int disks, int force) argument
379 if (!force && (disks < 2 || disks > 6))
385 if (!force && (disks != 2))
391 if (!force && (disks != 4))
397 if (!force)
409 if (!force)
1034 int *nargs, *force; local
1068 force = gctl_get_paraml(req, "force", sizeof(*force));
[all...]
/freebsd-12-stable/contrib/nvi/common/
H A Dexf.c381 * the superuser force the write even when vi expects that it will
638 int force)
696 if (ep->db->close != NULL && ep->db->close(ep->db) && !force) {
820 * since we last edited or wrote it, and make them force it.
917 * and rewrite without having to force it.
1311 int force,
1325 * unless force is also set. Otherwise, we fail unless forced or
1330 if (!force && file_aw(sp, flags))
1332 } else if (ep->refcnt <= 1 && !force) {
1339 return (file_m3(sp, force));
635 file_end( SCR *sp, EXF *ep, int force) argument
1309 file_m1( SCR *sp, int force, int flags) argument
1350 file_m2( SCR *sp, int force) argument
1382 file_m3( SCR *sp, int force) argument
[all...]
/freebsd-12-stable/sys/geom/eli/
H A Dg_eli_ctl.c205 int *force, *last, *nargs, error; local
221 force = gctl_get_paraml(req, "force", sizeof(*force));
222 if (force == NULL) {
223 gctl_error(req, "No '%s' argument.", "force");
248 error = g_eli_destroy(sc, *force ? TRUE : FALSE);
739 int error, nkey, *all, *force; local
780 force = gctl_get_paraml(req, "force", sizeo
[all...]
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in452 $force || report=true
663 force=false
667 f) force=true;;
773 if ! ${force}; then
779 ${force}
923 elif ! ${force}; then
932 ${force}
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.cpp551 int RegisterContextDarwin_x86_64::ReadGPR(bool force) { argument
553 if (force || !RegisterSetIsCached(set)) {
559 int RegisterContextDarwin_x86_64::ReadFPU(bool force) { argument
561 if (force || !RegisterSetIsCached(set)) {
567 int RegisterContextDarwin_x86_64::ReadEXC(bool force) { argument
569 if (force || !RegisterSetIsCached(set)) {
608 int RegisterContextDarwin_x86_64::ReadRegisterSet(uint32_t set, bool force) { argument
611 return ReadGPR(force);
613 return ReadFPU(force);
615 return ReadEXC(force);
[all...]
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_modes.c1020 enum drm_connector_force force = DRM_FORCE_UNSPECIFIED; local
1086 was_digit || (force != DRM_FORCE_UNSPECIFIED))
1089 force = DRM_FORCE_ON;
1093 was_digit || (force != DRM_FORCE_UNSPECIFIED))
1098 force = DRM_FORCE_ON;
1100 force = DRM_FORCE_ON_DIGITAL;
1104 was_digit || (force != DRM_FORCE_UNSPECIFIED))
1107 force = DRM_FORCE_OFF;
1153 mode->force = force;
[all...]
/freebsd-12-stable/sbin/savecore/
H A Dsavecore.c96 static int checkfor, compress, clear, force, keep, verbose; /* flags */ variable
625 if (force == 0)
635 if (force == 0)
659 if (force == 0)
667 syslog(LOG_ERR, "unable to force dump - bad magic");
676 if (force == 0)
690 if (force == 0)
721 if (force == 0)
937 checkfor = compress = clear = force = keep = verbose = 0;
956 force
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dadd.c362 svn_boolean_t force,
391 if (err->apr_err == SVN_ERR_ENTRY_EXISTS && force)
469 force, no_autoprops,
479 if (err && err->apr_err == SVN_ERR_ENTRY_EXISTS && force)
781 svn_boolean_t force,
843 err = add_dir_recursive(local_abspath, depth, force,
882 if (err && err->apr_err == SVN_ERR_ENTRY_EXISTS && force)
895 svn_boolean_t force,
915 okay, unless we're in "force" mode. svn_wc__is_wcroot()
948 if (! force)
358 add_dir_recursive(const char *dir_abspath, svn_depth_t depth, svn_boolean_t force, svn_boolean_t no_autoprops, svn_magic__cookie_t *magic_cookie, apr_hash_t *config_autoprops, svn_boolean_t refresh_ignores, apr_array_header_t *ignores, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
777 add(const char *local_abspath, svn_depth_t depth, svn_boolean_t force, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, const char *existing_parent_abspath, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
891 svn_client_add5(const char *path, svn_depth_t depth, svn_boolean_t force, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t add_parents, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
[all...]
H A Ddeprecated.c86 svn_boolean_t force,
92 return svn_client_add5(path, depth, force, no_ignore, FALSE, add_parents,
99 svn_boolean_t force,
105 force, no_ignore, FALSE, ctx,
112 svn_boolean_t force,
116 return svn_client_add3(path, recursive, force, FALSE, ctx, pool);
838 svn_boolean_t force,
859 svn_boolean_t force,
868 return svn_client_move5(commit_info_p, src_paths, dst_path, force, FALSE,
876 svn_boolean_t force,
82 svn_client_add4(const char *path, svn_depth_t depth, svn_boolean_t force, svn_boolean_t no_ignore, svn_boolean_t add_parents, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
95 svn_client_add3(const char *path, svn_boolean_t recursive, svn_boolean_t force, svn_boolean_t no_ignore, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
108 svn_client_add2(const char *path, svn_boolean_t recursive, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
833 svn_client_move5(svn_commit_info_t **commit_info_p, const apr_array_header_t *src_paths, const char *dst_path, svn_boolean_t force, svn_boolean_t move_as_child, svn_boolean_t make_parents, const apr_hash_t *revprop_table, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
854 svn_client_move4(svn_commit_info_t **commit_info_p, const char *src_path, const char *dst_path, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
871 svn_client_move3(svn_commit_info_t **commit_info_p, const char *src_path, const char *dst_path, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
901 svn_client_move2(svn_client_commit_info_t **commit_info_p, const char *src_path, const char *dst_path, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
919 svn_client_move(svn_client_commit_info_t **commit_info_p, const char *src_path, const svn_opt_revision_t *src_revision, const char *dst_path, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
947 svn_client_delete3(svn_commit_info_t **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, svn_boolean_t keep_local, const apr_hash_t *revprop_table, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
965 svn_client_delete2(svn_commit_info_t **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
976 svn_client_delete(svn_client_commit_info_t **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1437 svn_client_export2(svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, svn_opt_revision_t *revision, svn_boolean_t force, const char *native_eol, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1457 svn_client_export(svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, svn_opt_revision_t *revision, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1843 svn_client_merge3(const char *source1, const svn_opt_revision_t *revision1, const char *source2, const svn_opt_revision_t *revision2, const char *target_wcpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t record_only, svn_boolean_t dry_run, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1864 svn_client_merge2(const char *source1, const svn_opt_revision_t *revision1, const char *source2, const svn_opt_revision_t *revision2, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1885 svn_client_merge(const char *source1, const svn_opt_revision_t *revision1, const char *source2, const svn_opt_revision_t *revision2, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1931 svn_client_merge_peg3(const char *source, const apr_array_header_t *ranges_to_merge, const svn_opt_revision_t *peg_revision, const char *target_wcpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t record_only, svn_boolean_t dry_run, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1951 svn_client_merge_peg2(const char *source, const svn_opt_revision_t *revision1, const svn_opt_revision_t *revision2, const svn_opt_revision_t *peg_revision, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, const apr_array_header_t *merge_options, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1978 svn_client_merge_peg(const char *source, const svn_opt_revision_t *revision1, const svn_opt_revision_t *revision2, const svn_opt_revision_t *peg_revision, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2065 svn_client_revprop_set(const char *propname, const svn_string_t *propval, const char *URL, const svn_opt_revision_t *revision, svn_revnum_t *set_rev, svn_boolean_t force, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/sys/geom/sched/
H A Dg_sched.c131 static int g_sched_destroy(struct g_geom *gp, boolean_t force);
1236 g_sched_destroy(struct g_geom *gp, boolean_t force) argument
1250 const char *msg = force ?
1251 "but we force removal" : "cannot remove";
1253 G_SCHED_DEBUG(!force,
1256 if (!force)
1267 * XXX bad hack here: force a dispatch to release
1292 g_sched_flush_pending(force ?
1303 * Note: the callers using force = 1 ignore the
1306 if (force) {
1643 int nargs, *force, error, i; local
[all...]
H A Dgs_scheduler.h78 * if no bio should be served now. If force is specified, a
102 typedef struct bio *gs_next_t (void *data, int force);
/freebsd-12-stable/contrib/opie/
H A Dopiesu.c114 static int force = 0; variable
282 force = 1;
387 if (force)
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dmerge-cmd.c113 opt_state->force, /* force_delete */
143 opt_state->force, /* force_delete */
504 if (opt_state->force)
506 _("--force cannot be used with "
H A Dcheckout-cmd.c176 opt_state->force,
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c40 uint32_t event, mask, force; local
46 force = ioread32be(&bmi_rg->fmbm_ifr);
47 if (force & event)
48 iowrite32be(force & ~event, &bmi_rg->fmbm_ifr);
56 uint32_t event, mask, force; local
63 force = ioread32be(&qmi_rg->fmqm_eif);
64 if (force & event)
65 iowrite32be(force & ~event, &qmi_rg->fmqm_eif);
154 uint32_t event, mask, force; local
160 force
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dsshbuf.c53 sshbuf_maybe_pack(struct sshbuf *buf, int force) argument
55 SSHBUF_DBG(("force %d", force));
59 if (force ||
/freebsd-12-stable/contrib/subversion/
H A Dbuild.conf140 # msvc-force-static- visual studio always uses static libraries for svn libs
785 msvc-force-static = yes
795 msvc-force-static = yes
805 msvc-force-static = yes
817 msvc-force-static = yes
827 msvc-force-static = yes
837 msvc-force-static = yes
849 msvc-force-static = yes
858 msvc-force-static = yes
870 msvc-force
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h177 void force(int rx, unsigned domain);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp91 void ExecutionDomainFix::force(int rx, unsigned domain) { function in class:ExecutionDomainFix
101 // force the new value into domain. This costs a domain crossing.
200 force(rx, pdv->getFirstDomain());
266 force(rx, domain);
270 // Kill all defs and force them.
277 force(rx, domain);
319 // If the collapsed operands force a single domain, propagate the collapse.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h110 void scheduleMinReg(bool force = false);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh54 force=false
88 force=true ;
211 if ${force}
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_tag.c223 ex_tag_nswitch(SCR *sp, TAG *tp, int force) argument
234 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE))
257 ex_tag_Nswitch(SCR *sp, TAG *tp, int force) argument
282 } else if (file_init(new, tp->frp, NULL, force)) {
412 tag_pop(SCR *sp, TAGQ *dtqp, int force) argument
429 if (file_m1(sp, force, FS_ALL | FS_POSSIBLE))
708 tagq_push(SCR *sp, TAGQ *tqp, int new_screen, int force) argument
752 if (ex_tag_Nswitch(sp, tqp->current, force))
759 if (ex_tag_nswitch(sp, tqp->current, force))

Completed in 414 milliseconds

1234567891011>>