Searched defs:force (Results 26 - 50 of 143) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c131 aggr_port_create(aggr_grp_t *grp, const datalink_id_t linkid, boolean_t force, argument
163 * can only be aggregated if `force' is set. This is because aggr
169 if (!force) {
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_mac.c110 boolean_t force)
121 * 'force' flag to force the state change tracking.
124 force = B_TRUE;
126 if ((force) && (new_link_state != ns->ns_link_state)) {
146 eib_mac_link_up(eib_t *ss, boolean_t force) argument
148 eib_mac_link_state(ss, LINK_STATE_UP, force);
152 eib_mac_link_down(eib_t *ss, boolean_t force) argument
154 eib_mac_link_state(ss, LINK_STATE_DOWN, force);
109 eib_mac_link_state(eib_t *ss, link_state_t new_link_state, boolean_t force) argument
H A Deib_svc.c889 eib_stop_monitor_lso_bufs(eib_t *ss, boolean_t force) argument
896 * If there are some buffers still not reaped and the force
900 if ((bkt->bk_nelem != bkt->bk_nfree) && (force == B_FALSE)) {
H A Deib_rsrc.c457 eib_rb_rsrc_setup_bufs(eib_t *ss, boolean_t force) argument
459 eib_rb_rsrc_setup_rxbufs(ss, force);
460 eib_rb_rsrc_setup_lsobufs(ss, force);
461 eib_rb_rsrc_setup_txbufs(ss, force);
913 eib_rsrc_ok_to_free_pool(eib_t *ss, eib_wqe_pool_t *wp, boolean_t force) argument
929 * If force-free flag is set, we can always release the memory.
932 if (force == B_TRUE)
1100 eib_rb_rsrc_setup_txbufs(eib_t *ss, boolean_t force) argument
1118 if (eib_rsrc_ok_to_free_pool(ss, wp, force)) {
1150 eib_rb_rsrc_setup_rxbufs(eib_t *ss, boolean_t force) argument
1178 eib_rb_rsrc_setup_lsobufs(eib_t *ss, boolean_t force) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c381 rdsv3_rdma_unuse(struct rdsv3_sock *rs, uint32_t r_key, int force) argument
397 if (mr->r_use_once || force) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptlib.h87 int force; /* force this style */ member in struct:Optstate_s
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c670 ldl_reset(mt_unit_t *un, int removing, int force) argument
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c214 ccmp_enmic(struct ieee80211_key *k, mblk_t *mp, int force) argument
224 ccmp_demic(struct ieee80211_key *k, mblk_t *mp, int force) argument
H A Dnet80211_crypto_wep.c209 wep_enmic(struct ieee80211_key *k, mblk_t *mp, int force) argument
219 wep_demic(struct ieee80211_key *k, mblk_t *mp, int force) argument
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c32 static int force = 0; variable
56 force++;
111 if (force || (t->ntids > 0)) {
125 if (!force) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_prv.c638 setup_db_bydd(mdsetname_t *sp, md_drive_desc *dd, int force, md_error_t *ep) argument
663 if (setup_med_cfg(sp, &c, force, ep))
H A Dmeta_med.c919 int force,
943 if (force)
916 setup_med_cfg( mdsetname_t *sp, mddb_config_t *cp, int force, md_error_t *ep ) argument
H A Dmeta_trans.c363 int force,
375 if ((!force) && meta_check_inuse(sp, np, MDCHK_INUSE, ep) != 0) {
1521 * code so that the -f (force) option could be used
1533 * is trying to force the detach make them
1584 int force = ((options & MDCMD_FORCE) ? 1 : 0); local
1609 if (force && meta_lockfs(transnp, &lock_cookie)) {
1630 detach.size = force;
1633 if ((force) && (mdissyserror(&detach.mde, EBUSY))) {
360 meta_check_master( mdsetname_t *sp, mdname_t *np, int force, md_error_t *ep ) argument
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c461 * If the "force" flag is non-zero, the value of "system.bind-default" will be
465 bind_to_pool(const char *pool_name, pid_t pid, int force) argument
508 if (!force && pool_get_property(conf, pool_conf_to_elem(conf),
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcp.c83 "[f:force?Replace existing destination files.]"
149 int force; /* force approval */ member in struct:State_s
334 else if (state->link == link && !state->force)
433 if (!rm || !state->force)
438 if (state->force)
451 else if (state->force)
741 state->force = 1;
751 state->force = 0;
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c71 int force = 0; /* allow forced packing for consistency in directory */ variable
316 (outsize+BUFSIZ-1)/BUFSIZ && !force) {
367 force++;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c93 shutdown_cpu(boolean_t force) argument
188 initiate_shutdown(boolean_t force) argument
199 if ((!force) && (env_admin_lock_enabled(cpu_nodehdl))) {
205 if (force) {
219 * force events on chassis node
221 if (force) {
230 * If force option is set, do it right here for now
234 shutdown_cpu(force);
705 if (state >> 1 & 1) { /* force flag set? */
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c59 "-f force adding or deleting of replicas\n"
263 mdforceopts_t force = MDFORCE_NONE; local
289 force = MDFORCE_LOCAL;
361 if ((force & MDFORCE_LOCAL) &&
405 if ((force & MDFORCE_LOCAL) &&
416 force |= MDFORCE_SET_LOCKED;
426 rval = meta_db_detach(sp, dbnlp, force, sysfilename, ep);
438 if (force & MDFORCE_LOCAL)
512 if ((force & MDFORCE_LOCAL) &&
533 if ((force
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c117 * _nsc_clear_dirty(int force)
126 _nsc_clear_dirty(int force) argument
132 if (force) {
140 "hdr force clear failed 0x%p",
145 "hdr force cleared 0x%p",
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c562 boolean_t force, boolean_t resumable, int fd,
620 /* zc guid is force flag */
621 zc.zc_guid = force;
643 * clone, its origin snapshot must be specified by 'origin'. The 'force'
654 boolean_t force, int fd)
656 return (recv_impl(snapname, props, origin, force, B_FALSE, fd, NULL));
667 boolean_t force, int fd)
669 return (recv_impl(snapname, props, origin, force, B_TRUE, fd, NULL));
685 const char *origin, boolean_t force, boolean_t resumable, int fd,
690 return (recv_impl(snapname, props, origin, force, resumabl
561 recv_impl(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t resumable, int fd, const dmu_replay_record_t *begin_record) argument
653 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, int fd) argument
666 lzc_receive_resumable(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, int fd) argument
684 lzc_receive_with_header(const char *snapname, nvlist_t *props, const char *origin, boolean_t force, boolean_t resumable, int fd, const dmu_replay_record_t *begin_record) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c419 soft_delete_object_cleanup(soft_object_t *objp, boolean_t force) argument
444 if (force)
509 boolean_t force, boolean_t lock_held)
540 soft_delete_object_cleanup(objp, force);
549 soft_delete_all_objects_in_session(soft_session_t *sp, boolean_t force) argument
563 soft_delete_object(sp, objp, force, B_TRUE);
508 soft_delete_object(soft_session_t *sp, soft_object_t *objp, boolean_t force, boolean_t lock_held) argument
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c572 LDAPControl **clientctrls, int force, int unbind )
578 if ( force || --lc->lconn_refcnt <= 0 ) {
571 nsldapi_free_connection( LDAP *ld, LDAPConn *lc, LDAPControl **serverctrls, LDAPControl **clientctrls, int force, int unbind ) argument
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c123 static void putKcp(char *start, char *end, boolean force);
196 * to force reading from stdin.
619 putKcp(char *start, char *end, boolean force) argument
622 /* force - true if we should force nokeyw */
650 if (!nokeyw && !force)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c578 uint_t force = FALSE; local
585 'f', MDB_OPT_SETBITS, TRUE, &force, NULL) != argc) {
602 if (!force && (sp->m_filler != 0 ||
623 if (!force && (!MUTEX_TYPE_ADAPTIVE(&lock) ||
645 " -f force printing even if the data seems to be"
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c365 * if the force flag is not set, we fail here
377 * The force flag was specified so we print warnings
764 * the force flag was passed in, give the user a hint as to what
768 print_drv_conflict_info(int force) argument
774 if (force) {
781 if (force) {
803 check_dev_dir(force);
811 check_dev_dir(int force) argument
816 if (force) {

Completed in 455 milliseconds

123456