Home
last modified time | relevance | path

Searched +full:continue +full:- +full:on +full:- +full:error (Results 1 – 25 of 1056) sorted by relevance

12345678910>>...43

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp1 //===- SerializedDiagnosticReader.cpp - Reads diagnostics -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
47 continue; in readDiagnostics()
49 // FIXME this drops the error on the floor. in readDiagnostics()
61 // FIXME this drops the error on the floor. in readDiagnostics()
69 // FIXME this drops the error on the floor. in readDiagnostics()
79 // FIXME this drops the error on the floor. in readDiagnostics()
88 continue; in readDiagnostics()
92 continue; in readDiagnostics()
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dossl-guide-tls-client-non-block.71 .\" -*- mode: troff; coding: utf-8 -*-
33 .\" If the F register is >0, we'll generate index entries on stderr for
57 .IX Title "OSSL-GUIDE-TLS-CLIENT-NON-BLOCK 7ossl"
58 .TH OSSL-GUIDE-TLS-CLIENT-NON-BLOCK 7ossl 2025-09-30 3.5.4 OpenSSL
64 ossl\-guide\-tls\-client\-non\-block
65 \&\- OpenSSL Guide: Writing a simple nonblocking TLS client
68 This page will build on the example developed on the
69 \&\fBossl\-guide\-tls\-client\-block\fR\|(7) page which demonstrates how to write a simple
70 blocking TLS client. On this page we will amend that demo code so that it
75 \&\fBtls\-client\-non\-block.c\fR. It is also available online at
[all …]
H A Dossl-guide-quic-client-non-block.71 .\" -*- mode: troff; coding: utf-8 -*-
33 .\" If the F register is >0, we'll generate index entries on stderr for
57 .IX Title "OSSL-GUIDE-QUIC-CLIENT-NON-BLOCK 7ossl"
58 .TH OSSL-GUIDE-QUIC-CLIENT-NON-BLOCK 7ossl 2025-09-30 3.5.4 OpenSSL
64 ossl\-guide\-quic\-client\-non\-block
65 \&\- OpenSSL Guide: Writing a simple nonblocking QUIC client
68 This page will build on the example developed on the
69 \&\fBossl\-guide\-quic\-client\-block\fR\|(7) page which demonstrates how to write a simple
70 blocking QUIC client. On this page we will amend that demo code so that it
75 \&\fBquic\-client\-non\-block.c\fR. It is also available online at
[all …]
/freebsd/sys/dev/pci/
H A Dpci_user.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
132 int error; in pci_open() local
135 error = securelevel_gt(td->td_ucred, 0); in pci_open()
136 if (error) in pci_open()
137 return (error); in pci_open()
154 * This function returns 1 on failure, 0 on success.
170 continue; in pci_conf_match_native()
175 * match, go on to the next item if there is one. in pci_conf_match_native()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod6 demos/guide/tls-client-non-block.c
12 ossl-guide-tls-client-non-block
13 - OpenSSL Guide: Writing a simple nonblocking TLS client
17 This page will build on the example developed on the
18 L<ossl-guide-tls-client-block(7)> page which demonstrates how to write a simple
19 blocking TLS client. On this page we will amend that demo code so that it
24 B<tls-client-non-block.c>. It is also available online at
25 L<https://github.com/openssl/openssl/blob/master/demos/guide/tls-client-non-block.c>.
32 will simply stop until it is able to continue. However in many cases you do not
35 updating a GUI or performing operations on some other socket.
[all …]
H A Dossl-guide-quic-client-non-block.pod6 demos/guide/quic-client-non-block.c
12 ossl-guide-quic-client-non-block
13 - OpenSSL Guide: Writing a simple nonblocking QUIC client
17 This page will build on the example developed on the
18 L<ossl-guide-quic-client-block(7)> page which demonstrates how to write a simple
19 blocking QUIC client. On this page we will amend that demo code so that it
24 B<quic-client-non-block.c>. It is also available online at
25 L<https://github.com/openssl/openssl/blob/master/demos/guide/quic-client-non-block.c>.
34 cases. The execution of the code will simply stop until it is able to continue.
38 operations on some other connection or stream.
[all …]
/freebsd/share/doc/smm/03.fsck/
H A D4.t23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 Appendix A \- Fsck_ffs Error Conditions
36 a multi-pass file system check program.
44 path-names,
53 is run non-interactively to
66 reports the error condition to the operator.
74 This appendix explains the meaning of each error condition,
75 the possible responses, and the related error conditions.
77 The error conditions are organized by the
82 The error conditions that may occur
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
49 * @param[out] bhndb On success, the probed and attached bhndb bridge device.
50 * @param unit The device unit number, or -1 to select the next available unit
54 * @retval non-zero Failed to attach the bhndb device.
59 int error; in bhndb_attach_bridge() local
65 if (!(error = device_probe_and_attach(*bhndb))) in bhndb_attach_bridge()
71 return (error); in bhndb_attach_bridge()
84 /* Skip non-allocated resources */ in bhndb_do_suspend_resources()
[all …]
/freebsd/sys/geom/eli/
H A Dg_eli_ctl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2005-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58 int keysize, error, nkey, dryrun, dummy; in g_eli_ctl_attach() local
80 nkey = -1; in g_eli_ctl_attach()
87 if (nkey < -1 || nkey >= G_ELI_MAXMKEYS) { in g_eli_ctl_attach()
108 gctl_error(req, "Options -d and -r are mutually exclusive."); in g_eli_ctl_attach()
115 error = g_eli_read_metadata(mp, pp, &md); in g_eli_ctl_attach()
116 if (error != 0) { in g_eli_ctl_attach()
[all …]
/freebsd/usr.sbin/autofs/
H A Dautomount.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
64 int error, ret, flags; in unmount_by_statfs() local
67 sb->f_fsid.val[0], sb->f_fsid.val[1]); in unmount_by_statfs()
71 log_debugx("unmounting %s using %s", sb->f_mntonname, fsid_str); in unmount_by_statfs()
76 error = unmount(fsid_str, flags); in unmount_by_statfs()
78 if (error != 0) in unmount_by_statfs()
79 log_warn("cannot unmount %s", sb->f_mntonname); in unmount_by_statfs()
83 return (error); in unmount_by_statfs()
[all …]
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.sh4 # meta2deps.sh - extract useful info from .meta files
21 # CMD "command-line"
24 # -- command output --
25 # -- filemon acquired metadata --
52 # $SB/obj-i386/bsd/include
53 # $SB/obj-i386/bsd/lib/csu/i386
54 # $SB/obj-i386/bsd/lib/libc
58 # $SB/src/pan-release/rtsock
59 # $SB/src/pfe-shared/include/jnx
72 # up with a list of all the directories which depend on each src
[all …]
/freebsd/crypto/openssl/demos/guide/
H A Dtls-client-non-block.c2 * Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
12 * doc/man7/ossl-guide-tls-client-non-block.pod
32 int sock = -1; in create_socket_bio()
50 * Create a TCP socket. We could equally use non-OpenSSL calls such in create_socket_bio()
53 * errors on the OpenSSL stack in the event of a failure we use in create_socket_bio()
57 if (sock == -1) in create_socket_bio()
58 continue; in create_socket_bio()
63 sock = -1; in create_socket_bio()
64 continue; in create_socket_bio()
69 sock = -1; in create_socket_bio()
[all …]
H A Dquic-client-non-block.c2 * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.
12 * doc/man7/ossl-guide-quic-client-non-block.pod
33 int sock = -1; in create_socket_bio()
51 * Create a UDP socket. We could equally use non-OpenSSL calls such in create_socket_bio()
54 * errors on the OpenSSL stack in the event of a failure we use in create_socket_bio()
58 if (sock == -1) in create_socket_bio()
59 continue; in create_socket_bio()
64 sock = -1; in create_socket_bio()
65 continue; in create_socket_bio()
71 sock = -1; in create_socket_bio()
[all …]
/freebsd/sys/nfs/
H A Dkrpc_subr.c3 /*-
4 * SPDX-License-Identifier: BSD-4-Clause
11 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
37 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
42 * partially based on:
121 * What is the longest we will wait before re-sending a request?
123 * The re-send loop count sup linearly to this maximum, so the
130 * Returns non-zero error on failure.
147 int error; in krpc_portmap() local
157 m->m_len = sizeof(*sdata); in krpc_portmap()
[all …]
/freebsd/lib/geom/mirror/
H A Dgeom_mirror.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
60 "[-v] name prov ..."
63 "[-v] prov ..."
74 { 'p', "priority", "-1", G_TYPE_NUMBER },
75 { 's', "slice", "-1", G_TYPE_NUMBER },
78 "[-adfFhnv] [-b balance] [-s slice] name\n"
79 "[-v] -p priority name prov"
[all …]
/freebsd/sys/security/mac/
H A Dmac_process.c1 /*-
2 * Copyright (c) 1999-2002, 2008-2009 Robert N. M. Watson
4 * Copyright (c) 2001-2003 Networks Associates Technology, Inc.
14 * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"),
18 * N66001-04-C-6019 ("SEFOS").
39 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
77 &mac_mmap_revocation, 0, "Revoke mmap access to files on subject "
83 "copy-on-write semantics, or by removing all write access");
103 p->p_label = mac_proc_label_alloc(); in mac_proc_init()
105 p->p_label = NULL; in mac_proc_init()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
26 * Copyright (c) 2024-2025, Klara, Inc.
35 * spa_t and maintains a special hold on the spa_t so that it cannot be deleted
39 * means that the error is destined for a particular device, not a piece of
57 * Data describing each zinject handler registered on the system, and
72 * List of all zinject handlers registered on the system, protected by
88 * registered on the system. It is protected by the inject_lock defined
131 zinject_record_t *record, int error) in zio_match_handler() argument
137 * Check for a match against the MOS, which is based on type in zio_match_handler()
[all …]
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
10 * Berkeley, CA 94709-1608 +1-510-843-9542
30 * HOWEVER CAUSED AND ON AN
195 int error, cg, snaploc; ffs_snapshot() local
927 int error, len, loc, indiroff; cgaccount() local
1044 int i, error, indiroff; expunge_ufs1() local
1144 int error, num, i; indiracct_ufs1() local
1213 int error; fullacct_ufs1() local
1235 int error; snapacct_ufs1() local
1326 int i, error, indiroff; expunge_ufs2() local
1428 int error, num, i; indiracct_ufs2() local
1497 int error; fullacct_ufs2() local
1519 int error; snapacct_ufs2() local
1654 int error, last, loc; ffs_snapremove() local
1790 int indiroff = 0, error = 0, claimedblk = 0; ffs_snapblkfree() local
2009 int error, snaploc, loc; ffs_snapshot_mount() local
2283 int lower, upper, mid, indiroff, error = 0; ffs_copyonwrite() local
2555 int error; process_deferred_inactive() local
2709 int error; ffs_snapdata_acquire() local
[all...]
/freebsd/lib/geom/concat/
H A Dgeom_concat.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58 "[-hv] name prov"
61 "[-v] prov ..."
64 "[-v] name prov ..."
71 "[-fv] name ..."
81 "[-hv] name prov ..."
88 "[-fv] name ..."
[all …]
/freebsd/lib/libtacplus/
H A Dlibtacplus.320 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
123 returns 0 on success, or \-1 if an error occurs.
130 domain name or as a dotted-quad IP address in text form.
133 parameter specifies the TCP port to contact on the server.
140 It may be any null-terminated string of bytes.
149 .Bl -tag -width Fl
160 returns 0 on success, or \-1 if an error occurs.
166 When multiple servers are given, they are tried in round-robin
211 .Sh SETTING OPTIONAL PARAMETERS ON A REQUEST
251 returns \-1.
[all …]
/freebsd/contrib/ldns/
H A Dnet.c9 * (c) NLnet Labs, 2004-2006
81 data->ss_family = AF_INET; in ldns_rdf2native_sockaddr_storage_port()
84 data_in->sin_port = (in_port_t)htons(port); in ldns_rdf2native_sockaddr_storage_port()
85 memcpy(&(data_in->sin_addr), ldns_rdf_data(rd), ldns_rdf_size(rd)); in ldns_rdf2native_sockaddr_storage_port()
90 data->ss_family = AF_INET6; in ldns_rdf2native_sockaddr_storage_port()
93 data_in6->sin6_port = (in_port_t)htons(port); in ldns_rdf2native_sockaddr_storage_port()
94 memcpy(&data_in6->sin6_addr, ldns_rdf_data(rd), ldns_rdf_size(rd)); in ldns_rdf2native_sockaddr_storage_port()
117 if((flag = fcntl(sockfd, F_GETFL)) != -1) { in ldns_sock_nonblock()
119 if(fcntl(sockfd, F_SETFL, flag) == -1) { in ldns_sock_nonblock()
120 /* ignore error, continue blockingly */ in ldns_sock_nonblock()
[all …]
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
75 int error; in part_wizard() local
86 error = geom_gettree(&mesh); in part_wizard()
87 if (error != 0) in part_wizard()
107 error = geom_gettree(&mesh); in part_wizard()
108 if (error != 0) { in part_wizard()
113 error = wizard_makeparts(&mesh, schemeroot, fstype, 1); in part_wizard()
116 if (error) in part_wizard()
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_anchor.c2 * validator/val_anchor.c - validator trust anchor storage.
30 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
66 if(n1->dclass != n2->dclass) { in anchor_cmp()
67 if(n1->dclass < n2->dclass) in anchor_cmp()
68 return -1; in anchor_cmp()
71 return dname_lab_cmp(n1->name, n1->namelabs, n2->nam in anchor_cmp()
[all...]
/freebsd/tools/test/stress2/misc/
H A Dlinger2.sh23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
31 # Variation of linger.sh, with emphasis on blocks.
38 mycc -o linger2 -Wall -O2 linger2.c
39 rm -f linger2.c
42 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
43 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
44 mdconfig -a -t swap -s 1g -u $mdstart
45 [ $# -eq 1 ] && opt="$1"
46 [ $# -eq 0 ] && opt=$newfs_flags # No argument == default flag
[all …]
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
38 * To import a pool, we rely on reading the configuration information from the
42 * pool guid -> toplevel vdev guid -> label txg
78 if (hdl->lpc_desc[0] != '\0') in libpc_error_description()
79 return (hdl->lpc_desc); in libpc_error_description()
81 switch (hdl->lpc_error) { in libpc_error_description()
92 return (dgettext(TEXT_DOMAIN, "unknown error")); in libpc_error_description()
94 assert(hdl->lpc_error == 0); in libpc_error_description()
95 return (dgettext(TEXT_DOMAIN, "no error")); in libpc_error_description()
[all …]

12345678910>>...43