Searched refs:force (Results 76 - 100 of 381) sorted by relevance

1234567891011>>

/freebsd-11.0-release/usr.sbin/autofs/
H A Dautomount.c63 unmount_by_statfs(const struct statfs *sb, bool force) argument
76 if (force)
282 unmount_automounted(bool force) argument
306 unmount_by_statfs(&(mntbuf[i]), force);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp403 RegisterContextDarwin_i386::ReadGPR (bool force) argument
406 if (force || !RegisterSetIsCached(set))
414 RegisterContextDarwin_i386::ReadFPU (bool force) argument
417 if (force || !RegisterSetIsCached(set))
425 RegisterContextDarwin_i386::ReadEXC (bool force) argument
428 if (force || !RegisterSetIsCached(set))
478 RegisterContextDarwin_i386::ReadRegisterSet (uint32_t set, bool force) argument
482 case GPRRegSet: return ReadGPR(force);
483 case FPURegSet: return ReadFPU(force);
484 case EXCRegSet: return ReadEXC(force);
[all...]
H A DRegisterContextDarwin_arm.cpp493 RegisterContextDarwin_arm::ReadGPR (bool force) argument
496 if (force || !RegisterSetIsCached(set))
504 RegisterContextDarwin_arm::ReadFPU (bool force) argument
507 if (force || !RegisterSetIsCached(set))
515 RegisterContextDarwin_arm::ReadEXC (bool force) argument
518 if (force || !RegisterSetIsCached(set))
526 RegisterContextDarwin_arm::ReadDBG (bool force) argument
529 if (force || !RegisterSetIsCached(set))
594 RegisterContextDarwin_arm::ReadRegisterSet (uint32_t set, bool force) argument
598 case GPRRegSet: return ReadGPR(force);
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
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);
783 svn_boolean_t force,
804 svn_boolean_t force,
813 return svn_client_move5(commit_info_p, src_paths, dst_path, force, FALSE,
821 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
778 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
799 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
816 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
846 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
864 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
892 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
910 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
921 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
1299 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
1319 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
1685 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
1706 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
1727 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
1773 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
1793 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
1820 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
1907 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...]
H A Ddelete.c423 svn_boolean_t force,
437 if (!force && !keep_local)
455 svn_boolean_t force,
474 if (!force && !keep_local)
509 svn_boolean_t force,
595 svn_client__wc_delete_many(targets, force, FALSE, keep_local,
420 svn_client__wc_delete(const char *local_abspath, svn_boolean_t force, svn_boolean_t dry_run, svn_boolean_t keep_local, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
452 svn_client__wc_delete_many(const apr_array_header_t *targets, svn_boolean_t force, svn_boolean_t dry_run, svn_boolean_t keep_local, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
506 svn_client_delete4(const apr_array_header_t *paths, svn_boolean_t force, svn_boolean_t keep_local, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlock.c74 svn_boolean_t force;
201 if (lock_ctx->force)
443 svn_boolean_t force,
482 lock_ctx->force = force;
541 if (ctx->force)
553 svn_boolean_t force,
566 if (force)
571 $ svn unlock --force *
649 lock_ctx->force
72 svn_boolean_t force; member in struct:lock_ctx_t
438 svn_ra_serf__lock(svn_ra_session_t *ra_session, apr_hash_t *path_revs, const char *comment, svn_boolean_t force, svn_ra_lock_callback_t lock_func, void *lock_baton, apr_pool_t *scratch_pool) argument
549 svn_ra_serf__unlock(svn_ra_session_t *ra_session, apr_hash_t *path_tokens, svn_boolean_t force, svn_ra_lock_callback_t lock_func, void *lock_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11.0-release/sbin/savecore/
H A Dsavecore.c92 static int checkfor, compress, clear, force, keep, verbose; /* flags */ variable
528 if (force == 0)
539 if (force == 0)
548 if (force == 0)
558 syslog(LOG_ERR, "unable to force dump - bad magic");
567 if (force == 0)
581 if (force == 0)
610 if (force == 0)
779 checkfor = compress = clear = force = keep = verbose = 0;
798 force
[all...]
/freebsd-11.0-release/usr.bin/compress/
H A Dcompress.c68 static int eval, force, verbose; variable
108 force = 1;
205 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))
249 if (!force && sb.st_size >= isb.st_size) {
295 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))
/freebsd-11.0-release/contrib/openresolv/
H A Dresolvconf.in293 $force || report=true
500 force=false
504 f) force=true;;
597 if ! ${force}; then
603 ${force}
747 elif ! ${force}; then
756 ${force}
/freebsd-11.0-release/contrib/amd/fixmount/
H A Dfixmount.c196 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) argument
213 if (force || !fixmount_check_mount(host, hostaddr, p->ml_directory))
275 int force = 0; local
320 force = 1;
447 fix_rmtab(client, host, mntdump, 0, force);
450 fix_rmtab(client, host, mntdump, 1, force);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c600 boolean_t force, boolean_t resumable, int fd)
652 /* zc guid is force flag */
653 zc.zc_guid = force;
675 * clone, its origin snapshot must be specified by 'origin'. The 'force'
686 boolean_t force, int fd)
688 return (lzc_receive_impl(snapname, props, origin, force, B_FALSE, fd));
699 boolean_t force, int fd)
701 return (lzc_receive_impl(snapname, props, origin, force, B_TRUE, fd));
599 lzc_receive_impl(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t resumable, int fd) argument
685 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, int fd) argument
698 lzc_receive_resumable(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, int fd) argument
/freebsd-11.0-release/usr.sbin/pkg/
H A Dpkg.c143 install_pkg_static(const char *path, const char *pkgpath, bool force) argument
152 if (force)
830 bootstrap_pkg(bool force) argument
911 ret = install_pkg_static(pkgstatic, tmppkg, force);
964 bootstrap_pkg_local(const char *pkgpath, bool force) argument
1018 ret = install_pkg_static(pkgstatic, pkgpath, force);
1033 bool bootstrap_only, force, yes; local
1036 force = false;
1046 force = true;
1049 if ((bootstrap_only && force) || acces
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/
H A Dautogen.sh54 libtoolize --force --copy && \
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs_bmap.c123 nandfs_bmap_dirty_blocks(struct nandfs_node *node, struct buf *bp, int force) argument
127 error = bmap_dirty_meta(node, bp->b_lblkno, force);
/freebsd-11.0-release/sys/geom/mountver/
H A Dg_mountver.c63 static int g_mountver_destroy(struct g_geom *gp, boolean_t force);
307 g_mountver_destroy(struct g_geom *gp, boolean_t force) argument
318 if (force) {
401 int *nargs, *force, error, i; local
417 force = gctl_get_paraml(req, "force", sizeof(*force));
418 if (force == NULL) {
419 gctl_error(req, "No 'force' argument");
438 error = g_mountver_destroy(gp, *force);
[all...]
/freebsd-11.0-release/sys/geom/nop/
H A Dg_nop.c50 static int g_nop_destroy(struct g_geom *gp, boolean_t force);
306 g_nop_destroy(struct g_geom *gp, boolean_t force) argument
317 if (force) {
544 int *nargs, *force, error, i; local
560 force = gctl_get_paraml(req, "force", sizeof(*force));
561 if (force == NULL) {
562 gctl_error(req, "No 'force' argument");
581 error = g_nop_destroy(gp, *force);
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c82 uint32_t event, mask, force; local
91 force = GET_UINT32(p_FmPcd->p_FmPcdPrs->p_FmPcdPrsRegs->perfr);
92 if(force & event)
93 WRITE_UINT32(p_FmPcd->p_FmPcdPrs->p_FmPcdPrsRegs->perfr, force & ~event);
106 uint32_t event, force; local
117 force = GET_UINT32(p_FmPcd->p_FmPcdPrs->p_FmPcdPrsRegs->pevfr);
118 if(force & event)
119 WRITE_UINT32(p_FmPcd->p_FmPcdPrs->p_FmPcdPrsRegs->pevfr, force & ~event);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h42 CreateInstance(lldb_private::Process *process, bool force);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h44 CreateInstance(lldb_private::Process *process, bool force);
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Dadd-cmd.c82 opt_state->force, opt_state->no_ignore,
H A Dlock-cmd.c142 SVN_ERR(svn_client_lock(targets, comment, opt_state->force, ctx, pool));
H A Dmerge-cmd.c113 opt_state->force, /* force_delete */
138 opt_state->force, /* force_delete */
417 if (opt_state->force)
419 _("--force cannot be used with "
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_send.h81 boolean_t force, boolean_t resumable, char *origin, dmu_recv_cookie_t *drc);
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_leapsec.h180 * (if 'force' is not applied) the ctime/mtime has changed since the
181 * last load. If the file has to be loaded, either due to 'force' or
187 int/*BOOL*/force, int/*BOOL*/logall);
/freebsd-11.0-release/contrib/opie/
H A Dopiekey.c146 int force = 0; local
177 force = 1;
249 if (force)

Completed in 302 milliseconds

1234567891011>>