Searched refs:force (Results 101 - 125 of 222) sorted by relevance

123456789

/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_tkip.c255 tkip_enmic(struct ieee80211_key *k, mblk_t *mp, int force) argument
259 if (force || (k->wk_flags & IEEE80211_KEY_SWMIC)) {
283 tkip_demic(struct ieee80211_key *k, mblk_t *mp, int force) argument
287 if (force || (k->wk_flags & IEEE80211_KEY_SWMIC)) {
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h697 uint_t force:1; /* force this state transition */ member in struct:sysc_cfga_cmd
705 uint_t force:1; /* force this state transition */ member in struct:sysc_cfga_cmd32
731 #define SYSC_DR_FORCE 0x4 /* force detach */
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dodroidc1.dts298 force-aca = "true";
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c175 static void in_status(int force, uint64_t flags);
176 static void in_configinfo(int force, uint64_t flags);
178 static void in6_status(int force, uint64_t flags);
179 static void in6_configinfo(int force, uint64_t flags);
3223 in_status(int force, uint64_t flags) argument
3240 if (!force)
3258 if (!force)
3323 in6_status(int force, uint64_t flags) argument
3339 if (!force)
3359 if (!force)
3432 in_configinfo(int force, uint64_t flags) argument
3530 in6_configinfo(int force, uint64_t flags) argument
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c904 blocknumber = -1; /* force next seek to read the first block */
1025 goto force;
1042 goto force;
1088 goto force;
1100 } else { /* force cross-referencing of all the source files */
1101 force:
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddrmach.h320 int force);
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c733 * force Set the target to offline before removing it from
741 it_tgt_delete(it_config_t *cfg, it_tgt_t *tgt, boolean_t force) argument
768 * and the 'force' flag is TRUE, tell STMF to offline it
784 if (!force) {
1085 * force Remove this target portal group even if it's
1094 it_tpg_delete(it_config_t *cfg, it_tpg_t *tpg, boolean_t force) argument
1121 * If there are, and the force flag is not set, fail.
1131 if (!force) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c137 bool force = FALSE; /* TRUE iff user specified -f flag */ variable
295 if (force) {
387 force = TRUE;
992 if (!force) {
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.h341 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c511 ud.force = flags & BE_UNMOUNT_FLAG_FORCE;
651 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) {
832 zone_ud.force = B_TRUE;
1315 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) {
2206 if (zfs_unmount(zhp, NULL, ud->force ? MS_FORCE : 0) != 0) {
2428 * mnttab to force its recreation when the next call to z_resolve_lofs
2637 zone_ud.force = ud->force;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c401 int force,
416 if (mirnp && (!force) && ((meta_check_primary_mirror(sp, mirnp, ep)
421 if ((! force) &&
1469 int force = ((options & MDCMD_FORCE) ? 1 : 0); local
1518 mio.force_offline = force;
1650 int force = ((options & MDCMD_FORCE) ? 1 : 0); local
1686 detach.force_detach = force;
2232 int force = ((options & MDCMD_FORCE) ? 1 : 0); local
2266 if (meta_check_submirror(sp, submirnp, NULL, force,
397 meta_check_submirror( mdsetname_t *sp, mdname_t *np, mdname_t *mirnp, int force, md_error_t *ep ) argument
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))
/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/i86pc/os/
H A Dcmi.c50 * Set to force cmi_init to fail.
934 int force)
943 rc = CMI_OPS(cmi)->cmi_msrinject(hdl, regs, nregs, force);
933 cmi_hdl_msrinject(cmi_hdl_t hdl, cmi_mca_regs_t *regs, uint_t nregs, int force) argument
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
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)) {
/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/uts/common/sys/lvm/
H A Dmdio.h202 int force; member in struct:md_i_reset
210 int force; /* Force reset */ member in struct:md_sp_reset
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S68 * (called 'packet') or CHS mode, whether to force a drive number,
156 .set _SETDRV, B0_OFF+8 # Drive to force
668 setdrv_num: .byte 0x80 # Drive to force
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s93 orn %o0, %g1, %o0 ! force start bytes to non-zero
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn_sigb.h95 * idnsb_unlink_t.force values.
106 short force; member in struct:__anon10107
155 #define IDNKERR_INVALID_FORCE 0x104 /* invalid force option specified */
156 /* p0=force */
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c68 int l_errno = 0, force; local
96 force = ((flags & CFGA_FLAG_FORCE) == CFGA_FLAG_FORCE) ? 1 : 0;
102 * If force flag not specified, check if controller is
105 if (!force) {
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1094 * enforce_featureset(group, protocol, dryrun, force)
1102 boolean_t force)
1127 if (force && !dryrun) {
1189 boolean_t force = B_FALSE; local
1203 force = B_TRUE;
1345 dryrun, force);
1436 int force = 0; local
1475 force++;
1531 * - force flag is set
1546 if (share == NULL || (share != NULL && force
1101 enforce_featureset(sa_group_t group, char *protocol, boolean_t dryrun, boolean_t force) argument
3005 int force = 0; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c556 txn_unlink(path, force, dbenv)
558 int force;
570 ret = __db_runlink(&reginfo, force);
/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", "");

Completed in 142 milliseconds

123456789