Searched defs:force (Results 1 - 25 of 61) sorted by relevance

123

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscat.h38 int force; /* Override common sense */ member in struct:options
H A Dntfscluster.h46 int force; /* Override common sense */ member in struct:options
H A Dntfsfix.c482 BOOL force = FALSE; local
490 !(mnt_flags & NTFS_MF_READONLY) && !force) {
H A Dntfslabel.c61 int force; /* Override common sense */ member in struct:options
95 " -f, --force Use less caution\n"
117 { "force", no_argument, NULL, 'f' },
145 opts.force++;
276 static int change_label(ntfs_volume *vol, unsigned long mnt_flags, char *label, BOOL force) argument
289 if (!force) {
400 (opts.force ? NTFS_MNT_FORCE : 0));
405 result = change_label(vol, mnt_flags, opts.label, opts.force);
H A Dntfscp.c66 int force; /* Override common sense */ member in struct:options
107 " -f, --force Use less caution\n"
133 { "force", no_argument, NULL, 'f' },
194 opts.force++;
351 if (opts.force)
360 if (NVolWasDirty(vol) && !opts.force)
H A Dntfsundelete.h52 int force; /* Override common sense */ member in struct:options
H A Dntfsls.c113 int force; /* Override common sense */ member in struct:options
166 " -f, --force Use less caution\n"
200 { "force", no_argument, NULL, 'f' },
238 opts.force++;
656 (opts.force ? NTFS_MNT_FORCE : 0));
/osnet-11/usr/src/lib/libcmd/common/
H A Dchmod.c154 register int force = 0; local
186 force = 1;
284 else if (!force)
288 if (!force)
292 if (!force)
296 if (!force)
300 if (!force)
H A Drm.c35 " standard input is a terminal, and the \b--force\b option is not"
50 "[f:force?Ignore nonexistent files and never prompt the user.]"
56 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then"
87 int force; /* force actions */ member in struct:State_s
114 if (!state->force)
134 else if (!state->force)
147 if (!state->force)
232 if (!state->force)
239 else if (!state->force)
[all...]
H A Dcp.c90 "[f:force?Replace existing destination files.]"
163 int force; /* force approval */ member in struct:State_s
352 else if (state->link == link && !state->force)
451 if (!rm || !state->force)
457 if (state->force)
470 else if (state->force)
789 state->force = 1;
799 state->force = 0;
/osnet-11/usr/src/lib/libadm/common/
H A Dputtext.c53 int width, i, n, force, wordcnt; local
80 force = 1;
86 force = 0;
95 if (force) {
291 if (!force) {
297 if (!force) {
306 return (width - n - !force);
/osnet-11/usr/src/lib/libnsctl/common/
H A Dcache.c417 nsc_nvclean(int force) argument
421 cmd = force ? NSCIOC_NVMEM_CLEANF : NSCIOC_NVMEM_CLEAN;
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c134 static CK_RV finalize_common(boolean_t force, CK_VOID_PTR pReserved);
334 finalize_common(boolean_t force, CK_VOID_PTR pReserved) { argument
358 rv = soft_delete_all_sessions(force);
H A DsoftSessionUtil.c59 soft_delete_all_sessions(boolean_t force) argument
83 rv1 = soft_delete_session(session_p, force, B_TRUE);
247 boolean_t force, boolean_t lock_held)
324 if (force)
345 soft_delete_all_objects_in_session(session_p, force);
246 soft_delete_session(soft_session_t *session_p, boolean_t force, boolean_t lock_held) argument
/osnet-11/usr/src/lib/libldap4/common/
H A Drequest.c468 free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind ) argument
474 if ( force || --lc->lconn_refcnt <= 0 ) {
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlib.c145 * forcibly, then set the force create flag.
166 boolean_t force = B_FALSE; local
212 * set the force create flag in the partition attributes.
214 status = dladm_get_conf_field(handle, conf, FFORCE, &force,
219 } else if (force == B_TRUE) {
403 boolean_t force = B_TRUE; local
404 /* Store the force create flag. */
406 DLADM_TYPE_BOOLEAN, &force);
423 * 'partlinkid'. If the 'force' option is set in the 'flags' argument, the
676 * We always set the force fla
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_sunoem.c49 uint8_t ic_sls_force; /* force direct access */
64 uint8_t ic_slg_force; /* force direct access */
254 boolean_t force)
297 * retry the call, or try the call with force set to B_TRUE, which will
304 if (force)
253 ipmi_sunoem_cli(ipmi_handle_t *ihp, char **commands, char *output, uint_t olen, boolean_t force) argument
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_impl.h134 uint32_t force; /* force legacy */ member in struct:x86pi_enum_s
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_opt.c273 * return the original pointer. Otherwise, if 'force' is non-zero,
276 * and 'force' is zero, then return an error. This is used in
283 unsigned int force,
287 if (force) {
280 krb5int_gic_opt_to_opte(krb5_context context, krb5_get_init_creds_opt *opt, krb5_gic_opt_ext **opte, unsigned int force, const char *where) argument
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptlib.h90 int force; /* force this style */ member in struct:Optstate_s
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathprobe.c107 int force; local
215 force = 0;
276 force = 1;
287 if (!force)
295 force = 0;
302 if (force)
/osnet-11/usr/src/lib/pam_modules/zfs_key/
H A Dzfs_key.c175 boolean_t force = B_FALSE; local
211 } else if (strcmp(argv[i], "force") == 0) {
212 force = B_TRUE;
404 if (umount(pw.pw_dir) != 0 && force) {
407 if (zfs_key_unload(zhp, force) != 0) {
417 if (umount(pw.pw_dir) != 0 && force) {
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c491 * If the "force" flag is non-zero, the value of "system.bind-default" will be
495 bind_to_pool(const char *pool_name, pid_t pid, int force) argument
538 if (!force && pool_get_property(conf, pool_conf_to_elem(conf),
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_util.c311 smbfs_kinit(struct smb_ctx *ctx, boolean_t force) argument
321 rc = (force) ? smb_kinit_force(principal, ctx->ct_password) :
/osnet-11/usr/src/lib/libbe/common/
H A Dlibbe_priv.h89 boolean_t force; /* Forcibly unmount */ member in struct:be_unmount_data

Completed in 104 milliseconds

123