Searched refs:force (Results 176 - 200 of 222) sorted by relevance

123456789

/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s423 ! force tl=1, update %cwp, branch to correct handler
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s407 ! force tl=1, update %cwp, branch to correct handler
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h622 extern int spa_export(char *pool, nvlist_t **oldconfig, boolean_t force,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1380 zpool_export_common(zpool_handle_t *zhp, boolean_t force, boolean_t hardforce, argument
1390 zc.zc_cookie = force;
1414 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) argument
1416 return (zpool_export_common(zhp, force, B_FALSE, log_str));
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c343 * LANPHYPC Value bit to force the interconnect to PCIe mode.
1393 * @force: boolean indicating whether or not to force disabling ULP
1401 * to disable ULP mode (force=FALSE); otherwise, for example when unloading
1402 * the driver or during Sx->S0 transitions, this is called with force=TRUE
1405 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force) argument
1421 if (force) {
1441 if (force) {
1459 if (force)
1466 /* The MAC might be in PCIe mode, so temporarily force t
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c925 lscf_set_repository(const char *repfile, int force) argument
934 if ((force == 0) && (access(repfile, R_OK) != 0)) {
12356 lscf_instance_delete(scf_instance_t *inst, int force) argument
12365 if (!force && inst_is_running(inst)) {
12497 lscf_service_delete(scf_service_t *svc, int force) argument
12518 ret = lscf_instance_delete(inst, force);
12599 int force = (int)data; local
12602 (void) lscf_instance_delete(wip->inst, force);
12604 (void) lscf_service_delete(wip->svc, force);
12610 lscf_delete(const char *fmri, int force) argument
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c3451 int force,
3505 if (!force) {
3448 meta_imp_set( md_im_set_desc_t *misp, char *setname, int force, bool_t dry_run, md_error_t *ep ) argument
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c1436 if_cfginfo(ip_cache_t *node, uint_t force) argument
1461 if (!force) {
1564 * force is not set
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c2265 const nsc_size_t fba_len, const uint_t bitmask, const int force)
2300 if (force || (use_ref == 0)) {
2392 * we increment, we force these values to agree
2433 * Called to force bitmaps to a fully dirty state
2467 * Called on the secondary after a sync has completed to force bitmaps
2264 rdc_std_clr_bitmap(rdc_k_info_t *krdc, const nsc_off_t fba_pos, const nsc_size_t fba_len, const uint_t bitmask, const int force) argument
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c2388 drmach_board_test(drmachid_t id, drmach_opts_t *opts, int force) argument
2390 _NOTE(ARGUNUSED(opts, force));
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c804 mt_unit_t *er_unitp; /* unit to force errors on. */
1436 error = trans_detach(un, mirp->force);
1442 error = trans_reset(un, mnum, 1, mirp->force);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c1171 pkt->cmd_cfga.force = sysc_cmd32.force;
H A Dsysctrl_dr.c1282 if (pkt->cmd_cfga.force)
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc560 * force The Name " FORCE", used with "::" targets
686 depes->names[0] = force;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1580 boolean_t force = (boolean_t)zc->zc_cookie; local
1584 error = spa_export(zc->zc_name, NULL, force, hardforce);
2435 * Set err to -1 to force the zfs_set_prop_nvlist code down the
3442 * Always force the unmount for snapshots.
4161 * zc_guid force flag
4177 boolean_t force = (boolean_t)zc->zc_guid; local
4218 &zc->zc_begin_record, force, zc->zc_resumable, origin, &drc);
H A Ddsl_dataset.c2893 dsl_dataset_t *origin_head, boolean_t force, void *owner, dmu_tx_t *tx)
2908 if (!force && clone->ds_prev != origin_head->ds_prev)
2921 /* origin_head shouldn't be modified unless 'force' */
2922 if (!force &&
2892 dsl_dataset_clone_swap_check_impl(dsl_dataset_t *clone, dsl_dataset_t *origin_head, boolean_t force, void *owner, dmu_tx_t *tx) argument
H A Dspa.c4331 boolean_t force, boolean_t hardforce)
4364 * have to force it to sync before checking spa_refcnt.
4388 if (!force && new_state == POOL_STATE_EXPORTED &&
4444 spa_export(char *pool, nvlist_t **oldconfig, boolean_t force, argument
4448 force, hardforce));
4330 spa_export_common(char *pool, int new_state, nvlist_t **oldconfig, boolean_t force, boolean_t hardforce) argument
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c3345 "force deletion of the following clones and "
3380 "force deletion of the following "
3406 boolean_t force = B_FALSE; local
3423 force = B_TRUE;
3477 ret = zfs_rollback(zhp, snap, force);
3973 flags.force = B_TRUE;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1367 unsigned int force,
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c1036 struct resource_record *additional, int force)
1886 * Name of "*" may be used to force node to
1985 * Name of "*" may be used to force node to
1035 smb_send_name_refresh_request(int bcast, struct name_question *question, struct resource_record *additional, int force) argument
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1563 mp->dm_tb.force, mp->dm_tb.immediate);
4973 drmach_board_test(drmachid_t id, drmach_opts_t *opts, int force) argument
4998 if (force)
4999 obufp->msgdata.dm_tb.force = 1;
6321 * force unum to zero since this is the only mem unit
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c916 flags.force = B_TRUE;
1483 * If SMF property zfs-force-override is set to "yes" or "no", this
1486 * is not set). By default, zfs-force-override is "off", which means it
1501 "SMF property zfs-force-override set to 'yes', "
1509 "SMF property zfs-force-override set to 'no', "
1516 "SMF property zfs-force-override set to invalid value of "
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c2434 * hence we need to set the force flag on
2436 flags.force = B_TRUE;
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c351 zonecfg_destroy(const char *zonename, boolean_t force) argument
379 else if (!force)
386 if (!force && state > ZONE_STATE_CONFIGURED)
396 if (!force)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c2174 if ((style = opt_info.state->force) < STYLE_man)
5135 opt_info.state->force = hp->style;

Completed in 294 milliseconds

123456789