/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | rm.c | 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() 248 if (!state->force) in rm() 268 else if (!(ent->fts_info & FTS_SL) && !state->force && state->terminal && eaccess(path, W_OK)) in rm() 317 if (!state->force || state->interactive) in rm() 350 state.force = 1; in b_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()
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | puttext.c | 52 int width, i, n, force, wordcnt; in puttext() local 79 force = 1; in puttext() 85 force = 0; in puttext() 94 if (force) { in puttext() 290 if (!force) { in puttext() 296 if (!force) { in puttext() 305 return (width - n - !force); in puttext()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/psradm/ |
H A D | psradm.c | 49 static char force; /* non-zero if the -F option has been given */ variable 137 if (old_state == P_FAULTED && action != P_FAULTED && !force) { in psr_set_state() 143 old_state = p_online(cpu, force ? action | P_FORCED : action); in psr_set_state() 239 force = 1; in main() 278 if (force || action != 0 || argc != optind) { in main() 306 if (force != 0) { in main()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | malloc.test | 35 catch {file delete -force test.db} 36 catch {file delete -force test.db-journal} 79 catch {file delete -force test.db} 80 catch {file delete -force test.db-journal} 124 catch {file delete -force test.db} 125 catch {file delete -force test.db-journal} 159 catch {file delete -force test.db} 160 catch {file delete -force test.db-journal} 195 catch {file delete -force test.db} 196 catch {file delete -force test.db-journal}
|
H A D | main.test | 242 file delete -force test.db 254 foreach f [glob -nocomplain testdb/*] {file delete -force $f} 255 file delete -force testdb 262 foreach f [glob -nocomplain testdb/*] {file delete -force $f} 263 file delete -force testdb 271 foreach f [glob -nocomplain testdb/*] {file delete -force $f} 272 file delete -force testdb
|
H A D | tester.tcl | 60 file delete -force test.db 61 file delete -force test.db-journal 254 if {[catch {file delete -force $filename}]} {
|
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_mac.c | 110 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()
|
H A D | eib_rsrc.c | 457 eib_rb_rsrc_setup_bufs(eib_t *ss, boolean_t force) in eib_rb_rsrc_setup_bufs() argument 459 eib_rb_rsrc_setup_rxbufs(ss, force); in eib_rb_rsrc_setup_bufs() 460 eib_rb_rsrc_setup_lsobufs(ss, force); in eib_rb_rsrc_setup_bufs() 461 eib_rb_rsrc_setup_txbufs(ss, force); in eib_rb_rsrc_setup_bufs() 913 eib_rsrc_ok_to_free_pool(eib_t *ss, eib_wqe_pool_t *wp, boolean_t force) in eib_rsrc_ok_to_free_pool() argument 932 if (force == B_TRUE) in eib_rsrc_ok_to_free_pool() 1100 eib_rb_rsrc_setup_txbufs(eib_t *ss, boolean_t force) in eib_rb_rsrc_setup_txbufs() argument 1118 if (eib_rsrc_ok_to_free_pool(ss, wp, force)) { in eib_rb_rsrc_setup_txbufs() 1150 eib_rb_rsrc_setup_rxbufs(eib_t *ss, boolean_t force) in eib_rb_rsrc_setup_rxbufs() argument 1162 if (eib_rsrc_ok_to_free_pool(ss, rx, force)) { in eib_rb_rsrc_setup_rxbufs() [all …]
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 135 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) in check_slice() argument 141 if (force) in check_slice() 164 if (!wholedisk && !force && in check_slice() 187 check_disk(const char *name, dm_descriptor_t disk, int force, int isspare) in check_disk() argument 244 if (check_slice(name, force, B_TRUE, isspare) != 0) in check_disk() 258 check_device(const char *path, boolean_t force, boolean_t isspare) in check_device() argument 271 err = check_disk(path, desc, force, isspare); in check_device() 276 return (check_slice(path, force, B_FALSE, isspare)); in check_device() 284 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() argument 333 state == POOL_STATE_SPARE || !force) { in check_file() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | strngmem.c | 111 StringMem *_del_StringMem(StringMem *sm, int force) in _del_StringMem() argument 117 if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) { in _del_StringMem() 124 sm->fl = _del_FreeList(sm->fl, force); in _del_StringMem()
|
/illumos-gate/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) : \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | terminal.c | 198 setconnmode(force) in setconnmode() argument 199 int force; in setconnmode() 204 newmode = getconnmode()|(force?MODE_FORCE:0);
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | kdb5_destroy.c | 79 int force = 0; local 108 force++; 117 if (!force) {
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | quota_ufs.c | 123 chkdq(struct inode *ip, long change, int force, struct cred *cr, in chkdq() argument 318 !force) { in chkdq() 340 } else if (now > dqp->dq_btimelimit && !force) { in chkdq() 418 int force, struct cred *cr, char **uerrp, size_t *lenp) in chkiq() argument 517 dqp->dq_fhardlimit && !force) { in chkiq() 535 } else if (now > dqp->dq_ftimelimit && !force) { in chkiq()
|
/illumos-gate/usr/src/uts/common/io/aggr/ |
H A D | aggr_ctl.c | 94 boolean_t force; in aggr_ioc_create() local 119 force = create_arg->lc_force; in aggr_ioc_create() 122 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer, in aggr_ioc_create() 147 uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy, in aggr_ioc_info_new_grp() argument 160 grp.lg_force = force; in aggr_ioc_info_new_grp()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSession.h | 186 CK_RV soft_delete_all_sessions(boolean_t force); 188 void soft_delete_all_objects_in_session(soft_session_t *sp, boolean_t force); 194 boolean_t force, boolean_t lock_held);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 85 typeset all cache dialect=- exec force omit op show verbose 94 f) force=1 ;; 136 if [[ $force || ! $name -nt $file ]]
|
/illumos-gate/usr/src/ucbcmd/touch/ |
H A D | touch.c | 50 int force = 0; 141 force++; /* SysV version ignores -f */ in main() 243 if (nowrite && !force) { 282 if (nowrite && force) {
|
/illumos-gate/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 string terminating null byte [all …]
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_none.c | 119 none_enmic(struct ieee80211_key *k, mblk_t *mp, int force) in none_enmic() argument 126 none_demic(struct ieee80211_key *k, mblk_t *mp, int force) in none_demic() argument
|
/illumos-gate/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()
|
/illumos-gate/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);
|