| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | mmp.c | 567 boolean_t suspended = spa_suspended(spa); in mmp_thread() local 574 boolean_t last_spa_suspended = suspended; in mmp_thread() 591 last_spa_suspended = suspended; in mmp_thread() 593 suspended = spa_suspended(spa); in mmp_thread() 643 (last_spa_suspended && !suspended)) { in mmp_thread() 648 last_spa_suspended, suspended); in mmp_thread() 669 if (multihost && !suspended && mmp_fail_intervals && in mmp_thread() 688 if (multihost && !suspended) in mmp_thread()
|
| D | dsl_scan.c | 2630 boolean_t suspended = B_FALSE; in scan_io_queue_issue() local 2636 suspended = B_TRUE; in scan_io_queue_issue() 2651 return (suspended); in scan_io_queue_issue() 2766 boolean_t suspended = B_FALSE; in scan_io_queues_run_one() local 2821 suspended = scan_io_queue_issue(queue, &sio_list); in scan_io_queues_run_one() 2824 if (suspended) in scan_io_queues_run_one() 2830 if (suspended) in scan_io_queues_run_one()
|
| D | dsl_dataset.c | 1595 nvlist_t *suspended = NULL; in dsl_dataset_snapshot() local 1609 suspended = fnvlist_alloc(); in dsl_dataset_snapshot() 1627 fnvlist_add_uint64(suspended, fsname, in dsl_dataset_snapshot() 1643 if (suspended != NULL) { in dsl_dataset_snapshot() 1644 for (pair = nvlist_next_nvpair(suspended, NULL); pair != NULL; in dsl_dataset_snapshot() 1645 pair = nvlist_next_nvpair(suspended, pair)) { in dsl_dataset_snapshot() 1649 fnvlist_free(suspended); in dsl_dataset_snapshot()
|
| /freebsd-12-stable/contrib/pf/pflogd/ |
| D | pflogd.c | 109 static int suspended = -1; variable 115 if (suspended == s) in set_suspended() 118 suspended = s; in set_suspended() 120 suspended ? "suspended" : "running", in set_suspended() 486 if (suspended) { 596 if (suspended) {
|
| /freebsd-12-stable/sys/dev/bhnd/bhndb/ |
| D | bhndb_if.m | 183 * Mark a resource as 'suspended', gauranteeing to the bridge that no 190 * Requests to suspend a suspended resource will be ignored. 196 * @param r The resource to be suspended. 206 * Attempt to re-enable a resource previously suspended by 213 * Requests to resume a non-suspended resource will be ignored. 219 * @param r The resource to be suspended.
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | imx6qdl-nit6xlite.dtsi | 90 retain-state-suspended; 96 retain-state-suspended; 102 retain-state-suspended; 108 retain-state-suspended; 114 retain-state-suspended;
|
| D | imx6qdl-nitrogen6_max.dtsi | 186 retain-state-suspended; 192 retain-state-suspended;
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/ |
| D | coroutine | 118 "resume() can only be called on suspended coroutines"); 127 "destroy() can only be called on suspended coroutines"); 134 "done() can only be called on suspended coroutines"); 161 // FIXME actually implement a check for if the coro is suspended.
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_status.c | 221 uint64_t suspended; in check_status() local 303 &suspended) == 0) { in check_status() 310 if (suspended == ZIO_FAILURE_MODE_CONTINUE) in check_status()
|
| /freebsd-12-stable/cddl/compat/opensolaris/misc/ |
| D | thread_pool.c | 383 int suspended; in tpool_suspended() local 386 suspended = (tpool->tp_flags & TP_SUSPEND) != 0; in tpool_suspended() 389 return (suspended); in tpool_suspended()
|
| /freebsd-12-stable/contrib/tcsh/nls/C/ |
| D | set17 | 14 12 %S: Already suspended\n
|
| D | set1 | 67 65 %sThere are suspended jobs
|
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_vfsops.c | 1515 int suspended; local 1523 suspended = 0; 1626 suspended = 1; 1633 (error = ffs_sbupdate(ump, waitfor, suspended)) != 0) 1894 int suspended; member 1902 ffs_sbupdate(ump, waitfor, suspended) in ffs_sbupdate() argument 1905 int suspended; 1927 devfd.suspended = suspended; 1953 if (devfdp->suspended) in ffs_use_bwrite() 1985 if (devfdp->suspended) in ffs_use_bwrite()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | NewThings | 164 are displayed when a new job is suspended. [Idea from the mtXinu 167 set listjobs=long, jobs -l is executed every time a job is suspended. 168 set listjobs=short, jobs is executed every time a job is suspended.
|
| /freebsd-12-stable/contrib/libevent/ |
| D | bufferevent_ratelim.c | 568 int reinit = 0, suspended = 0; in bufferevent_set_rate_limit() local 618 suspended=1; in bufferevent_set_rate_limit() 624 suspended = 1; in bufferevent_set_rate_limit() 627 if (suspended) in bufferevent_set_rate_limit()
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | bufferevent_ratelim.c | 568 int reinit = 0, suspended = 0; in bufferevent_set_rate_limit() local 618 suspended=1; in bufferevent_set_rate_limit() 624 suspended = 1; in bufferevent_set_rate_limit() 627 if (suspended) in bufferevent_set_rate_limit()
|
| /freebsd-12-stable/sys/dev/fxp/ |
| D | if_fxpvar.h | 218 int suspended; /* 0 = normal 1 = suspended or dead */ member
|
| /freebsd-12-stable/sys/gnu/dts/arm64/amlogic/ |
| D | meson-gxm-rbox-pro.dts | 49 retain-state-suspended;
|
| /freebsd-12-stable/sys/dev/drm2/i915/ |
| D | i915_drv.c | 592 dev_priv->mm.suspended = 0; in __i915_drm_thaw() 898 !dev_priv->mm.suspended) { in i915_reset() 902 dev_priv->mm.suspended = 0; in i915_reset()
|
| D | i915_gem.c | 2322 if (!dev_priv->mm.suspended) { in i915_add_request() 2539 if (!dev_priv->mm.suspended && !idle) in i915_gem_retire_work_handler() 4128 if (dev_priv->mm.suspended) { in i915_gem_idle() 4150 dev_priv->mm.suspended = 1; in i915_gem_idle() 4377 dev_priv->mm.suspended = 0; in i915_gem_entervt_ioctl() 4397 dev_priv->mm.suspended = 1; in i915_gem_entervt_ioctl()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_CTX_set_cert_cb.pod | 32 indicate, that the handshake was suspended. The next call to the handshake
|
| D | SSL_CTX_set_client_cert_cb.pod | 37 suspended. The next call to the handshake function will again lead to the call
|
| D | SSL_CTX_set_client_hello_cb.pod | 34 SSL_ERROR_WANT_CLIENT_HELLO_CB to indicate that the handshake was suspended.
|
| /freebsd-12-stable/sys/dev/rl/ |
| D | if_rl.c | 892 sc->suspended = 1; in rl_detach() 1497 if (sc->suspended) in rl_intr() 1971 sc->suspended = 1; in rl_suspend() 2016 sc->suspended = 0; in rl_resume()
|
| /freebsd-12-stable/sys/gnu/dts/arm64/rockchip/ |
| D | rk3399-gru-kevin.dts | 191 powered-while-suspended;
|