Searched refs:suspended (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/pf/pflogd/
H A Dpflogd.c109 static int suspended = -1; variable
115 if (suspended == s)
118 suspended = s;
120 suspended ? "suspended" : "running",
486 if (suspended) {
527 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", strerror(errno));
542 logmsg(LOG_ERR, "Logging suspended: ftello: %s",
549 logmsg(LOG_ERR, "Logging suspended: fwrite: %s",
596 if (suspended) {
[all...]
/freebsd-10.1-release/cddl/compat/opensolaris/misc/
H A Dthread_pool.c155 /* can't abandon a suspended pool */
385 int suspended; local
388 suspended = (tpool->tp_flags & TP_SUSPEND) != 0;
391 return (suspended);
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_status.c205 uint64_t suspended; local
263 * Check whether the pool has suspended due to failed I/O.
266 &suspended) == 0) {
267 if (suspended == ZIO_FAILURE_MODE_CONTINUE)
/freebsd-10.1-release/sys/dev/fxp/
H A Dif_fxpvar.h215 int suspended; /* 0 = normal 1 = suspended or dead */ member in struct:fxp_softc
H A Dif_fxp.c1085 sc->suspended = 1;
1123 sc->suspended = 0;
1386 * going again if suspended.
1719 if (sc->suspended) {
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Di915_drv.c307 dev_priv->mm.suspended = 0;
799 !dev_priv->mm.suspended) {
800 dev_priv->mm.suspended = 0;
H A Di915_gem.c348 if (dev_priv->mm.suspended)
366 * And not confound mm.suspended!
368 dev_priv->mm.suspended = 1;
872 dev_priv->mm.suspended = 0;
899 dev_priv->mm.suspended = 1;
2760 if (!dev_priv->mm.suspended) {
3506 if (!dev_priv->mm.suspended && !idle)
H A Di915_dma.c1035 dev_priv->mm.suspended = 0;
1283 /* Start out suspended */
1284 dev_priv->mm.suspended = 1;
H A Di915_drv.h630 int suspended; member in struct:drm_i915_private::__anon8332
H A Di915_gem_execbuffer.c1248 if (dev_priv->mm.suspended) {
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c361 and sees that its group is suspended.)
569 int reinit = 0, suspended = 0; local
619 suspended=1;
625 suspended = 1;
628 if (suspended)
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_vfsops.c1490 int suspended; local
1499 suspended = 0;
1604 suspended = 1;
1611 (error = ffs_sbupdate(ump, waitfor, suspended)) != 0)
1851 ffs_sbupdate(ump, waitfor, suspended)
1854 int suspended;
1885 if (suspended)
1920 if (suspended)
/freebsd-10.1-release/sys/amd64/include/
H A Dvmm.h581 } suspended; member in union:vm_exit::__anon6064
/freebsd-10.1-release/sys/pci/
H A Dif_rl.c889 sc->suspended = 1;
1495 if (sc->suspended)
1971 sc->suspended = 1;
2016 sc->suspended = 0;
H A Dif_rlreg.h904 int suspended; /* 0 = normal 1 = suspended */ member in struct:rl_softc
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c1362 nvlist_t *suspended = NULL; local
1376 suspended = fnvlist_alloc();
1394 fnvlist_add_uint64(suspended, fsname,
1410 if (suspended != NULL) {
1411 for (pair = nvlist_next_nvpair(suspended, NULL); pair != NULL;
1412 pair = nvlist_next_nvpair(suspended, pair)) {
1416 fnvlist_free(suspended);
/freebsd-10.1-release/sys/dev/drm/
H A Di915_drv.h304 int suspended; member in struct:drm_i915_private::__anon8234
/freebsd-10.1-release/usr.sbin/bhyve/
H A Dbhyverun.c521 how = vmexit->u.suspended.how;
/freebsd-10.1-release/sys/dev/dc/
H A Dif_dcreg.h777 int suspended; /* 0 = normal 1 = suspended */ member in struct:dc_softc
H A Dif_dc.c3296 if (sc->suspended)
4045 sc->suspended = 1;
4070 sc->suspended = 0;
/freebsd-10.1-release/sys/dev/re/
H A Dif_re.c1759 sc->suspended = 1;
2567 if (sc->suspended ||
3672 sc->suspended = 1;
3711 sc->suspended = 0;
/freebsd-10.1-release/sys/amd64/vmm/
H A Dvmm.c141 volatile cpuset_t suspended_cpus; /* (i) suspended vcpus */
465 * A virtual machine can be reset only if all vcpus are suspended.
1280 * Wait until all 'active_cpus' have suspended themselves.
1282 * Since a VM may be suspended at any time including when one or
1289 VCPU_CTR0(vm, vcpuid, "All vcpus suspended");
1329 VM_CTR2(vm, "virtual machine already suspended %d/%d",
1334 VM_CTR1(vm, "virtual machine successfully suspended %d", how);
1337 * Notify all active vcpus that they are now suspended.
1359 vmexit->u.suspended.how = vm->suspend;
/freebsd-10.1-release/sys/kern/
H A Dvfs_subr.c967 * Don't recycle if its filesystem is being suspended.
1002 getnewvnode_wait(int suspended) argument
1007 if (suspended) {
1009 * File system is beeing suspended, we cannot risk a

Completed in 329 milliseconds