Searched refs:err1 (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-13-stable/stand/libsa/
H A Dclose.c72 int err1 = 0, err2 = 0; local
82 err1 = (f->f_ops->fo_close)(f);
88 if (err1) {
89 errno = err1;
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c590 goto err1;
595 goto err1;
599 err1:
630 goto err1;
634 err1:
664 goto err1;
668 err1:
711 goto err1;
715 err1:
744 goto err1;
[all...]
H A Dfastlz_api.c165 goto err1;
188 goto err1;
194 goto err1;
201 goto err1;
203 err1:
/freebsd-13-stable/usr.sbin/i2c/
H A Di2c.c314 goto err1;
322 goto err1;
341 goto err1;
354 goto err1;
366 goto err1;
381 goto err1;
390 goto err1;
402 goto err1;
411 goto err1;
425 goto err1;
[all...]
/freebsd-13-stable/stand/efi/include/
H A Defifpswa.h16 UINT64 err1; member in struct:_FPSWA_RET
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dplot-sizes.py67 err1 = max(vals) - mean
68 assert err1 >= 0
72 Yerr[1].append(err1)
/freebsd-13-stable/contrib/atf/atf-c/
H A Dcheck_test.c404 const char *err1, *err2; local
416 err1 = atf_check_result_stderr(&result1);
421 ATF_CHECK(strstr(err1, "check.XXXXXX") == NULL);
426 ATF_CHECK(strstr(err1, "/check") != NULL);
431 ATF_CHECK(strstr(err1, "/stderr") != NULL);
435 ATF_CHECK(strcmp(err1, err2) != 0);
448 CHECK_LINES(err1, "stderr", "result1");
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dswitch.c412 svn_error_t *err, *err1, *err2;
431 err1 = switch_internal(result_rev, conflicted_paths,
441 if (! err1 && ctx->conflict_func2)
443 err1 = svn_client__resolve_conflicts(NULL, conflicted_paths, ctx, pool);
451 return svn_error_compose_create(err1, err2);
410 svn_error_t *err, *err1, *err2; local
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_esdb.c93 goto err1;
101 goto err1;
107 goto err1;
111 goto err1;
181 err1:
/freebsd-13-stable/usr.bin/sort/
H A Dcoll.c1068 huge_minus(double d, int err1) argument
1071 if (err1 == ERANGE)
1082 huge_plus(double d, int err1) argument
1085 if (err1 == ERANGE)
1124 int err1, err2; local
1128 err1 = err2 = 0;
1139 err1 = errno;
1143 else if (err1 == 0) {
1198 err1 = errno;
1220 if (err1
[all...]
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp336 const std::string err1 = r1->stderr_path(); local
341 ATF_REQUIRE(err1.find("check.XXXXXX") == std::string::npos);
346 ATF_REQUIRE(err1.find("/check") != std::string::npos);
351 ATF_REQUIRE(err1.find("/stderr") != std::string::npos);
355 ATF_REQUIRE(err1 != err2);
359 check_lines(err1, "stderr", "result1");
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c123 goto err1;
143 err1:
H A Dib_sa_query.c927 goto err1;
961 err1:
1052 goto err1;
1084 err1:
1144 goto err1;
1176 err1:
1241 goto err1;
1274 err1:
1359 goto err1;
1389 err1
[all...]
/freebsd-13-stable/sys/dev/sound/midi/
H A Dmidi.c326 goto err1;
384 err1:
747 goto err1;
753 goto err1;
773 goto err1;
787 goto err1;
794 err1: mtx_unlock(&m->qlock);
822 goto err1;
828 goto err1;
848 goto err1;
[all...]
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c109 goto err1;
118 goto err1;
128 goto err1;
140 goto err1;
184 err1:
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drping.c411 goto err1;
462 err1:
530 goto err1;
562 err1:
788 goto err1;
822 err1:
900 goto err1;
934 err1:
1084 goto err1;
1118 err1
[all...]
H A Drcopy.c436 goto err1;
442 goto err1;
470 err1:
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Derror.c363 svn_error_compose_create(svn_error_t *err1,
366 if (err1 && err2)
368 svn_error_compose(err1,
370 return err1;
372 return err1 ? err1 : err2;
360 svn_error_compose_create(svn_error_t *err1, svn_error_t *err2) argument
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_generic.c374 goto err1;
396 goto err1; /* borrow errors from clnt_dg/vc creates */
414 err1: if (madefd)
/freebsd-13-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c262 goto err1;
266 goto err1;
269 err1:
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_search.c219 goto err1;
233 goto err1;
266 err1: msgq(sp, M_ERR,
/freebsd-13-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1157 goto err1;
1173 goto err1;
1213 goto err1;
1238 goto err1;
1265 goto err1;
1274 goto err1;
1283 goto err1;
1300 goto err1;
1363 err1: if (mbfd >= 0)
/freebsd-13-stable/sys/dev/sound/pci/
H A Dcsamidi.c226 goto err1;
239 err1:
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c361 zio_handle_device_injection_impl(vdev_t *vd, zio_t *zio, int err1, int err2) argument
399 if (handler->zi_record.zi_error == err1 ||
411 if (err1 == ENXIO)
460 zio_handle_device_injections(vdev_t *vd, zio_t *zio, int err1, int err2) argument
462 return (zio_handle_device_injection_impl(vd, zio, err1, err2));
/freebsd-13-stable/contrib/less/
H A Dedit.c372 err1:
402 goto err1;
418 goto err1;

Completed in 248 milliseconds

1234