Searched refs:force (Results 51 - 75 of 381) sorted by relevance

1234567891011>>

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c56 * devices are also in use. Some can be overridden using the 'force'
58 * 3. Check for replication errors if the 'force' flag is not specified.
133 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) argument
139 if (force)
162 if (!wholedisk && !force &&
185 check_disk(const char *name, dm_descriptor_t disk, int force, int isspare) argument
242 if (check_slice(name, force, B_TRUE, isspare) != 0)
256 check_device(const char *path, boolean_t force, boolean_t isspare) argument
269 err = check_disk(path, desc, force, isspare);
274 return (check_slice(path, force, B_FALS
283 check_file(const char *file, boolean_t force, boolean_t isspare) argument
356 check_device(const char *name, boolean_t force, boolean_t isspare) argument
1078 is_device_in_use(nvlist_t *config, nvlist_t *nv, boolean_t force, boolean_t replacing, boolean_t isspare) argument
1471 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, int argc, char **argv) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp263 RegisterContextDarwin_arm64::ReadGPR (bool force) argument
266 if (force || !RegisterSetIsCached(set))
274 RegisterContextDarwin_arm64::ReadFPU (bool force) argument
277 if (force || !RegisterSetIsCached(set))
285 RegisterContextDarwin_arm64::ReadEXC (bool force) argument
288 if (force || !RegisterSetIsCached(set))
296 RegisterContextDarwin_arm64::ReadDBG (bool force) argument
299 if (force || !RegisterSetIsCached(set))
364 RegisterContextDarwin_arm64::ReadRegisterSet (uint32_t set, bool force) argument
368 case GPRRegSet: return ReadGPR(force);
[all...]
H A DRegisterContextDarwin_arm.h258 ReadGPR (bool force);
261 ReadFPU (bool force);
264 ReadEXC (bool force);
267 ReadDBG (bool force);
311 ReadRegisterSet (uint32_t set, bool force);
H A DRegisterContextDarwin_arm64.h221 ReadGPR (bool force);
224 ReadFPU (bool force);
227 ReadEXC (bool force);
230 ReadDBG (bool force);
274 ReadRegisterSet (uint32_t set, bool force);
/freebsd-11.0-release/sys/geom/raid/
H A Dg_raid_ctl.c153 int *nargs, *force; local
175 force = gctl_get_paraml(req, "force", sizeof(*force));
176 if (force != NULL && *force)
/freebsd-11.0-release/contrib/dtc/
H A Ddtc.c64 {"force", no_argument, NULL, 'f'},
112 bool force = false, sort = false; local
151 force = true;
232 process_checks(force, bi);
/freebsd-11.0-release/contrib/opie/
H A Dopiepasswd.c119 int rval, n = 499, i, mode = MODE_DEFAULT, force = 0; local
143 force = OPIEPASSWD_FORCE;
324 if (!(rval = opiepasswd(&opie, force, pp->pw_name, n, seed, tmp)))
342 if (opieinsecure() && !force) {
344 if (force)
410 if (opiepasswd(&opie, 1 | force, pp->pw_name, n, seed, passwd)) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp27 DynamicLoaderStatic::CreateInstance (Process* process, bool force) argument
29 bool create = force;
/freebsd-11.0-release/contrib/ofed/management/opensm/scripts/
H A Dopensm.init.in112 restart | force-reload | reload)
/freebsd-11.0-release/contrib/telnet/telnet/
H A Dterminal.c223 setconnmode(int force)
230 newmode = getconnmode()|(force?MODE_FORCE:0);
222 setconnmode(int force) argument
/freebsd-11.0-release/crypto/openssh/contrib/suse/
H A Drc.sshd84 force-reload|reload)
117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/freebsd-11.0-release/sys/geom/label/
H A Dg_label.c59 static int g_label_destroy(struct g_geom *gp, boolean_t force);
249 g_label_destroy(struct g_geom *gp, boolean_t force) argument
256 if (force) {
479 int *nargs, *force, error, i; local
495 force = gctl_get_paraml(req, "force", sizeof(*force));
496 if (force == NULL) {
497 gctl_error(req, "No 'force' argument");
514 error = g_label_destroy(gp, *force);
[all...]
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_crypto_none.c140 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
149 none_demic(struct ieee80211_key *k, struct mbuf *m, int force) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h45 CreateInstance (lldb_private::Process *process, bool force);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/
H A DOperatingSystemGo.h33 static lldb_private::OperatingSystem *CreateInstance(lldb_private::Process *process, bool force);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h41 CreateInstance (lldb_private::Process *process, bool force);
/freebsd-11.0-release/contrib/subversion/subversion/svn/
H A Ddelete-cmd.c83 err = svn_client_delete4(targets, opt_state->force, opt_state->keep_local,
H A Dimport-cmd.c124 opt_state->force,
H A Dpropedit-cmd.c91 if (!opt_state->force)
159 &rev, opt_state->force, ctx, pool));
310 target, opt_state->force,
328 opt_state->force, NULL,
H A Dunlock-cmd.c99 SVN_ERR(svn_client_unlock(targets, opt_state->force, ctx, scratch_pool));
/freebsd-11.0-release/contrib/dtc/libfdt/
H A Dlibfdt_env.h60 #define __force __attribute__((force))
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h53 int zfsctl_destroy_snapshot(const char *snapname, int force);
/freebsd-11.0-release/sbin/geom/class/journal/
H A Dgeom_journal.c65 { 'f', "force", NULL, G_TYPE_BOOL },
74 { 'f', "force", NULL, G_TYPE_BOOL },
143 int error, force, i, nargs, checksum, hardcode; local
157 force = gctl_get_int(req, "force");
179 if (!force && g_journal_fs_exists(data)) {
214 if (!force && g_journal_fs_using_last_sector(data)) {
/freebsd-11.0-release/sbin/kldconfig/
H A Dkldconfig.c141 addpath(struct pathhead *pathq, char *path, int force, int insert) argument
166 if (force)
193 rempath(struct pathhead *pathq, char *path, int force, int insert __unused) argument
213 if (force)
327 /* If no arguments and no options are specified, force '-m' */
/freebsd-11.0-release/usr.bin/patch/
H A Dcommon.h87 extern bool force;

Completed in 136 milliseconds

1234567891011>>