Searched refs:bail (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c51 int bail; local
73 for (bail = 0, i = 0; bail == 0 && i < ngroups; i++)
75 bail = 1;
76 if (bail)
/freebsd-current/contrib/sendmail/test/
H A Dt_exclopen.c59 bail(status) function
81 bail(1);
88 bail(1);
98 bail(1);
102 bail(0);
108 bail(2);
112 bail(1);
/freebsd-current/sys/opencrypto/
H A Dcryptodev.c422 goto bail;
430 goto bail;
441 goto bail;
452 goto bail;
468 goto bail;
477 goto bail;
487 goto bail;
493 goto bail;
529 bail:
678 goto bail;
[all...]
/freebsd-current/usr.bin/login/
H A Dlogin.c78 static void bail(int, int);
189 bail(NO_SLEEP_EXIT, 0);
301 bail(NO_SLEEP_EXIT, 1);
309 bail(NO_SLEEP_EXIT, 1);
317 bail(NO_SLEEP_EXIT, 1);
368 bail(SLEEP_EXIT, 1);
402 bail(NO_SLEEP_EXIT, 1);
434 bail(SLEEP_EXIT, 1);
450 bail(SLEEP_EXIT, 1);
456 bail(SLEEP_EXI
1020 bail(int sec, int eval) function
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c71 goto bail;
79 goto bail;
96 bail:
248 * and bail.
/freebsd-current/sys/fs/udf/
H A Dudf_vfsops.c322 goto bail;
337 goto bail;
366 goto bail;
378 goto bail;
380 goto bail;
398 goto bail;
406 goto bail;
432 goto bail;
438 goto bail;
449 goto bail;
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c413 /* the update failed, free context and bail */
568 /* the update failed, bail */
959 goto bail;
964 goto bail;
971 /* the update failed, free context and bail */
972 goto bail;
1025 bail:
1091 goto bail;
1096 goto bail;
1102 goto bail;
[all...]
/freebsd-current/share/mk/
H A Dauto.obj.mk19 # A race condition in some versions of mkdir, means that it can bail
/freebsd-current/contrib/bmake/mk/
H A Dauto.obj.mk21 # A race condition in some versions of mkdir, means that it can bail
H A Dsys.mk148 # A race condition in mkdir, means that it can bail if another
/freebsd-current/lib/libc/gen/
H A Dfts-compat.c1178 goto bail;
1183 goto bail;
1186 bail:
H A Dfts.c1155 goto bail;
1160 goto bail;
1163 bail:
H A Dfts-compat11.c1158 goto bail;
1163 goto bail;
1166 bail:
/freebsd-current/sys/netinet/
H A Dtcp_ratelimit.c646 bail:
734 goto bail;
751 goto bail;
H A Dsctp_output.c7235 int *bail,
7407 /* bail, it changed */
7423 *bail = 1;
7514 *bail = 1;
7534 *bail = 1;
7706 int bail, giveup; local
7734 bail = 0;
7738 &bail, so_locked);
7739 if ((giveup != 0) || (bail != 0)) {
7756 if (bail !
7228 sctp_move_to_outqueue(struct sctp_tcb *stcb, struct sctp_nets *net, struct sctp_stream_out *strq, uint32_t space_left, uint32_t frag_point, int *giveup, int eeor_mode, int *bail, int so_locked) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc440 // exist on every version of Windows we support), we will bail out since
762 // and we should just bail out.
/freebsd-current/sys/kern/
H A Dvfs_mount.c832 goto bail;
840 goto bail;
986 goto bail;
1002 goto bail;
1018 bail:
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping.c533 goto bail;
543 goto bail;
556 goto bail;
564 bail:
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dsa.c862 goto bail;
902 goto bail;
944 goto bail;
986 bail:
H A Dzfs_replay.c358 goto bail;
439 bail:
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_proto.c1750 int bail = 0; local
1780 ++bail;
1801 ++bail;
1848 ++bail;
1851 if (bail) {
1852 DPRINTF(2, ("receive: AM_PROCPKT drop: bail\n"));
2078 /* are there cases here where we should bail? */
2199 * If an initial volley, bail out now and let the
2304 * Otherwise, we should report and bail.
2360 * Otherwise, assume bogosity and bail ou
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1378 * or a reopen of z_os failed then just bail out now.
1868 goto bail;
1921 bail:
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1603 * or a reopen of z_os failed then just bail out now.
1984 goto bail;
2004 bail:
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c761 if (delta == 0) /* Nothing to escape; bail */
764 if (!xo_buf_has_room(xbp, delta)) /* No room; bail, but don't append */
809 if (delta == 0) /* Nothing to escape; bail */
812 if (!xo_buf_has_room(xbp, delta)) /* No room; bail, but don't append */
855 if (delta == 0) /* Nothing to escape; bail */
858 if (!xo_buf_has_room(xbp, delta)) /* No room; bail, but don't append */
2986 goto bail;
3003 goto bail;
3029 bail:
5018 /* If the string is static and we've in an encoding style, bail */
[all...]

Completed in 326 milliseconds