Searched refs:force (Results 1 - 25 of 132) sorted by relevance

123456

/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 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 Dntfsundelete.h52 int force; /* Override common sense */ member in struct:options
H A Dutils.h58 int utils_valid_device(const char *name, int 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)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dlock.s43 / - clear lock and force it to appear unlocked in memory.
/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...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dlock.s44 / - clear lock and force it to appear unlocked in memory.
H A Dldivide.s49 orl %edx,%edx / force numerator positive
57 notl rop+4(%esp) / force denominator positive
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c54 * devices are also in use. Some can be overridden using the 'force'
56 * 3. Check for replication errors if the 'force' flag is not specified.
101 vdev_error(libzfs_handle_t *hdl, boolean_t force, int error, argument
110 if (!force) {
143 check_slice(libzfs_handle_t *hdl, const char *path, boolean_t force, argument
150 if (force)
160 vdev_error(hdl, force, EZFS_DEV_INUSE, "%s", msg);
170 if (!wholedisk && !force &&
174 vdev_error(hdl, force, EZFS_DEV_INUSE,
195 boolean_t force, in
194 check_disk(libzfs_handle_t *hdl, const char *name, dm_descriptor_t disk, boolean_t force, int isspare) argument
266 check_device(libzfs_handle_t *hdl, const char *path, boolean_t force, boolean_t isspare) argument
293 check_file(libzfs_handle_t *hdl, const char *file, boolean_t force, boolean_t isspare) argument
652 check_tvdevs(libzfs_handle_t *hdl, nvlist_t **child, uint_t children, replication_level_t *rep, boolean_t fatal, boolean_t force) argument
780 compare_rep_levels(libzfs_handle_t *hdl, replication_level_t *lastrep, replication_level_t *rep, boolean_t fatal, boolean_t force) argument
823 check_new_levels(libzfs_handle_t *hdl, replication_level_t *current, replication_level_t *new, boolean_t force) argument
858 valid_replication(libzfs_handle_t *hdl, nvlist_t *nvroot, replication_level_t *pool, replication_level_t *slog, boolean_t fatal, boolean_t force) argument
940 check_replication(libzfs_handle_t *hdl, nvlist_t *config, nvlist_t *newroot, boolean_t force) argument
1153 check_in_use(libzfs_handle_t *hdl, nvlist_t *config, nvlist_t *nv, boolean_t force, boolean_t replacing, boolean_t isspare) argument
1574 zpool_make_root_vdev(libzfs_handle_t *hdl, zpool_handle_t *zhp, boolean_t force, int check_rep, boolean_t replacing, boolean_t dryrun, int create_req_part, int vdevcount, char **vdevlist) argument
[all...]
/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/libiscsit/common/
H A Dlibiscsit.h239 * force Set the target to offline before removing it from
248 it_tgt_delete(it_config_t *cfg, it_tgt_t *tgt, boolean_t force);
345 * force Remove this target portal group even if it's
354 it_tpg_delete(it_config_t *cfg, it_tpg_t *tpg, boolean_t force);
/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/cmd/sendmail/db/mp/
H A Dmp_open.c168 memp_unlink(path, force, dbenv)
170 int force;
182 ret = __db_runlink(&reginfo, force);
/osnet-11/usr/src/lib/libsqlite/test/
H A Dtester.tcl62 file delete -force test.db
63 file delete -force test.db-journal
256 if {[catch {file delete -force $filename}]} {
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h261 CK_RV soft_delete_all_sessions(boolean_t force);
263 void soft_delete_all_objects_in_session(soft_session_t *sp, boolean_t force);
269 boolean_t force, boolean_t lock_held);
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dtypes.h53 #define __force __attribute__((force))
H A Dvolume.h237 extern int ntfs_device_umount(ntfs_volume *vol, const BOOL force);
240 extern int ntfs_umount(ntfs_volume *vol, const BOOL force);
/osnet-11/usr/src/lib/libidmap/
H A DMakefile38 --language=C --force-po
/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/libbootmgmt/common/
H A Dlibbootmgmt.h79 boolean_t force);
/osnet-11/usr/src/lib/lvm/libmeta/common/hdrs/
H A Dmeta_set_prv.h88 int force, md_error_t *ep);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s77 bz,pn %ncc, .forcenullunalign ! n == 0, force null byte, compute len
178 bz .forcenull ! if n == 0, force null byte, compute len
185 bz .forcenull ! if n == 0, force null byte, compute len
192 bz .forcenull ! if n == 0, force null byte, compute strlen
199 bz .forcenull ! if n == 0, force null byte, compute strlen
206 bz .forcenull ! if n == 0, force null byte, compute strlen
213 bz .forcenull ! if n == 0, force null byte, compute strlen
220 bz .forcenull ! if n == 0, force null byte, compute strlen
226 ! we need to force a null byte in the last position of dst
230 stb %g0, [%i2] ! force strin
[all...]

Completed in 392 milliseconds

123456