Searched refs:cancel (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-current/contrib/dialog/samples/
H A Dradiolist39 --cancel-label 'Give Up' \
H A Dradiolist29 --cancel-label 'Give Up' \
H A Dradiolist49 --cancel-label 'Give Up' \
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dtime44 --cancel-label 'Skip' \
56 --cancel-label 'Skip' \
H A Dfinalconfig39 --cancel-label "Finish" --default-no --menu \
H A Dhostname68 # Display input box (without cancel button) for user to enter desired hostname.
85 --no-cancel \
H A Dservices45 --title "System Configuration" --no-cancel --separate-output \
H A Dbootconfig57 --no-cancel \
H A Dkeymap67 # Activate $keymap and display an input box (without cancel button) for the
104 --no-cancel \
194 --cancel-label \"\$msg_cancel\" \
H A Djail97 --title "Distribution Select" --no-cancel --separate-output \
/freebsd-current/usr.sbin/bsdinstall/
H A Dstartbsdinstall55 bsddialog --backtitle "${OSNAME} Installer" --title "Complete" --no-cancel --ok-label "Reboot" --pause "Installation of ${OSNAME} complete! Rebooting in 10 seconds" 10 30 10
63 bsddialog --backtitle "${OSNAME} Installer" --title "Welcome" --extra-button --extra-label "Shell" --ok-label "Install" --cancel-label "Live System" --yesno "Welcome to ${OSNAME}! Would you like to begin an installation or use the live system?" 0 0
76 bsddialog --backtitle "${OSNAME} Installer" --title "Complete" --ok-label "Reboot" --extra-button --extra-label "Shutdown" --cancel-label "Live System" --yesno "Installation of ${OSNAME} complete! Would you like to reboot into the installed system now?" 0 0
/freebsd-current/lib/libthr/thread/
H A Dthr_cond.c53 const struct timespec *abstime, int cancel);
205 const struct timespec *abstime, int cancel)
220 if (cancel)
224 if (cancel)
241 if (error2 == 0 && cancel) {
254 if (cancel) {
277 const struct timespec *abstime, int cancel)
287 if (cancel)
316 if (cancel)
319 if (cancel)
204 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp, const struct timespec *abstime, int cancel) argument
276 cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp, const struct timespec *abstime, int cancel) argument
352 cond_wait_common(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime, int cancel) argument
[all...]
/freebsd-current/share/examples/ppp/
H A Dlogin-auth71 button .b.cancel -default normal -text "Cancel" -takefocus 0 -command {exit 1};
72 pack .b.cancel -side right;
H A Dchap-auth94 button .b.cancel -default normal -text "Cancel" -command {exit 1};
95 pack .b.cancel -side right;
/freebsd-current/tests/sys/aio/
H A Daio_kqueue_test.c66 int cancel, error; local
149 cancel = max_queue_per_proc - pending;
189 pending, max_queue_per_proc, cancel);
/freebsd-current/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c70 cancel(void) function
141 { "cancel", cancel },
/freebsd-current/crypto/openssl/apps/lib/
H A Dvms_term_sock.c234 status = sys$cancel (TerminalDeviceChan);
408 sys$cancel (TcpAcceptChan);
421 ** Before we block on the connect, set a timer that can cancel I/O on our
431 sys$cancel (TcpAcceptChan);
450 sys$cancel (TcpAcceptChan);
478 ** Here we're successfully connected, so cancel the timer, convert the
500 sys$cancel (sptb->SockChan2); /* Cancel the connect() */
501 sys$cancel (sptb->SockChan1); /* Cancel the accept() */
/freebsd-current/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_types_etmv3.h90 uint32_t cancel:1; /**< exception cancels prev instruction traced. */ member in struct:_ocsd_etmv3_excep::__anon5885
H A Dtrc_pkt_elem_etmv3.h79 const bool cancel,
128 const bool isExcepCancel() const { return (m_pkt_data.exception.bits.present == 1) && (m_pkt_data.exception.bits.cancel == 1); };
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java56 timer.cancel();
/freebsd-current/usr.sbin/mlxcontrol/
H A Dcommand.c651 int unit, i, ch, fd, cancel = 0; local
664 cancel = 1;
693 /* controller-wide pause/cancel */
694 mp.mp_which = cancel ? MLX_PAUSE_CANCEL : MLX_PAUSE_ALL;
707 warn("couldn't %s %s", cancel ? "cancel pause on" : "pause", ctrlrname(unit));
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c88 boolean_t cancel; member in struct:redact_thread_arg
264 if (rta->cancel)
722 struct redact_thread_arg *thread_args, boolean_t *cancel)
775 if (*cancel) {
802 * We're done; if we were cancelled, we need to cancel our workers and
808 thread_args[i].cancel = B_TRUE;
834 boolean_t cancel; member in struct:redact_merge_thread_arg
843 rmta->numsnaps, rmta->thr_args, &rmta->cancel);
957 rmta->cancel = B_TRUE;
721 perform_thread_merge(bqueue_t *q, uint32_t num_threads, struct redact_thread_arg *thread_args, boolean_t *cancel) argument
/freebsd-current/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp120 const bool cancel,
126 m_pkt_data.exception.bits.cancel = cancel ? 1 : 0;
677 if(m_pkt_data.exception.bits.cancel)
683 if(m_pkt_data.exception.bits.cancel)
118 SetException( const ocsd_armv7_exception type, const uint16_t number, const bool cancel, const bool cm_type, const int irq_n , const int resume ) argument
/freebsd-current/sys/nlm/
H A Dnlm_advlock.c857 * cancel our lock request.
859 nlm4_cancargs cancel; local
861 memset(&cancel, 0, sizeof(cancel));
864 cancel.cookie.n_len = sizeof(xid);
865 cancel.cookie.n_bytes = (char*) &xid;
866 cancel.block = block;
867 cancel.exclusive = exclusive;
868 cancel.alock = args.alock;
876 stat = nlm_cancel_rpc(vers, &cancel,
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c847 char *cancel = NULL; local
921 cancel = optarg;
1114 if (cancel != NULL) {
1121 (void) fprintf(stderr, "cancel (-c) incompatible with "
1134 if (strcmp(cancel, "all") == 0) {
1137 int id = (int)strtol(cancel, &end, 10);
1140 " must be an integer or 'all'\n", cancel);

Completed in 311 milliseconds

12