Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd-14.2/lib/libthr/thread/
H A Dthr_cond.c53 const struct timespec *abstime, int cancel);
204 const struct timespec *abstime, int cancel) in cond_wait_kernel() argument
219 if (cancel) in cond_wait_kernel()
223 if (cancel) in cond_wait_kernel()
240 if (error2 == 0 && cancel) { in cond_wait_kernel()
253 if (cancel) { in cond_wait_kernel()
276 const struct timespec *abstime, int cancel) in cond_wait_user() argument
286 if (cancel) in cond_wait_user()
315 if (cancel) in cond_wait_user()
318 if (cancel) in cond_wait_user()
[all …]
/freebsd-14.2/usr.sbin/bsdinstall/
H A Dstartbsdinstall52 …bsddialog --backtitle "FreeBSD Installer" --title "Complete" --no-cancel --ok-label "Reboot" --pau…
60 …le "Welcome" --extra-button --extra-label "Shell" --ok-label "Install" --cancel-label "Live System…
73 …"Complete" --ok-label "Reboot" --extra-button --extra-label "Shutdown" --cancel-label "Live System…
/freebsd-14.2/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr141 --cancel-label \"\$msg_cancel\" \
186 --cancel-label \"\$msg_cancel\" \
244 --cancel-label \"\$msg_cancel\" \
385 --cancel-label "$msg_cancel" \
399 --cancel-label "$msg_cancel" \
559 --cancel-label \"\$msg_cancel\" \
702 --cancel-label \"\$msg_cancel\" \
971 --cancel-label \"\$msg_cancel\" \
1086 --cancel-label \"\$msg_cancel\" \
1208 --cancel-label \"\$msg_cancel\" \
[all …]
H A Dgroup_input.subr108 --cancel-label \"\$msg_cancel\" \
122 # Allows the user to enter a name for a new group. If the user does not cancel
172 # Prompt the user to enter a password (twice). If the user does not cancel or
211 --cancel-label "$msg_cancel" \
228 --cancel-label "$msg_cancel" \
289 # does not cancel or press ESC, the $var_to_set variable will hold the newly-
319 --cancel-label \"\$msg_cancel\" \
375 --cancel-label \"\$msg_cancel\" \
457 --cancel-label \"\$msg_cancel\" \
519 --cancel-label \"\$msg_cancel\" \
[all …]
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dvms_term_sock.c232 status = sys$cancel (TerminalDeviceChan); in TerminalSocket()
405 sys$cancel (TcpAcceptChan); in CreateSocketPair()
428 sys$cancel (TcpAcceptChan); in CreateSocketPair()
447 sys$cancel (TcpAcceptChan); in CreateSocketPair()
496 sys$cancel (sptb->SockChan2); /* Cancel the connect() */ in SocketPairTimeoutAst()
497 sys$cancel (sptb->SockChan1); /* Cancel the accept() */ in SocketPairTimeoutAst()
/freebsd-14.2/usr.sbin/bsdinstall/scripts/
H A Dtime44 --cancel-label 'Skip' \
56 --cancel-label 'Skip' \
H A Dhostname83 --no-cancel \
H A Dservices45 --title "System Configuration" --no-cancel --separate-output \
/freebsd-14.2/tests/sys/aio/
H A Daio_kqueue_test.c66 int cancel, error; in main() local
149 cancel = max_queue_per_proc - pending; in main()
189 pending, max_queue_per_proc, cancel); in main()
/freebsd-14.2/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-14.2/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c70 cancel(void) in cancel() function
141 { "cancel", cancel },
/freebsd-14.2/usr.sbin/bsdconfig/password/share/
H A Dpassword.subr42 # Prompt the user to enter a password (twice). If the user does not cancel or
77 --cancel-label "$msg_cancel" \
91 --cancel-label "$msg_cancel" \
/freebsd-14.2/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c741 char *cancel = NULL; in main() local
815 cancel = optarg; in main()
1005 if (cancel != NULL) { in main()
1025 if (strcmp(cancel, "all") == 0) { in main()
1028 int id = (int)strtol(cancel, &end, 10); in main()
1031 " must be an integer or 'all'\n", cancel); in main()
/freebsd-14.2/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp120 const bool cancel, in SetException() argument
126 m_pkt_data.exception.bits.cancel = cancel ? 1 : 0; in SetException()
677 if(m_pkt_data.exception.bits.cancel) in getExcepStr()
683 if(m_pkt_data.exception.bits.cancel) in getExcepStr()
/freebsd-14.2/sys/nlm/
H A Dnlm_advlock.c860 nlm4_cancargs cancel; in nlm_setlock() local
862 memset(&cancel, 0, sizeof(cancel)); in nlm_setlock()
865 cancel.cookie.n_len = sizeof(xid); in nlm_setlock()
866 cancel.cookie.n_bytes = (char*) &xid; in nlm_setlock()
867 cancel.block = block; in nlm_setlock()
868 cancel.exclusive = exclusive; in nlm_setlock()
869 cancel.alock = args.alock; in nlm_setlock()
877 stat = nlm_cancel_rpc(vers, &cancel, in nlm_setlock()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c124 boolean_t cancel; member
130 boolean_t cancel; member
146 boolean_t cancel; member
1130 if (sta->cancel) in send_cb()
1210 boolean_t *cancel; member
1220 if (*rlcap->cancel) in redact_list_cb()
1340 rlcba.cancel = &rlt_arg->cancel; in redact_list_thread()
1603 boolean_t cancel; member
1903 smta->cancel = B_TRUE; in send_reader_thread()
2067 to_arg->cancel = B_FALSE; in setup_to_thread()
[all …]
H A Ddmu_redact.c88 boolean_t cancel; member
264 if (rta->cancel) in redact_cb()
722 struct redact_thread_arg *thread_args, boolean_t *cancel) in perform_thread_merge() argument
775 if (*cancel) { in perform_thread_merge()
808 thread_args[i].cancel = B_TRUE; in perform_thread_merge()
834 boolean_t cancel; member
843 rmta->numsnaps, rmta->thr_args, &rmta->cancel); in redact_merge_thread()
957 rmta->cancel = B_TRUE; in perform_redaction()
/freebsd-14.2/usr.sbin/mlxcontrol/
H A Dcommand.c651 int unit, i, ch, fd, cancel = 0; in cmd_pause() local
664 cancel = 1; in cmd_pause()
694 mp.mp_which = cancel ? MLX_PAUSE_CANCEL : MLX_PAUSE_ALL; in cmd_pause()
707 warn("couldn't %s %s", cancel ? "cancel pause on" : "pause", ctrlrname(unit)); in cmd_pause()
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Ddlg,da9121.yaml111 dlg,ripple-cancel:
185 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>;
196 dlg,ripple-cancel = <DA9121_BUCK_RIPPLE_CANCEL_NONE>;
/freebsd-14.2/contrib/dialog/samples/
H A Dradiolist29 --cancel-label 'Give Up' \
H A Dradiolist39 --cancel-label 'Give Up' \
H A Dradiolist49 --cancel-label 'Give Up' \
/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h79 const bool cancel,
128 …st { return (m_pkt_data.exception.bits.present == 1) && (m_pkt_data.exception.bits.cancel == 1); }; in isExcepCancel()
/freebsd-14.2/tools/tools/netmap/
H A Dpkt-gen.c329 int cancel; member
575 targs[i].cancel = 1; in sigint_h()
1421 while (!targ->cancel && (n == 0 || sent < n)) { in ping_body()
1559 if (rx < m && ts.tv_sec <= 3 && !targ->cancel) in ping_body()
1794 if (targ->cancel) in sender_body()
1941 for (;!targ->cancel;) { in receiver_body()
2088 while (!targ->cancel) { in txseq_body()
2115 if (targ->cancel) in txseq_body()
2210 while (!targ->cancel && nm_tx_pending(ring)) { in txseq_body()
2283 for (;!targ->cancel;) { in rxseq_body()
[all …]

12345