/titanic_52/usr/src/contrib/ast/src/lib/libcmd/ |
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, ignore no file operands specified," 57 "[u:unconditional?If \b--recursive\b and \b--force\b are also enabled then" 88 int force; /* force actions */ member 115 if (!state->force) in rm() 135 else if (!state->force) in rm() 148 if (!state->force) in rm() 233 if (!state->force) in rm() 240 else if (!state->force) in rm() [all...] |
H A D | chmod.c | 163 register int force = 0; in b_chmod() local 193 force = 1; in b_chmod() 279 if (!force) in b_chmod() 301 else if (!force) in b_chmod() 305 if (!force) in b_chmod() 309 if (!force) in b_chmod() 313 if (!force) in b_chmod() 317 if (!force) in b_chmod()
|
/titanic_52/usr/src/lib/libadm/common/ |
H A D | puttext.c | 53 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_52/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 62 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_52/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 56 * devices are also in use. Some can be overridden using the 'force' 58 * 3. Check for replication errors if the 'force' flag is not specified. 134 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_FALS in check_device() 283 check_file(const char * file,boolean_t force,boolean_t isspare) check_file() argument 1035 is_device_in_use(nvlist_t * config,nvlist_t * nv,boolean_t force,boolean_t replacing,boolean_t isspare) is_device_in_use() argument 1424 make_root_vdev(zpool_handle_t * zhp,int force,int check_rep,boolean_t replacing,boolean_t dryrun,int argc,char ** argv) make_root_vdev() argument [all...] |
/titanic_52/usr/src/lib/libsqlite/test/ |
H A D | malloc.test | 37 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 tes [all...] |
H A D | main.test | 244 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 D | tester.tcl | 62 file delete -force test.db 63 file delete -force test.db-journal 256 if {[catch {file delete -force $filename}]} {
|
/titanic_52/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_mac.c | 110 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_52/usr/src/lib/libtecla/common/ |
H A D | strngmem.c | 103 * 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_52/usr/src/cmd/psradm/ |
H A D | 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) { in psr_set_state() 133 "add -F option to force change\n", cmdname, cpu); 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_52/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 107 int force; in pathprobe_20100601() local 215 force = 0; in pathprobe_20100601() 286 force = 1; in pathprobe_20100601() 297 if (!force) in pathprobe_20100601() 305 force = 0; in pathprobe_20100601() 312 if (force) in pathprobe_20100601()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | net80211_crypto.h | 227 #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_52/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | kdb5_destroy.c | 79 int force = 0; local 108 force++; 117 if (!force) {
|
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | terminal.c | 200 setconnmode(force) in setconnmode() argument 201 int force; in setconnmode() 206 newmode = getconnmode()|(force?MODE_FORCE:0);
|
/titanic_52/usr/src/lib/libzfs_core/common/ |
H A D | libzfs_core.c | 553 boolean_t force, boolean_t resumable, int fd, in recv_impl() argument 611 /* zc guid is force flag */ in recv_impl() 612 zc.zc_guid = force; in recv_impl() 634 * clone, its origin snapshot must be specified by 'origin'. The 'force' 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, resumabl in lzc_receive_with_header() [all...] |
/titanic_52/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSession.h | 181 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_52/usr/src/uts/common/io/aggr/ |
H A D | aggr_ctl.c | 89 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_52/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 42 [f:force?Force binary catalog generation even when the current binary is newer 85 typeset all cache dialect=- exec force omit op show verbose 94 f) force=1 ;; 136 if [[ $force || ! $name -nt $file ]]
|
/titanic_52/usr/src/uts/common/fs/ufs/ |
H A D | quota_ufs.c | 125 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() 362 * is if "force" is set. Otherwise, this allocation 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_52/usr/src/ucbcmd/touch/ |
H A D | touch.c | 54 int force = 0; 145 force++; /* SysV version ignores -f */ in main() 247 if (nowrite && !force) { 286 if (nowrite && force) {
|
/titanic_52/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_none.c | 121 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_52/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 77 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...] |
/titanic_52/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac_add.c | 200 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_52/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_open.c | 168 memp_unlink(path, force, dbenv) in memp_unlink() argument 170 int force; 182 ret = __db_runlink(®info, force);
|