| /freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user_input.subr | 141 --cancel-label \"\$msg_cancel\" \ 156 # not cancel or press ESC, the $var_to_set variable will hold the newly- 186 --cancel-label \"\$msg_cancel\" \ 199 # Return if user has either pressed ESC or chosen Cancel/No 244 --cancel-label \"\$msg_cancel\" \ 251 # pressed ESC or chose Cancel/No 269 # pressed ESC or chose Cancel/No 298 # not cancel or press ESC, the $var_to_set variable will hold the newly- 310 # Return if user has either pressed ESC or chosen Cancel/No 347 # Prompt the user to enter a password (twice). If the user does not cancel or [all …]
|
| H A D | group_input.subr | 108 --cancel-label \"\$msg_cancel\" \ 122 # Allows the user to enter a name for a new group. If the user does not cancel 135 # Return if user has either pressed ESC or chosen Cancel/No 172 # Prompt the user to enter a password (twice). If the user does not cancel or 211 --cancel-label "$msg_cancel" \ 220 # Return if user has either pressed ESC or chosen Cancel/No 228 --cancel-label "$msg_cancel" \ 237 # Return if user has either pressed ESC or chosen Cancel/No 271 # cancel or press ESC, the $var_to_set variable will hold the newly-configured 278 # Return if user has either pressed ESC or chosen Cancel/No [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
| H A D | zpool_wait_initialize_flag.ksh | 31 # 4. Cancel the initialization of disk 1. Check that neither waiting process 33 # 5. Cancel the initialization of disk 3. Check that only the second waiting 35 # 6. Cancel the initialization of disk 2. Check that the first waiting process 70 # Cancel initialization of one of disks started by init12, make sure neither 78 # Cancel initialization started by init3, make sure that process exits, but 85 # Cancel last initialization started by init12, make sure it returns.
|
| H A D | zpool_wait_trim_flag.ksh | 30 # 4. Cancel the trim of vdev 1. Check that neither waiting process exits. 31 # 5. Cancel the trim of vdev 3. Check that only the second waiting process 33 # 6. Cancel the trim of vdev 2. Check that the first waiting process exits. 70 # Cancel trim of one of disks started by trim12, make sure neither 78 # Cancel trim started by trim3, make sure that process exits, but 85 # Cancel last trim started by trim12, make sure it returns.
|
| /freebsd/sys/sys/ |
| H A D | aio.h | 158 aio_cancel_fn_t *cancel_fn; /* (a) backend cancel function */ 182 * be serviced by installing a cancel routine while the request is 184 * necessary and cancel it. Care must be used to handle races between 191 * 2) Call aio_set_cancel_function() to install the cancel routine. 192 * 3) If that fails, the request has a pending cancel and should be 201 * 3) Call aio_clear_cancel_function() to clear the cancel routine. 202 * 4) If that fails, the cancel routine is about to be called. The 205 * The cancel routine should: 211 * 4) Cancel the request via aio_cancel(). 268 * Cancel I/O
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_cond.c | 53 const struct timespec *abstime, int cancel); 205 const struct timespec *abstime, int cancel) in cond_wait_kernel() argument 220 if (cancel) in cond_wait_kernel() 224 if (cancel) in cond_wait_kernel() 241 if (error2 == 0 && cancel) { in cond_wait_kernel() 254 if (cancel) { in cond_wait_kernel() 277 const struct timespec *abstime, int cancel) in cond_wait_user() argument 287 if (cancel) in cond_wait_user() 316 if (cancel) in cond_wait_user() 319 if (cancel) in cond_wait_user() [all …]
|
| /freebsd/crypto/krb5/src/windows/installer/wix/lang/ |
| H A D | ui_1033.wxi | 34 …<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="[… 41 …roductName], at a specified network location. Click Next to continue or Cancel to exit the [Wizar… 48 …" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Butto… 51 …<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text=… 63 …" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Butto… 66 …<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text=… 81 …<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel… 102 …<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel… 125 …" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="[Butto… 128 …<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text=… [all …]
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | bsddialog.1 | 63 builds another dialog unless the previous one returns Error, ESC or Cancel. 122 .It Fl Fl cancel-exit-code Ar retval 124 .Dq Cancel 126 .It Fl Fl cancel-label Ar label 128 .Dq Cancel 168 .Dq Cancel 270 .It Fl Fl no-cancel 272 .Dq Cancel 628 .Dq Cancel 686 .Dq Cancel [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
| H A D | zpool_initialize_uninit.ksh | 38 # 3. Verify pool wide cancel|suspend + uninit 41 # c. Cancel or suspend initializing and verify that initializing is not active. 43 # 4. Verify per-disk cancel|suspend + uninit 89 # 3. Verify pool wide cancel + uninit 115 # 4. Verify per-disk cancel|suspend + uninit 142 log_pass "Initialize start + cancel/suspend + uninit + start works"
|
| /freebsd/usr.sbin/bsdconfig/password/share/ |
| H A D | password.subr | 42 # Prompt the user to enter a password (twice). If the user does not cancel or 77 --cancel-label "$msg_cancel" \ 83 # Return if user either pressed ESC or chose Cancel/No 91 --cancel-label "$msg_cancel" \ 97 # Return if user either pressed ESC or chose Cancel/No
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_cancel.cpp | 55 // one that matches the current request -> cancel in __kmpc_cancel() 93 // have one that matches the current request -> cancel in __kmpc_cancel() 119 // ICV OMP_CANCELLATION=false, so we ignored this cancel request in __kmpc_cancel() 131 RTL and the encountering thread has to cancel.. 162 // cancellation point so we can cancel in __kmpc_cancellationpoint() 237 RTL and the encountering thread has to cancel.. 255 // depending on which construct to cancel, check the flag and in __kmpc_cancel_barrier() 299 RTL and the encountering thread has to cancel..
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | vms_term_sock.c | 230 ** Cancel any pending IO on the terminal channel in TerminalSocket() 232 status = sys$cancel (TerminalDeviceChan); in TerminalSocket() 234 LogMessage ("TerminalSocket: SYS$CANCEL () - %08X", status); in TerminalSocket() 405 sys$cancel (TcpAcceptChan); in CreateSocketPair() 418 ** Before we block on the connect, set a timer that can cancel I/O on our in CreateSocketPair() 428 sys$cancel (TcpAcceptChan); in CreateSocketPair() 447 sys$cancel (TcpAcceptChan); in CreateSocketPair() 475 ** Here we're successfully connected, so cancel the timer, convert the in CreateSocketPair() 496 sys$cancel (sptb->SockChan2); /* Cancel the connect() */ in SocketPairTimeoutAst() 497 sys$cancel (sptb->SockChan1); /* Cancel the accept() */ in SocketPairTimeoutAst()
|
| /freebsd/sys/contrib/xen/io/ |
| H A D | tpmif.h | 85 * or can cancel the command and change the state to TPMIF_STATE_IDLE. The TPM 88 * TPM may cancel a command if the interface is seized by another locality. 95 TPMIF_STATE_IDLE, /* no contents / vTPM idle / cancel complete */ 98 TPMIF_STATE_CANCEL, /* cancel requested / vTPM working */ 101 * frontend should only change to SUBMIT or CANCEL. Status changes do not need
|
| /freebsd/contrib/dialog/ |
| H A D | dialog.1 | 109 dialog unless you have pressed ESC to cancel, or 113 e.g., Cancel or No (see DIAGNOSTICS). 121 No text is written if the Cancel button (or ESC) is pressed; 200 .IP "\fB--cancel-label \fIstring" 201 Override the label used for \*(``Cancel\*('' buttons. 335 \*(``OK\*('' and \*(``Cancel\*('' 336 as a \fICancel\fP. 337 If \*(``\fB\-\-no\-cancel\fP\*('' or \*(``\fB\-\-visit\-items\fP\*('' are given 351 .IR cancel , 359 and \*(``\fB\-\-no\-cancel\fP\*('' options. [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Alarm.h | 23 /// can be used to restart or cancel the alarm. 38 /// Handle which can be used to restart or cancel the alarm. 49 /// Cancel the alarm for the given Handle. The alarm and its handle will be 56 bool Cancel(Handle handle);
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | mustberoot.subr | 116 --cancel-label \"\$msg_cancel\" \ 125 X) # Cancel/Exit 158 # Continue prompting until they either Cancel, succeed 169 --cancel-label "$msg_cancel" \ 189 --cancel-label "$msg_cancel" \ 298 # Continue prompting until they either Cancel, succeed or exceed the 308 --cancel-label "$msg_cancel" \
|
| /freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
| H A D | socket.h | 238 * What I/O events to cancel in isc_socket_cancel() calls. 240 #define ISC_SOCKCANCEL_RECV 0x00000001 /*%< cancel recv */ 241 #define ISC_SOCKCANCEL_SEND 0x00000002 /*%< cancel send */ 242 #define ISC_SOCKCANCEL_ACCEPT 0x00000004 /*%< cancel accept */ 243 #define ISC_SOCKCANCEL_CONNECT 0x00000008 /*%< cancel connect */ 244 #define ISC_SOCKCANCEL_ALL 0x0000000f /*%< cancel everything */ 292 void (*cancel)(isc_socket_t *sock, isc_task_t *task, member 465 * Cancel pending I/O of the type specified by "how". 467 * Note: if "task" is NULL, then the cancel applies to all tasks using the 477 * The type ISC_SOCKCANCEL_ALL will cancel all pending I/O on this [all …]
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_work.c | 45 WORK_ST_CANCEL, /* cancel is being requested */ 278 [WORK_ST_CANCEL] = WORK_ST_EXEC, /* failed to cancel */ in linux_work_fn() 356 [WORK_ST_CANCEL] = WORK_ST_TASK, /* failed to cancel */ in linux_delayed_work_timer_fn() 382 [WORK_ST_TASK] = WORK_ST_IDLE, /* cancel */ in linux_cancel_work() 413 [WORK_ST_TASK] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_work_sync() 415 [WORK_ST_CANCEL] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_work_sync() 473 [WORK_ST_TIMER] = WORK_ST_CANCEL, /* try to cancel */ in linux_cancel_delayed_work() 474 [WORK_ST_TASK] = WORK_ST_CANCEL, /* try to cancel */ in linux_cancel_delayed_work() 518 [WORK_ST_TIMER] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_delayed_work_sync_int() 519 [WORK_ST_TASK] = WORK_ST_IDLE, /* cancel and drain */ in linux_cancel_delayed_work_sync_int() [all …]
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zpool-initialize.8 | 53 Begin, cancel, suspend initializing on 56 .It Fl c , -cancel 57 Cancel initializing on the specified devices, or all eligible devices if none
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zthr.c | 93 * After that you should be able to wakeup, cancel, and resume the 115 * To cancel a zthr: 121 * ZTHR cancel and resume should be invoked in open context during the 130 * need to cancel the SPA's zthrs (e.g spa_export). For this scenario 151 * To completely cleanup a zthr, cancel it first to ensure that it 181 * ZTHR cancel and resume are requests on a zthr to change its 359 * Sends a cancel request to the zthr and blocks until the zthr is 445 * returns TRUE if we are in the middle of trying to cancel 503 * similar to [3]. We'll wait for the cancel, which is in zthr_wait_cycle_done()
|
| /freebsd/share/examples/ppp/ |
| H A D | login-auth | 71 button .b.cancel -default normal -text "Cancel" -takefocus 0 -command {exit 1}; 72 pack .b.cancel -side right;
|
| H A D | chap-auth | 94 button .b.cancel -default normal -text "Cancel" -command {exit 1}; 95 pack .b.cancel -side right;
|
| /freebsd/contrib/dialog/samples/ |
| H A D | dft-cancel | 2 # $Id: dft-cancel,v 1.2 2012/07/03 09:44:02 tom Exp $ 3 DIALOGOPTS="$DIALOGOPTS --extra-button --help-button --default-button cancel" "$@"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/ |
| H A D | zpool_error_scrub_002_pos.ksh | 40 # 6. Resume the paused scrub, verify it and cancel it. 43 # 9. Cancel error scrub (-e) and verify it is canceled. 44 # 10. Start scrub, verify it, cancel it and verify it.
|
| /freebsd/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_elem_etmv4i.cpp | 195 oss << "; Cancel(" << std::dec << cancel_elements << ")"; in toString() 203 oss << "; Cancel(" << std::dec << cancel_elements << "), Mispredict"; in toString() 229 oss << "Cancel(1), Mispredict"; in toString() 241 oss << "Cancel(" << std::dec << cancel_elements << "), Mispredict"; in toString() 414 pDesc = "Cancel Format 1."; in packetTypeName() 419 pDesc = "Cancel Format 1 + Mispredict."; in packetTypeName() 430 pDesc = "Cancel Format 2."; in packetTypeName() 435 pDesc = "Cancel Format 3."; in packetTypeName()
|