Searched defs:force (Results 1 - 25 of 143) sorted by relevance

123456

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_destroy.c79 int force = 0; local
108 force++;
117 if (!force) {
/illumos-gate/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) argument
119 if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) {
126 sm->fl = _del_FreeList(sm->fl, force);
H A Dfreelist.c174 * force int If force==0 then _del_FreeList() will complain
177 * If force!=0 then _del_FreeList() will not check
184 FreeList *_del_FreeList(FreeList *fl, int force) argument
190 if(!force && _busy_FreeListNodes(fl) != 0) {
H A Dhash.c155 * force int If force==0 then _del_HashMemory() will complain
158 * If force!=0 then _del_HashMemory() will not check
165 HashMemory *_del_HashMemory(HashMemory *mem, int force) argument
168 if(!force && (_busy_FreeListNodes(mem->hash_memory) > 0 ||
173 mem->hash_memory = _del_FreeList(mem->hash_memory, force);
174 mem->node_memory = _del_FreeList(mem->node_memory, force);
175 mem->string_memory = _del_StringMem(mem->string_memory, force);
190 * all of them than to force each hash table
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_none.c121 none_enmic(struct ieee80211_key *k, mblk_t *mp, int force) argument
128 none_demic(struct ieee80211_key *k, mblk_t *mp, int force) argument
/illumos-gate/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)
132 else if (!state->force)
145 if (!state->force)
230 if (!state->force)
237 else if (!state->force)
[all...]
/illumos-gate/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);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_add.c200 int force = pkt->cmd_cfga.force; local
228 (!force && mem_info->condition != SYSC_CFGA_COND_OK)) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c134 static CK_RV finalize_common(boolean_t force, CK_VOID_PTR pReserved);
325 finalize_common(boolean_t force, CK_VOID_PTR pReserved) { argument
349 rv = soft_delete_all_sessions(force);
H A DsoftSessionUtil.c54 soft_delete_all_sessions(boolean_t force) argument
78 rv1 = soft_delete_session(session_p, force, B_TRUE);
242 boolean_t force, boolean_t lock_held)
319 if (force)
340 soft_delete_all_objects_in_session(session_p, force);
241 soft_delete_session(soft_session_t *session_p, boolean_t force, boolean_t lock_held) argument
/illumos-gate/usr/src/lib/libnsctl/common/
H A Dcache.c418 nsc_nvclean(int force) argument
422 cmd = force ? NSCIOC_NVMEM_CLEANF : NSCIOC_NVMEM_CLEAN;
/illumos-gate/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)
79 if (force)
90 if (!force && rpcb_getaddr(prog, vers, ncp, &buf, HOST_SELF)) {
127 if (!force && n == 0 && rpcb_gettime(HOST_SELF, &tm) == FALSE &&
151 uint_t sndsize, uint_t rcvsize, int force)
159 sndsize, rcvsize, force) > 0) {
224 svc_exit(); /* force svc_run() threads to exit */
61 fmd_rpc_svc_create_local(void (*disp)(struct svc_req *, SVCXPRT *), rpcprog_t prog, rpcvers_t vers, uint_t ssz, uint_t rsz, int force) argument
148 fmd_rpc_svc_init(void (*disp)(struct svc_req *, SVCXPRT *), const char *name, const char *path, const char *prop, rpcprog_t pmin, rpcprog_t pmax, rpcvers_t vers, uint_t sndsize, uint_t rcvsize, int force) argument
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_policy.c345 int force = 0; local
354 if (strcmp(argv[i], "-force") == 0) {
355 force++;
375 if (!force) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquota.c161 int force, /* don't do enable checks */
180 if ((ufsvfsp->vfs_qflags & MQ_ENABLED) == 0 && !force)
158 getdiskquota( uid_t uid, struct ufsvfs *ufsvfsp, int force, struct dquot **dqpp) argument
H A Dquota_ufs.c125 chkdq(struct inode *ip, long change, int force, struct cred *cr, argument
320 !force) {
342 } else if (now > dqp->dq_btimelimit && !force) {
362 * is if "force" is set. Otherwise, this allocation
420 int force, struct cred *cr, char **uerrp, size_t *lenp)
519 dqp->dq_fhardlimit && !force) {
537 } else if (now > dqp->dq_ftimelimit && !force) {
419 chkiq(struct ufsvfs *ufsvfsp, int change, struct inode *ip, uid_t uid, int force, struct cred *cr, char **uerrp, size_t *lenp) argument
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c95 int force; local
200 force = 0;
261 force = 1;
272 if (!force)
280 force = 0;
287 if (force)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_impl.h123 uint32_t force; /* force legacy */ member in struct:x86pi_enum_s
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_opt.c241 * return the original pointer. Otherwise, if 'force' is non-zero,
244 * and 'force' is zero, then return an error. This is used in
251 unsigned int force,
255 if (force) {
248 krb5int_gic_opt_to_opte(krb5_context context, krb5_get_init_creds_opt *opt, krb5_gic_opt_ext **opte, unsigned int force, const char *where) argument
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlib.c144 * forcibly, then set the force create flag.
165 boolean_t force = B_FALSE; local
208 * set the force create flag in the partition attributes.
210 status = dladm_get_conf_field(handle, conf, FFORCE, &force,
215 } else if (force == B_TRUE) {
397 boolean_t force = B_TRUE; local
398 /* Store the force create flag. */
400 DLADM_TYPE_BOOLEAN, &force);
417 * 'partlinkid'. If the 'force' option is set in the 'flags' argument, the
660 * We always set the force fla
[all...]
/illumos-gate/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) {
133 "add -F option to force change\n", cmdname, cpu);
137 old_state = p_online(cpu, force ? action | P_FORCED : action);
232 force = 1;
273 if (force != 0) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaimport.c451 int force = 0; local
497 force = 1;
831 * The user must specify the -f (force) flag if the following
839 if (!force)
840 usage(sp, gettext("You must specify the force flag"));
842 (void) meta_imp_set(misp, setname_new, force, dry_run, ep);
/illumos-gate/usr/src/cmd/bnu/
H A Duucico.c44 * Added -f flag to "force execution", ignoring the limit on the
107 int force = 0; /* set to force execution, ignoring uucico limit */ local
190 ++force;
242 if (force) {
243 DEBUG(4, "force flag set (ignoring uucico limit)\n%s", "");
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddwrapper.c536 lt_dtrace_work(int force) argument
541 if (!force && now - last_snap < g_config.lt_cfg_snap_interval) {
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_ctl.c89 boolean_t force; local
114 force = create_arg->lc_force;
117 ports, policy, mac_fixed, force, mac_addr, lacp_mode, lacp_timer,
142 uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy,
155 grp.lg_force = force;
141 aggr_ioc_info_new_grp(void *arg, datalink_id_t linkid, uint32_t key, uchar_t *mac, boolean_t mac_fixed, boolean_t force, uint32_t policy, uint32_t nports, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer) argument

Completed in 126 milliseconds

123456