/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfscat.h | 38 int force; /* Override common sense */ member in struct:options
|
H A D | ntfscluster.h | 46 int force; /* Override common sense */ member in struct:options
|
H A D | ntfsfix.c | 482 BOOL force = FALSE; local 490 !(mnt_flags & NTFS_MF_READONLY) && !force) {
|
H A D | ntfslabel.c | 61 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 D | ntfscp.c | 66 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 D | ntfsundelete.h | 52 int force; /* Override common sense */ member in struct:options
|
H A D | ntfsls.c | 113 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 D | chmod.c | 154 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 D | rm.c | 35 " 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 D | cp.c | 90 "[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 D | puttext.c | 53 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 D | cache.c | 417 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 D | softGeneral.c | 134 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 D | softSessionUtil.c | 59 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 D | request.c | 468 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 D | libdlib.c | 145 * 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 D | ipmi_sunoem.c | 49 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 D | x86pi_impl.h | 134 uint32_t force; /* force legacy */ member in struct:x86pi_enum_s
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gic_opt.c | 273 * 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 D | optlib.h | 90 int force; /* force this style */ member in struct:Optstate_s
|
/osnet-11/usr/src/lib/libast/common/path/ |
H A D | pathprobe.c | 107 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 D | zfs_key.c | 175 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 D | setproject.c | 491 * 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 D | smbfs_util.c | 311 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 D | libbe_priv.h | 89 boolean_t force; /* Forcibly unmount */ member in struct:be_unmount_data
|