/freebsd/contrib/llvm-project/libcxx/include/__coroutine/ |
H A D | coroutine_handle.h | 58 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "done() can be called only on suspended coroutines"); 66 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "resume() can be called only on suspended coroutines"); 72 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "destroy() can be called only on suspended coroutines"); 78 // FIXME actually implement a check for if the coro is suspended. 133 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "done() can be called only on suspended coroutines"); 141 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "resume() can be called only on suspended coroutines"); 147 _LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL(__is_suspended(), "destroy() can be called only on suspended coroutines"); 158 // FIXME actually implement a check for if the coro is suspended.
|
/freebsd/lib/libsys/ |
H A D | thr_suspend.2 | 48 being suspended, or 57 system call puts the calling thread in a suspended state, where it is 64 or by the delivery of a signal to the suspended thread. 70 the suspended state can be only terminated by explicit 78 call, the thread is not put into a suspended state.
|
H A D | thr_wake.2 | 33 .Nd wake up the suspended thread 48 being suspended, or 73 woken up if suspended by the 76 If the thread is not suspended at the time of the
|
/freebsd/lib/libdevctl/ |
H A D | devctl.3 | 163 function resumes a suspended device to a fully working state. 231 If false, the device is suspended before the reset, and resumed after. 324 The device is already suspended. 326 The device to be suspended is the root bus device. 334 The device is not suspended. 430 If a device is suspended individually via 432 and the entire machine is subsequently suspended, 435 Similarly, if the device is suspended, and
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set2 | 48 46 Suspended (signal) 50 48 Suspended 53 51 Suspended (tty input) 55 53 Suspended (tty output)
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set2 | 48 46 Suspended (signal) 50 48 Suspended 53 51 Suspended (tty input) 55 53 Suspended (tty output)
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | mmp.c | 92 * is suspended and no further writes will occur. 94 * Note that resuming the suspended pool on the remote host would invalidate 179 * When zfs_multihost_fail_intervals > 0, the pool will be suspended if 185 * pool to be suspended. 547 boolean_t suspended = spa_suspended(spa); in mmp_thread() local 583 last_spa_suspended = suspended; in mmp_thread() 585 suspended = spa_suspended(spa); in mmp_thread() 596 /* Smooth so pool is not suspended when reducing tunables */ in mmp_thread() 631 * MMP off => on, or suspended => !suspended: in mmp_thread() 636 (last_spa_suspended && !suspended)) { in mmp_thread() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/ |
H A D | zpool_trim_rate.ksh | 32 # 3. Verify the TRIM can be suspended. 64 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended" 72 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended" 80 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended"
|
H A D | zpool_trim_import_export.ksh | 37 # 8. Verify that progress does not regress but trimming is still suspended. 71 log_mustnot eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended" 86 log_must eval "trim_prog_line $TESTPOOL $LARGEFILE | grep suspended"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | suspend_resume_single.ksh | 63 until [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; do 82 # if the pool suspended, then everything is bad 83 if [[ $(kstat_pool $TESTPOOL state) == "SUSPENDED" ]] ; then 84 log_fail "pool suspended"
|
/freebsd/usr.sbin/devctl/ |
H A D | devctl.8 | 133 Resume a suspended device to a fully working state. 201 Drivers for the devices being reset are suspended around the reset. 217 If you have detached or suspended a child device explicitly and then 248 of the manually detached or suspended devices after reset. 250 suspended devices after system resume.
|
/freebsd/contrib/pf/pflogd/ |
H A D | pflogd.c | 117 static int suspended = -1; variable 123 if (suspended == s) in set_suspended() 126 suspended = s; in set_suspended() 128 suspended ? "suspended" : "running", in set_suspended() 494 if (suspended) { 535 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", strerror(errno)); 550 logmsg(LOG_ERR, "Logging suspended: ftello: %s", 557 logmsg(LOG_ERR, "Logging suspended: fwrite: %s", 604 if (suspended) { 768 logmsg(LOG_ERR, "Logging suspended: open error"); [all …]
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_if.m | 182 * Mark a resource as 'suspended', gauranteeing to the bridge that no 189 * Requests to suspend a suspended resource will be ignored. 195 * @param r The resource to be suspended. 205 * Attempt to re-enable a resource previously suspended by 212 * Requests to resume a non-suspended resource will be ignored. 218 * @param r The resource to be suspended.
|
/freebsd/share/man/man4/man4.i386/ |
H A D | apm.4 | 32 When the system wakes up from suspended mode, 36 When the system wakes up from suspended mode, 40 comprising of system wakeup time and elapsed time during suspended mode. 151 be suspended
|
/freebsd/share/man/man3/ |
H A D | pthread_resume_np.3 | 30 .Nd resume suspended thread 40 function, called on a suspended thread, causes it to resume. 43 argument is not suspended, no actions will be performed.
|
H A D | pthread_resume_all_np.3 | 30 .Nd resume all suspended threads 41 and resumes those which were previously suspended.
|
H A D | pthread_suspend_all_np.3 | 40 function causes all active threads to be suspended. 51 that all threads are suspended at safe points.
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-clear.8 | 49 If the pool was suspended it will be brought back online provided the 53 enabled which have been suspended cannot be resumed when there is evidence
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
H A D | zpool_initialize_uninit.ksh | 109 status_check_all $TESTPOOL "suspended" 121 status_check $TESTPOOL "uninitialized" "suspended" "[[:digit:]]* initialized" 124 status_check $TESTPOOL "uninitialized" "suspended" "[[:digit:]]* initialized" 136 status_check_all $TESTPOOL "suspended"
|
H A D | zpool_initialize_import_export.ksh | 41 # 8. Verify that progress does not regress but initializing is still suspended. 61 log_mustnot eval "initialize_prog_line $TESTPOOL $DISK1 | grep suspended" 76 log_must eval "initialize_prog_line $TESTPOOL $DISK1 | grep suspended"
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.2 | 577 Jobs; Background, Foreground, or Suspended 663 .I suspended. 665 jobs can be suspended or running in the background at once. As each job 692 .I suspended 695 foreground job. A background job can become suspended by using the 697 command described below. When jobs are suspended they merely stop 725 the suspended job. Also, foreground jobs can be suspended and then 776 suspended job. With the `\-l' option the process numbers are also 799 command runs a suspended or background job in the foreground. It is 800 used to restart a previously suspended job or change a background job [all …]
|
H A D | csh.1 | 859 (usually one but more if a pipeline is executing) to become suspended. 860 The shell notices that the command(s) have been suspended, types 862 The previously executing command has been suspended, but otherwise 864 while the original command remains suspended. The suspended command can 869 to resume execution. Unless any input files in use by the suspended 895 name of the file he wanted to mention. The mail command was suspended 897 suspended, it typed `Stopped' and prompted for a new command. Then the 901 command was run to find out which command was suspended. 909 command will show which commands are suspended.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
H A D | pool_state.ksh | 37 # 7. Check that pool is SUSPENDED 83 # $2: expected state ("ONLINE", "DEGRADED", "SUSPENDED", etc) 141 # background since the command will hang when the pool gets suspended. The 150 log_must check_all $TESTPOOL2 "SUSPENDED"
|
/freebsd/contrib/tcsh/ |
H A D | sh.init.c | 576 # ifdef SUSPENDED in mesginit() 577 mesg[SIGSTOP].pname = CSAVS(2, 46, "Suspended (signal)"); in mesginit() 578 # else /* !SUSPENDED */ in mesginit() 580 # endif /* SUSPENDED */ in mesginit() 587 # ifdef SUSPENDED in mesginit() 588 mesg[SIGTSTP].pname = CSAVS(2, 48, "Suspended"); in mesginit() 589 # else /* !SUSPENDED */ in mesginit() 591 # endif /* SUSPENDED */ in mesginit() 605 # ifdef SUSPENDED in mesginit() 606 mesg[SIGTTIN].pname = CSAVS(2, 51, "Suspended (tty input)"); in mesginit() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-nit6xlite.dtsi | 80 retain-state-suspended; 86 retain-state-suspended; 92 retain-state-suspended; 98 retain-state-suspended; 104 retain-state-suspended;
|