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

1234567891011>>

/freebsd-12-stable/sbin/fsirand/
H A Dfsirand.c60 static int printonly = 0, force = 0, ignorelabel = 0; variable
77 force++;
151 if (!force && !printonly && sblock->fs_clean != 1) {
/freebsd-12-stable/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-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp24 bool force) {
25 bool create = force;
23 CreateInstance(Process *process, bool force) argument
/freebsd-12-stable/contrib/telnet/telnet/
H A Dterminal.c219 setconnmode(int force)
226 newmode = getconnmode()|(force?MODE_FORCE:0);
218 setconnmode(int force) argument
/freebsd-12-stable/sys/geom/label/
H A Dg_label.c61 static int g_label_destroy(struct g_geom *gp, boolean_t force);
256 g_label_destroy(struct g_geom *gp, boolean_t force) argument
263 if (force) {
486 int *nargs, *force, error, i; local
502 force = gctl_get_paraml(req, "force", sizeof(*force));
503 if (force == NULL) {
504 gctl_error(req, "No 'force' argument");
521 error = g_label_destroy(gp, *force);
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto_none.c142 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
151 none_demic(struct ieee80211_key *k, struct mbuf *m, int force) argument
/freebsd-12-stable/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-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c57 * devices are also in use. Some can be overridden using the 'force'
59 * 3. Check for replication errors if the 'force' flag is not specified.
134 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) argument
140 if (force)
163 if (!wholedisk && !force &&
186 check_disk(const char *name, dm_descriptor_t disk, int force, int isspare) argument
243 if (check_slice(name, force, B_TRUE, isspare) != 0)
257 check_device(const char *path, boolean_t force, boolean_t isspare) argument
270 err = check_disk(path, desc, force, isspare);
275 return (check_slice(path, force, B_FALS
284 check_file(const char *file, boolean_t force, boolean_t isspare) argument
357 check_device(const char *name, boolean_t force, boolean_t isspare) argument
1189 is_device_in_use(nvlist_t *config, nvlist_t *nv, boolean_t force, boolean_t replacing, boolean_t isspare) argument
1668 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type, uint64_t boot_size, int argc, char **argv) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h33 bool force);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h34 CreateInstance(lldb_private::Process *process, bool force);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h28 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h28 static lldb::PlatformSP CreateInstance(bool force, const ArchSpec *arch);
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c117 static int update_node_desc(const char *device, const char *hostname, int force) argument
144 if (!force && strncmp(new_nd, nd, sizeof(new_nd)) == 0) {
159 static int set_rdma_node_desc(const char *hostname, int force) argument
179 while (update_node_desc(dent->d_name, hostname, force) && retry > 0) {
/freebsd-12-stable/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-12-stable/contrib/dtc/libfdt/
H A Dlibfdt_env.h61 #define __force __attribute__((force))
/freebsd-12-stable/lib/geom/journal/
H A Dgeom_journal.c67 { 'f', "force", NULL, G_TYPE_BOOL },
76 { 'f', "force", NULL, G_TYPE_BOOL },
145 int error, force, i, nargs, checksum, hardcode; local
160 force = gctl_get_int(req, "force");
182 if (!force && g_journal_fs_exists(data)) {
217 if (!force && g_journal_fs_using_last_sector(data)) {
/freebsd-12-stable/sbin/kldconfig/
H A Dkldconfig.c143 addpath(struct pathhead *pathq, char *path, int force, int insert) argument
168 if (force)
195 rempath(struct pathhead *pathq, char *path, int force, int insert __unused) argument
215 if (force)
329 /* If no arguments and no options are specified, force '-m' */
/freebsd-12-stable/usr.bin/patch/
H A Dcommon.h87 extern bool force;
/freebsd-12-stable/usr.sbin/autofs/
H A Dautomount.c65 unmount_by_statfs(const struct statfs *sb, bool force) argument
78 if (force)
284 unmount_automounted(bool force) argument
308 unmount_by_statfs(&(mntbuf[i]), force);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp502 int RegisterContextDarwin_i386::ReadGPR(bool force) { argument
504 if (force || !RegisterSetIsCached(set)) {
510 int RegisterContextDarwin_i386::ReadFPU(bool force) { argument
512 if (force || !RegisterSetIsCached(set)) {
518 int RegisterContextDarwin_i386::ReadEXC(bool force) { argument
520 if (force || !RegisterSetIsCached(set)) {
559 int RegisterContextDarwin_i386::ReadRegisterSet(uint32_t set, bool force) { argument
562 return ReadGPR(force);
564 return ReadFPU(force);
566 return ReadEXC(force);
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlock.c74 svn_boolean_t force;
201 if (lock_ctx->force)
449 svn_boolean_t force,
488 lock_ctx->force = force;
547 if (ctx->force)
559 svn_boolean_t force,
572 if (force)
577 $ svn unlock --force *
655 lock_ctx->force
72 svn_boolean_t force; member in struct:lock_ctx_t
444 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
555 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-12-stable/usr.bin/compress/
H A Dcompress.c70 static int eval, force, verbose; variable
110 force = 1;
207 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))
251 if (!force && sb.st_size >= isb.st_size) {
297 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out))

Completed in 313 milliseconds

1234567891011>>