HomeSort by relevance Sort by last modified time
    Searched defs:force (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/
kdb5_destroy.c 79 int force = 0; local
108 force++;
117 if (!force) {
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfscat.h 38 int force; /* Override common sense */ member in struct:options
ntfscluster.h 46 int force; /* Override common sense */ member in struct:options
ntfsfix.c 482 BOOL force = FALSE; local
490 !(mnt_flags & NTFS_MF_READONLY) && !force) {
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)
289 if (!force) {
400 (opts.force ? NTFS_MNT_FORCE : 0));
405 result = change_label(vol, mnt_flags, opts.label, opts.force);
ntfsundelete.h 52 int force; /* Override common sense */ member in struct:options
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)
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
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)
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)
132 else if (!state->force)
145 if (!state->force)
230 if (!state->force)
237 else if (!state->force)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/
ac_add.c 200 int force = pkt->cmd_cfga.force; local
228 (!force && mem_info->condition != SYSC_CFGA_COND_OK)) {
  /onnv/onnv-gate/usr/src/lib/libadm/common/
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);
  /onnv/onnv-gate/usr/src/cmd/mms/mgmt/init/common/
mmsinit.c 76 {"force", no_argument, NULL, 'f'},
97 boolean_t force = B_FALSE; local
156 force = B_TRUE;
222 if ((!isatty(STDIN_FILENO)) && !force) {
  /onnv/onnv-gate/usr/src/cmd/krb5/ldap_util/
kdb5_ldap_policy.c 345 int force = 0; local
354 if (strcmp(argv[i], "-force") == 0) {
355 force++;
375 if (!force) {
  /onnv/onnv-gate/usr/src/cmd/psradm/
psradm.c 46 static char force; /* non-zero if the -F option has been given */ variable
131 if (old_state == P_FAULTED && action != P_FAULTED && !force) {
133 "add -F option to force change\n", cmdname, cpu);
137 old_state = p_online(cpu, force ? action | P_FORCED : action);
232 force = 1;
273 if (force != 0) {
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisping.c 173 int i, ns, force = 0, uponly = 0; local
190 force = 1;
337 ((reptm < updtm) || force)) {
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nischmod.c 104 static char force = 0; variable
120 if (!force) {
174 force = 1;
219 if (!force) {
244 if (!force) {
277 if (!force) {
285 if (!force) {
305 if (!force) {
321 if (!force) {
  /onnv/onnv-gate/usr/src/uts/common/io/aggr/
aggr_ctl.c 89 boolean_t force; local
114 force = create_arg->lc_force;
117 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer,
142 uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy,
155 grp.lg_force = force;
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathprobe.c 95 int force; local
200 force = 0;
261 force = 1;
272 if (!force)
280 force = 0;
287 if (force)
  /onnv/onnv-gate/usr/src/cmd/lvm/util/
metadb.c 59 "-f force adding or deleting of replicas\n"
263 mdforceopts_t force = MDFORCE_NONE; local
289 force = MDFORCE_LOCAL;
361 if ((force & MDFORCE_LOCAL) &&
405 if ((force & MDFORCE_LOCAL) &&
416 force |= MDFORCE_SET_LOCKED;
426 rval = meta_db_detach(sp, dbnlp, force, sysfilename, ep);
438 if (force & MDFORCE_LOCAL)
512 if ((force & MDFORCE_LOCAL) &&
533 if ((force & MDFORCE_LOCAL) &
    [all...]
metaimport.c 451 int force = 0; local
497 force = 1;
831 * The user must specify the -f (force) flag if the following
839 if (!force)
840 usage(sp, gettext("You must specify the force flag"));
842 (void) meta_imp_set(misp, setname_new, force, dry_run, ep);
  /onnv/onnv-gate/usr/src/cmd/bnu/
uucico.c 41 * Added -f flag to "force execution", ignoring the limit on the
104 int force = 0; /* set to force execution, ignoring uucico limit */ local
187 ++force;
239 if (force) {
240 DEBUG(4, "force flag set (ignoring uucico limit)\n%s", "");
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
optlib.h 86 int force; /* force this style */ member in struct:Optstate_s
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
x86pi_impl.h 122 uint32_t force; /* force legacy */ member in struct:x86pi_enum_s
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_mangle_name.c 78 int force; local
86 for (force = 0; (force < 2 && rc == 0); force++) {
87 (void) smb_mangle_name(fileid, name, shortname, name83, force);
502 * If not, and the force parameter is not set, then no mangling is done,
506 * If the "force" parameter is set (as will be the case for case-insensitive
520 int force) /* force mangling even if mangling is not */
556 if ((smb_needs_mangle(name, &dot_pos) == 0) && (force == 0))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pack/
pack.c 71 int force = 0; /* allow forced packing for consistency in directory */ variable
316 (outsize+BUFSIZ-1)/BUFSIZ && !force) {
367 force++;

Completed in 780 milliseconds

1 2 3 4