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

123456789

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c286 int force)
294 if (force) {
1967 * which will force the caller to unload the set.
5451 * DESCRITPION: force opens every component of a mirror.
282 mirror_set_sm_state( mm_submirror_t *sm, mm_submirror_ic_t *smic, sm_state_t newstate, int force) argument
H A Dmirror_ioctl.c392 if (!mirp->force) {
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c193 raid_set_state(mr_unit_t *un, int col, rcs_state_t newstate, int force) argument
218 if (force) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3131 syncshadowscan(1); /* force synchronization */
3178 syncshadowscan(int force) argument
3181 if (type == SHADOW_DATA && (force ||
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1729 boolean_t force, boolean_t resumable, char *origin, dmu_recv_cookie_t *drc)
1738 drc->drc_force = force;
1728 dmu_recv_begin(char *tofs, char *tosnap, dmu_replay_record_t *drr_begin, boolean_t force, boolean_t resumable, char *origin, dmu_recv_cookie_t *drc) argument
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3883 zfs_rollback(zfs_handle_t *zhp, zfs_handle_t *snap, boolean_t force) argument
3897 cb.cb_force = force;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c2067 * Add a page to the io_pool. Setting the force flag will force the page
2071 add_page_to_pool(page_t *pp, int force) argument
2085 if (io_pool_cnt < io_pool_cnt_max || force || io_pool_4g == NULL) {
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c3645 mct_topology_dump(scsb_state_t *scsb, int force) argument
3650 if (!force && !(scsb_debug & 0x00200000))
3652 if (force && !(scsb->scsb_state & (SCSB_DIAGS_MODE | SCSB_DEBUG_MODE)))
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c2315 drmach_board_test(drmachid_t id, drmach_opts_t *opts, int force) argument
H A Didn_proto.c80 static void idn_shutdown_datapath(domainset_t domset, int force);
580 * IMPORTANT: If the (hard) force flag is set, the caller is
780 * hard-force in order to prevent possible
4205 * out there, then force us to attempt to link with one
7997 idn_shutdown_datapath(domainset_t domset, int force) argument
8020 * If force is set then we don't want to reference
8026 if (force)
8051 if (!force)
9449 * had a hard-force in action gets this guy for
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1228 /* 2 */ IDNFIN_FORCE_SOFT, /* normal dis, force if goes AWOL */
1229 /* 3 */ IDNFIN_FORCE_HARD, /* force disconnect of AWOL domain */
3803 int force; /* input */ member in struct:idnop::__anon10103
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s2010 flushw ! force register windows to stack
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s3156 ! Start search from index 1 up. This is because the kernel force
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c2276 ud.force = B_TRUE;
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1628 * complete; in this case, depending on the "force" input, we take
1635 ibd_acache_recycle(ibd_state_t *state, ipoib_mac_t *acmac, boolean_t force) argument
1652 if (!force) {
2042 * force subsequent Tx's to reacquire an AH.
6242 * on a 4 byte boundary to be considered an ipoib_mac_t. We force
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s2377 andn %l1, 3, %l1 ! force alignment
2800 * We check for any pending interrupts here and force a sys_trap to
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s2619 andn %l1, 3, %l1 ! force alignment
2963 * We check for any pending interrupts here and force a sys_trap to
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c1773 drmach_board_test(drmachid_t id, drmach_opts_t *opts, int force) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c2226 * the over the wire getattr. Otherwise, force a
3013 * force a write.
13231 bool_t reopen_needed, force; local
13301 force = TRUE;
13304 force = FALSE;
13308 nfs4_reopen(vp, osp, ep, oclaim, force, FALSE);
15369 * If the force close path failed to obtain start_fop
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c9113 boolean_t force)
9132 if (!force) {
9110 dprov_create_object_from_template(dprov_state_t *softc, dprov_session_t *session, crypto_object_attribute_t *template, uint_t nattr, crypto_object_id_t *object_id, boolean_t check_for_secret, boolean_t force) argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c6570 * we can enter the ipsq exclusively. Unless 'force' is used, the ipsq
6574 * completion of the current op. If 'force' is used, we don't wait
6581 ipsq_enter(ill_t *ill, boolean_t force, int type) argument
6617 if (!force || ipx->ipx_writer != NULL) {
10280 * selection avoids them) -- so force IFF_DEPRECATED on, and do not
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex713 % group, force a page break.

Completed in 377 milliseconds

123456789