Searched defs:resuming (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c185 int resuming; local
205 * once when resuming, wc_save_context() returns 0 when
208 resuming = (wc_save_context(wc_cpu) == 0);
215 if (resuming) {
240 ("i_cpr_save_context() resuming cpu %d in cpu_ready_set\n",
256 resuming))
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3896 boolean_t resuming = B_TRUE; /* processing DDI_RESUME */ local
3911 resuming = B_FALSE;
3917 resuming = B_FALSE;
3922 if (resuming) {
3986 resuming != B_FALSE) {
4015 if (!resuming && AHCIPORT_DEV_TYPE(ahci_portp, addrp) !=
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3007 "A resuming stream can be generated on the sending "
3185 boolean_t resuming = DMU_GET_FEATUREFLAGS(drrb->drr_versioninfo) & local
3188 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && !resuming;
3253 * - we are resuming a failed receive.
3310 * If we are resuming a newfs, set newfs here so that we will
3317 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT))

Completed in 95 milliseconds