Searched defs:force (Results 51 - 75 of 143) sorted by relevance

123456

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c336 * "things" we need to display. At the same time, force any
558 int force = 0; local
567 force = 1;
580 !force)
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c78 bool_t force = FALSE; variable
1051 force++;
1190 * force will be only supported for a while
1193 if (force) {
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c2492 int force = 0; local
2508 force++;
2518 if (!force) {
H A Dkdb5_ldap_services.c1169 int force = 0; local
1183 if (strcmp(argv[i],"-force")==0) {
1184 force++;
1220 if (!force) {
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c789 int force; local
796 force = dr_cmd_flags(handle) & SBD_FLAG_FORCE;
806 if (!force) {
829 prom_printf("\nDR: dr_suspend invoked with force flag\n");
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c389 trans_detach(mt_unit_t *un, int force) argument
410 if (force || !md_unit_isopen(ui)) {
432 error = ldl_reset(un, 1, force);
496 trans_reset(mt_unit_t *un, minor_t mnum, int removing, int force) argument
505 error = ldl_reset(un, removing, force);
/illumos-gate/usr/src/uts/common/io/net80211/
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/serengeti/io/
H A Dsbdp_quiesce.c767 int force; local
770 force = (srh && (srh->sr_flags & SBDP_IOCTL_FLAG_FORCE));
773 * if no force flag, check for unsafe drivers
775 if (force) {
776 SBDP_DBG_QR("\nsbdp_suspend invoked with force flag");
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c61 i2c_transfer_t *tp, boolean_t force);
62 static void pcf8584_release(pcf8584_t *, boolean_t force);
633 * It should not be held across multiple transfers. If the 'force' flag
638 boolean_t force)
640 if (force) {
678 pcf8584_release(pcf8584_t *i2c, boolean_t force) argument
680 if (force) {
1510 * pcf8584_take_over() grabs the I2C bus and other resources by force and
1537 * the 'force' flag on.
637 pcf8584_acquire(pcf8584_t *i2c, dev_info_t *dip, i2c_transfer_t *tp, boolean_t force) argument
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c826 int force; local
833 force = dr_cmd_flags(handle) & SBD_FLAG_FORCE;
849 if (!force) {
872 prom_printf("\nDR: dr_suspend invoked with force flag\n");
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c56 * 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.
132 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) argument
138 if (force)
161 if (!wholedisk && !force &&
184 check_disk(const char *name, dm_descriptor_t disk, int force, int isspare) argument
241 if (check_slice(name, force, B_TRUE, isspare) != 0)
255 check_device(const char *path, boolean_t force, boolean_t isspare) argument
268 err = check_disk(path, desc, force, isspare);
273 return (check_slice(path, force, B_FALS
281 check_file(const char *file, boolean_t force, boolean_t isspare) argument
1032 is_device_in_use(nvlist_t *config, nvlist_t *nv, boolean_t force, boolean_t replacing, boolean_t isspare) argument
1421 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, int argc, char **argv) argument
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c934 uint16_t force = flags & BE_INSTALLBOOT_FLAG_FORCE; local
937 if (force == BE_INSTALLBOOT_FLAG_FORCE) {
H A Dlibbe_priv.h108 boolean_t force; /* Forcibly unmount */ member in struct:be_unmount_data
/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_stripe.c492 int force,
531 if ((! force) &&
1705 int force = ((options & MDCMD_FORCE) ? 1 : 0); local
1745 force, ep) != 0)
1924 int force = ((options & MDCMD_FORCE) ? 1 : 0); local
2092 (force || doall)) {
489 meta_check_component( mdsetname_t *sp, mdname_t *np, int force, md_error_t *ep ) argument
H A Dmeta_db.c708 int force,
731 if (force && strcmp(nd->nd_nodename,
752 if (force && strcmp(sd->sd_nodes[i],
765 if (force && strcmp(nd->nd_nodename, mynode()) != 0) {
788 if (force && strcmp(sd->sd_nodes[i], mynode()) != 0)
804 if (force &&
828 if (force &&
704 update_dbinfo_on_drives( mdsetname_t *sp, md_drive_desc *dd, int set_locked, int force, md_error_t *ep ) argument
/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/lib/libdladm/common/
H A Dlibdlaggr.c634 aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, boolean_t force)
653 iocp->lc_force = force;
1013 aggr_lacp_timer_t lacp_timer, boolean_t force)
1084 &force);
1125 boolean_t force = (flags & DLADM_OPT_FORCE) ? B_TRUE : B_FALSE; local
1152 lacp_timer, force)) != DLADM_STATUS_OK) {
1160 policy, mac_addr_fixed, mac_addr, lacp_mode, lacp_timer, force);
631 i_dladm_aggr_create_sys(dladm_handle_t handle, datalink_id_t linkid, uint16_t key, uint32_t nports, dladm_aggr_port_attr_db_t *ports, uint32_t policy, boolean_t mac_addr_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, boolean_t force) argument
1009 dladm_aggr_persist_aggr_conf(dladm_handle_t handle, const char *link, datalink_id_t linkid, uint16_t key, uint32_t nports, dladm_aggr_port_attr_db_t *ports, uint32_t policy, boolean_t mac_addr_fixed, const uchar_t *mac_addr, aggr_lacp_mode_t lacp_mode, aggr_lacp_timer_t lacp_timer, boolean_t force) argument
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c396 * force int Unless this flag is non-zero, empty lines aren't
403 int _glh_add_history(GlHistory *glh, const char *line, int force) argument
447 if(empty && !force)
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1244 do_process(char *pidstring, plgrp_args_t *plgrp_todo, int force) argument
1262 PR_ARG_ANY, force | PGRAB_RETAIN | PGRAB_NOSTOP, &error, &lwps);
1560 * Set flag to force /proc to grab process even though
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c225 int dump) /* -1=no dump, 0=default, 1=force */
272 int dump) /* -1=no dump, 0=default, 1=force */
457 int force) /* 0=show mask if nonstandard, */
482 if (force == 1 || (force == 0 && mask != std_mask(addr))) {
654 boolean_t force)
659 if (force) {
686 if (c != '<' || force)
691 trace_string(const struct bits *tbl, uint_t field, boolean_t force) argument
706 if (force) {
455 addrname(in_addr_t addr, in_addr_t mask, int force) argument
652 trace_bits(const struct bits *tbl, uint64_t field, boolean_t force) argument
740 if_bit_string(uint_t field, boolean_t force) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c311 stacks_cleanup(int force) argument
319 if (!force && stacks_state == STACKS_STATE_DONE)
607 uint_t force = 0; local
630 'f', MDB_OPT_SETBITS, TRUE, &force,
744 force |= (mdb_get_state() == MDB_STATE_RUNNING);
745 if (force && (flags & (DCMD_LOOPFIRST|DCMD_LOOP)) == DCMD_LOOP)
746 force = 0;
748 stacks_cleanup(force);
H A Dleaky.c594 leaky_cleanup(int force) argument
630 if (!force)
785 uint_t force = 0; local
794 'f', MDB_OPT_SETBITS, TRUE, &force,
798 if (verbose || force)
804 leaky_cleanup(force);
809 "(use '-f' to force a full run)\n");
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c82 {"force", no_argument, NULL, 'f'},
207 delete_target(char *tgt, boolean_t force);
219 delete_tpg(char *tpg, boolean_t force);
261 boolean_t force = B_FALSE; local
328 force = B_TRUE;
577 ret = delete_target(objp, force);
586 ret = delete_tpg(objp, force);
990 delete_target(char *tgt, boolean_t force) argument
1026 ret = it_tgt_delete(cfg, ptr, force);
1032 "Use the -f (force) optio
1528 delete_tpg(char *tpg, boolean_t force) argument
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c42 static int newval, contoper, force, valsfromfiles, display_binary_values; variable
409 case 'F': /* force all changes records to be used */
410 force = 1;
460 use_record = force;

Completed in 192 milliseconds

123456