Home
last modified time | relevance | path

Searched full:force (Results 1 – 25 of 1868) sorted by relevance

12345678910>>...75

/titanic_41/usr/src/lib/libcmd/common/
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
114 if (!state->force) in rm()
132 else if (!state->force) in rm()
145 if (!state->force) in rm()
230 if (!state->force) in rm()
237 else if (!state->force) in rm()
245 if (!state->force) in rm()
[all …]
H A Dchmod.c154 register int force = 0; in b_chmod() local
186 force = 1; in b_chmod()
284 else if (!force) in b_chmod()
288 if (!force) in b_chmod()
292 if (!force) in b_chmod()
296 if (!force) in b_chmod()
300 if (!force) in b_chmod()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dmalloc.test37 catch {file delete -force test.db}
38 catch {file delete -force test.db-journal}
81 catch {file delete -force test.db}
82 catch {file delete -force test.db-journal}
126 catch {file delete -force test.db}
127 catch {file delete -force test.db-journal}
161 catch {file delete -force test.db}
162 catch {file delete -force test.db-journal}
197 catch {file delete -force test.db}
198 catch {file delete -force test.db-journal}
H A Dmain.test244 file delete -force test.db
256 foreach f [glob -nocomplain testdb/*] {file delete -force $f}
257 file delete -force testdb
264 foreach f [glob -nocomplain testdb/*] {file delete -force $f}
265 file delete -force testdb
273 foreach f [glob -nocomplain testdb/*] {file delete -force $f}
274 file delete -force testdb
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_003_pos.ksh32 # 'zfs recv -F' to force rollback.
40 # 6. Verify 'zfs recv -F' can force rollback.
55 log_assert "'zfs recv -F' to force rollback."
81 # Verify 'zfs receive -F' to force rollback whatever filesystem was modified.
89 log_pass "'zfs recv -F' to force rollback passed."
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_vmac_hw.h372 * Description: Write a 1 to this register to force the corresponding
380 * 1 : Force tx byte counter overflow interrupt generation
381 * 1 : Force tx frame counter overflow interrupt generation
382 * 1 : Force frame transmitted interrupt generation
407 * Description: Write a 1 to this register to force the corresponding
414 * 1 : Force broadcast frame counter overflow interrupt
416 * 1 : Force multicast frame counter overflow interrupt
418 * 1 : Force pause frame counter overflow interrupt generation
419 * 1 : Force crc error counter overflow interrupt generation
420 * 1 : Force dropped frames byte counter overflow interrupt
[all …]
/titanic_41/usr/src/uts/common/io/chxge/
H A Doschtoe.h93 * 2-1000Gbps(force);
94 * 1-100Gbps(force);
95 * 0-10Gbps(force)
105 uint32_t phy_force_master; /* force link always in master mode */
151 * 0 force T1A
152 * 1 force T1B
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_vdev.c55 * devices are also in use. Some can be overridden using the 'force'
57 * 3. Check for replication errors if the 'force' flag is not specified.
133 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) in check_slice() argument
139 if (force) in check_slice()
162 if (!wholedisk && !force && in check_slice()
185 check_disk(const char *name, dm_descriptor_t disk, int force, int isspare) in check_disk() argument
242 if (check_slice(name, force, B_TRUE, isspare) != 0) in check_disk()
256 check_device(const char *path, boolean_t force, boolean_t isspare) in check_device() argument
269 err = check_disk(path, desc, force, isspare); in check_device()
274 return (check_slice(path, force, B_FALSE, isspare)); in check_device()
[all …]
/titanic_41/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 string terminating null byte
[all …]
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc.c62 rpcprog_t prog, rpcvers_t vers, uint_t ssz, uint_t rsz, int force) in fmd_rpc_svc_create_local() argument
79 if (force) in fmd_rpc_svc_create_local()
90 if (!force && rpcb_getaddr(prog, vers, ncp, &buf, HOST_SELF)) { in fmd_rpc_svc_create_local()
127 if (!force && n == 0 && rpcb_gettime(HOST_SELF, &tm) == FALSE && in fmd_rpc_svc_create_local()
151 uint_t sndsize, uint_t rcvsize, int force) in fmd_rpc_svc_init() argument
159 sndsize, rcvsize, force) > 0) { in fmd_rpc_svc_init()
224 svc_exit(); /* force svc_run() threads to exit */ in fmd_rpc_fini()
/titanic_41/usr/src/lib/libadm/common/
H A Dputtext.c53 int width, i, n, force, wordcnt; in puttext() local
80 force = 1; in puttext()
86 force = 0; in puttext()
95 if (force) { in puttext()
291 if (!force) { in puttext()
297 if (!force) { in puttext()
306 return (width - n - !force); in puttext()
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_002_pos.ksh42 # - Without force option. (FAILED)
43 # - With force option. (FAILED)
45 # - Without force option. (FAILED)
46 # - With force option. (FAILED)
H A Dzfs_unmount_004_pos.ksh43 # - Without force option. (FAILED)
44 # - With force option. (FAILED)
46 # - Without force option. (FAILED)
47 # - With force option. (FAILED)
H A Dzfs_unmount_003_pos.ksh42 # - Without force option. (FAILED)
43 # - With force option. (FAILED)
45 # - Without force option. (FAILED)
46 # - With force option. (FAILED)
H A Dzfs_unmount_005_pos.ksh44 # - Without force option. (FAILED)
45 # - With force option. (PASS)
47 # - Without force option. (FAILED)
48 # - With force option. (PASS)
/titanic_41/usr/src/lib/libast/common/man/
H A Dtouch.345 .L "int touch(const char* path, time_t atime, time_t mtime, int force);"
51 .L "force != 0"
57 .L "force < 0"
/titanic_41/usr/src/uts/sparc/v9/fpu/
H A Duword.c57 * intended to force proper code generation and break up what in _fp_read_inst()
86 * intended to force proper code generation and break up what in _fp_read_extword()
115 * intended to force proper code generation and break up what in _fp_read_word()
144 * intended to force proper code generation and break up what in _fp_write_extword()
173 * intended to force proper code generation and break up what in _fp_write_word()
219 * temporary 32 bit storage is intended to force proper in read_iureg()
279 * temporary 32 bit storage is intended to force proper in write_iureg()
/titanic_41/usr/src/lib/libtecla/common/
H A Dstrngmem.c103 * force int If force==0 then _del_StringMem() will complain
106 * If force!=0 then _del_StringMem() will not check
113 StringMem *_del_StringMem(StringMem *sm, int force) in _del_StringMem() argument
119 if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) { in _del_StringMem()
126 sm->fl = _del_FreeList(sm->fl, force); in _del_StringMem()
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_mac.c110 boolean_t force) in eib_mac_link_state() argument
121 * 'force' flag to force the state change tracking. in eib_mac_link_state()
124 force = B_TRUE; in eib_mac_link_state()
126 if ((force) && (new_link_state != ns->ns_link_state)) { in eib_mac_link_state()
146 eib_mac_link_up(eib_t *ss, boolean_t force) in eib_mac_link_up() argument
148 eib_mac_link_state(ss, LINK_STATE_UP, force); in eib_mac_link_up()
152 eib_mac_link_down(eib_t *ss, boolean_t force) in eib_mac_link_down() argument
154 eib_mac_link_state(ss, LINK_STATE_DOWN, force); in eib_mac_link_down()
/titanic_41/usr/src/cmd/fm/dicts/
H A DSENSOR.po55 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force
87 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force
119 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force
135 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force
151 msgstr "The enclosure may be getting inadequate power. Subsequent loss of power supplies may force
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_002_pos.ksh33 # 'zfs rollback -f' will force unmount any filesystems.
44 log_assert "'zfs rollback -f' will force unmount any filesystems."
64 log_pass "'zfs rollback -f' force unmount any filesystem passed."
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_rename.c46 #define FORCE (0x00000001) macro
241 /* force the name cache to re-read device state */ in meta_swap()
260 int flags = (options & MDCMD_FORCE)? FORCE: 0; in meta_rename()
316 /* If FORCE is not set, check if metadevice is open */ in meta_rename()
317 if (!(flags & FORCE)) { in meta_rename()
436 int flags = (options & MDCMD_FORCE)? FORCE: 0; in meta_exchange()
485 /* If FORCE is not set, check if metadevice is open */ in meta_exchange()
486 if (!(flags & FORCE)) { in meta_exchange()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c89 boolean_t force; in aggr_ioc_create() local
114 force = create_arg->lc_force; in aggr_ioc_create()
117 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer, in aggr_ioc_create()
142 uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy, in aggr_ioc_info_new_grp() argument
155 grp.lg_force = force; in aggr_ioc_info_new_grp()
/titanic_41/usr/src/uts/common/netinet/
H A Dtcp_timer.h38 * The TCPT_REXMT timer is used to force retransmissions.
54 * into the peer's window to force him to update our window information.
65 * the connection. We force the peer to send us a segment by sending:
103 * Force a time value to be in a certain range.
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetadb.c59 "-f force adding or deleting of replicas\n" in usage()
263 mdforceopts_t force = MDFORCE_NONE; in chngdb() local
289 force = MDFORCE_LOCAL; in chngdb()
361 if ((force & MDFORCE_LOCAL) && in chngdb()
405 if ((force & MDFORCE_LOCAL) && in chngdb()
416 force |= MDFORCE_SET_LOCKED; in chngdb()
426 rval = meta_db_detach(sp, dbnlp, force, sysfilename, ep); in chngdb()
438 if (force & MDFORCE_LOCAL) in chngdb()
512 if ((force & MDFORCE_LOCAL) && in chngdb()
533 if ((force & MDFORCE_LOCAL) && in chngdb()

12345678910>>...75