Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/tools/regression/sockets/sblock/
H A Dsblock.c53 static int interrupted; variable
58 interrupted++; in signal_handler()
78 if (interrupted) in blocking_recver()
107 if (!interrupted) in locking_recver()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp351 bool IOHandlerEditline::GetLine(std::string &line, bool &interrupted) { in GetLine() argument
354 return m_editline_up->GetLine(line, interrupted); in GetLine()
535 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines() argument
541 return m_editline_up->GetLines(m_base_line_number, lines, interrupted); in GetLines()
560 bool interrupted = false; in GetLines() local
561 if (GetLine(line, interrupted) && !interrupted) { in GetLines()
580 bool interrupted = false; in Run() local
583 if (GetLines(lines, interrupted)) { in Run()
584 if (interrupted) { in Run()
596 if (GetLine(line, interrupted)) { in Run()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.print.c222 static int interrupted = 0; in flush() local
233 if (interrupted) { in flush()
234 interrupted = 0; in flush()
241 interrupted = 1; in flush()
310 interrupted = 0; in flush()
H A DNewThings28 * $< can be interrupted and takes modifiers. Does not quote args by default
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h51 interrupted = int(std::errc::interrupted), enumerator
/freebsd/crypto/openssh/
H A Dsftp.c101 volatile sig_atomic_t interrupted = 0; variable
252 interrupted = 1; in cmd_interrupt()
259 interrupted = 1; in read_interrupt()
679 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in process_get()
890 for (n = 0; d[n] != NULL && !interrupted; n++) { in do_ls_dir()
994 if (interrupted) in do_globbed_ls()
1040 for (j = 0; j < nentries && !interrupted; j++) { in do_globbed_ls()
2295 interrupted = 0; in interactive_loop()
2309 if (interrupted) in interactive_loop()
2321 if (interrupted) in interactive_loop()
[all …]
H A Dsftp-client.c68 extern volatile sig_atomic_t interrupted;
739 for (; !interrupted;) { in sftp_lsreaddir()
835 } else if (interrupted && dir != NULL && *dir != NULL) { in sftp_lsreaddir()
1700 if (interrupted) { in sftp_download()
1822 if (!read_error && !write_error && !interrupted) { in sftp_download()
1833 (read_error || write_error || interrupted)) { in sftp_download()
2131 if (interrupted || status != SSH2_FX_OK) in sftp_upload()
2212 if (status == SSH2_FX_OK && !interrupted) { in sftp_upload()
2532 if (interrupted) { in sftp_crossload()
2656 if (read_error || write_error || interrupted) { in sftp_crossload()
[all …]
H A Dscp.c187 volatile sig_atomic_t interrupted = 0; variable
1615 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in sink_sftp()
2036 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h234 bool GetLine(std::string &line, bool &interrupted);
237 bool GetLines(int first_line_number, StringList &lines, bool &interrupted);
/freebsd/tools/tools/nanobsd/dhcpd/
H A DREADME12 but do be careful if things are interrupted. There may still be
/freebsd/crypto/openssl/engines/
H A De_loader_attic.txt18 ui process interrupted or cancelled
/freebsd/contrib/ncurses/include/
H A Dcurses.events53 #define KEY_EVENT 0633 /* We were interrupted by an event */
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1515 bool Editline::GetLine(std::string &line, bool &interrupted) { in GetLine() argument
1525 interrupted = true; in GetLine()
1537 interrupted = m_editor_status == EditorStatus::Interrupted; in GetLine()
1538 if (!interrupted) { in GetLine()
1556 bool &interrupted) { in GetLines() argument
1582 interrupted = m_editor_status == EditorStatus::Interrupted; in GetLines()
1583 if (!interrupted) { in GetLines()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h148 interrupted = EINTR, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dxlnx,pr-decoupler.yaml24 interrupted by DFX.
H A Dxilinx-pr-decoupler.txt17 that can occur if AXI transactions are interrupted by DFX
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h396 bool GetLine(std::string &line, bool &interrupted);
398 bool GetLines(StringList &lines, bool &interrupted);
/freebsd/sys/rpc/
H A Dclnt_vc.c140 int error, interrupted, one = 1, sleep_flag; in clnt_vc_create() local
159 interrupted = 0; in clnt_vc_create()
169 interrupted = 1; in clnt_vc_create()
179 if (!interrupted) in clnt_vc_create()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c161 u_int interrupted; member
361 if (pb->interrupted && p->opt.timeout) { in pcap_next_zbuf()
366 pb->interrupted = 0; in pcap_next_zbuf()
393 if (!pb->interrupted && p->opt.timeout) { in pcap_next_zbuf()
394 pb->interrupted = 1; in pcap_next_zbuf()
404 pb->interrupted = 0; in pcap_next_zbuf()
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.c415 bool interrupted = false; in fticket_wait_answer() local
480 if (!interrupted && !SIGISMEMBER(tmpset, SIGKILL)) { in fticket_wait_answer()
487 interrupted = true; in fticket_wait_answer()
/freebsd/sys/kern/
H A Dvfs_vnops.c3341 int error, interrupted; in vn_generic_copy_file_range() local
3353 interrupted = 0; in vn_generic_copy_file_range()
3485 while (len > 0 && error == 0 && !eof && interrupted == 0) { in vn_generic_copy_file_range()
3553 interrupted = sig_intr(); in vn_generic_copy_file_range()
3555 interrupted == 0) { in vn_generic_copy_file_range()
3559 interrupted = in vn_generic_copy_file_range()
3592 interrupted == 0) { in vn_generic_copy_file_range()
3635 interrupted = sig_intr(); in vn_generic_copy_file_range()
3637 interrupted == 0) { in vn_generic_copy_file_range()
3641 interrupted = in vn_generic_copy_file_range()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp297 MAP_ERR_TO_COND(WSAEINTR, interrupted); in mapWindowsError()
/freebsd/crypto/heimdal/appl/su/
H A DChangeLog79 interrupted password read
/freebsd/contrib/ncurses/ncurses/
H A DREADME.IZ79 Known issues: calls interrupted by KEY_EVENT reset the ESCDELAY
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et124 error_code KRB5_LIBOS_PWDINTR, "Password read interrupted"

123