Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/titanic_50/usr/src/lib/libcmd/common/
H A Drm.c87 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()
265 else if (!state->force && state->terminal && S_ISREG(ent->fts_statp->st_mode)) in rm()
326 if (!state->force || state->interactive) in rm()
359 state.force = 1; in b_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_50/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_50/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()
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_vdev.c134 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) in check_slice() argument
140 if (force) in check_slice()
163 if (!wholedisk && !force && in check_slice()
186 check_disk(const char *name, dm_descriptor_t disk, int force, int isspare) in check_disk() argument
243 if (check_slice(name, force, B_TRUE, isspare) != 0) in check_disk()
257 check_device(const char *path, boolean_t force, boolean_t isspare) in check_device() argument
270 err = check_disk(path, desc, force, isspare); in check_device()
275 return (check_slice(path, force, B_FALSE, isspare)); in check_device()
283 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() argument
332 state == POOL_STATE_SPARE || !force) { in check_file()
[all …]
/titanic_50/usr/src/lib/libast/common/path/
H A Dpathprobe.c95 int force; in pathprobe() local
200 force = 0; in pathprobe()
261 force = 1; in pathprobe()
272 if (!force) in pathprobe()
280 force = 0; in pathprobe()
287 if (force) in pathprobe()
/titanic_50/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
H A Dtester.tcl62 file delete -force test.db
63 file delete -force test.db-journal
256 if {[catch {file delete -force $filename}]} {
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_mac.c110 boolean_t force) in eib_mac_link_state() argument
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_50/usr/src/lib/libtecla/common/
H A Dstrngmem.c113 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_50/usr/src/cmd/psradm/
H A Dpsradm.c46 static char force; /* non-zero if the -F option has been given */ variable
131 if (old_state == P_FAULTED && action != P_FAULTED && !force) { in psr_set_state()
137 old_state = p_online(cpu, force ? action | P_FORCED : action); in psr_set_state()
232 force = 1; in main()
273 if (force != 0) { in main()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211_crypto.h227 #define ieee80211_crypto_demic(ic, k, m, force) \ argument
229 (k)->wk_cipher->ic_demic(k, m, force) : \
232 #define ieee80211_crypto_enmic(ic, k, m, force) \ argument
234 (k)->wk_cipher->ic_enmic(k, m, force) : \
/titanic_50/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_destroy.c79 int force = 0; local
108 force++;
117 if (!force) {
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dterminal.c200 setconnmode(force) in setconnmode() argument
201 int force; in setconnmode()
206 newmode = getconnmode()|(force?MODE_FORCE:0);
/titanic_50/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c553 boolean_t force, boolean_t resumable, int fd, in recv_impl() argument
612 zc.zc_guid = force; in recv_impl()
645 boolean_t force, int fd) in lzc_receive() argument
647 return (recv_impl(snapname, props, origin, force, B_FALSE, fd, NULL)); in lzc_receive()
658 boolean_t force, int fd) in lzc_receive_resumable() argument
660 return (recv_impl(snapname, props, origin, force, B_TRUE, fd, NULL)); in lzc_receive_resumable()
676 const char *origin, boolean_t force, boolean_t resumable, int fd, in lzc_receive_with_header() argument
681 return (recv_impl(snapname, props, origin, force, resumable, fd, in lzc_receive_with_header()
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h181 CK_RV soft_delete_all_sessions(boolean_t force);
183 void soft_delete_all_objects_in_session(soft_session_t *sp, boolean_t force);
189 boolean_t force, boolean_t lock_held);
/titanic_50/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_50/usr/src/uts/common/fs/ufs/
H A Dquota_ufs.c125 chkdq(struct inode *ip, long change, int force, struct cred *cr, in chkdq() argument
320 !force) { in chkdq()
342 } else if (now > dqp->dq_btimelimit && !force) { in chkdq()
420 int force, struct cred *cr, char **uerrp, size_t *lenp) in chkiq() argument
519 dqp->dq_fhardlimit && !force) { in chkiq()
537 } else if (now > dqp->dq_ftimelimit && !force) { in chkiq()
/titanic_50/usr/src/ucbcmd/touch/
H A Dtouch.c54 int force = 0;
145 force++; /* SysV version ignores -f */ in main()
247 if (nowrite && !force) {
286 if (nowrite && force) {
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_none.c121 none_enmic(struct ieee80211_key *k, mblk_t *mp, int force) in none_enmic() argument
128 none_demic(struct ieee80211_key *k, mblk_t *mp, int force) in none_demic() argument
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dac_add.c200 int force = pkt->cmd_cfga.force; in ac_add_memory() local
228 (!force && mem_info->condition != SYSC_CFGA_COND_OK)) { in ac_add_memory()
/titanic_50/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_50/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c168 memp_unlink(path, force, dbenv) in memp_unlink() argument
170 int force;
182 ret = __db_runlink(&reginfo, force);
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c93 shutdown_cpu(boolean_t force) in shutdown_cpu() argument
188 initiate_shutdown(boolean_t force) in initiate_shutdown() argument
199 if ((!force) && (env_admin_lock_enabled(cpu_nodehdl))) { in initiate_shutdown()
205 if (force) { in initiate_shutdown()
221 if (force) { in initiate_shutdown()
234 shutdown_cpu(force); in initiate_shutdown()

12345678910>>...18