Searched refs:failmsg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/lib/libufs/ |
| H A D | cgroup.c | 192 static const char *failmsg; variable 203 if (failmsg != NULL) { in cgread1() 204 ERROR(disk, failmsg); in cgread1() 227 failmsg = NULL; in cgget() 232 failmsg = "end of file from block device"; in cgget() 237 failmsg = "short read from block device"; in cgget() 272 if (failmsg != NULL) { in cgwrite1() 273 ERROR(disk, failmsg); in cgwrite1() 304 failmsg = NULL; in cgput() 310 failmsg = "short write to block device"; in cgput()
|
| /freebsd-13.1/contrib/atf/atf-c/detail/ |
| H A D | test_helpers.c | 81 char failmsg[128]; in header_check() local 88 snprintf(failmsg, sizeof(failmsg), in header_check() 92 atf_tc_fail("%s", failmsg); in header_check()
|
| H A D | test_helpers.h | 61 #define BUILD_TC(name, sfile, descr, failmsg) \ argument 73 atf_tc_fail("%s", failmsg); \
|
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | common.c | 338 const char *failmsg, *okmsg; in set_qstate() local 362 failmsg = NULL; in set_qstate() 368 failmsg = "set queue-changed"; in set_qstate() 374 failmsg = "disable queuing"; in set_qstate() 380 failmsg = "disable printing"; in set_qstate() 383 failmsg = "disable queuing and printing"; in set_qstate() 390 failmsg = "enable queuing"; in set_qstate() 396 failmsg = "enable printing"; in set_qstate() 454 printf("\tcannot %s: %s\n", failmsg, strerror(errsav)); in set_qstate()
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | allow-deny-users.sh | 20 failmsg="$4" 31 fail "$failmsg"
|
| /freebsd-13.1/contrib/atf/atf-c++/detail/ |
| H A D | test_helpers.cpp | 80 const std::string failmsg = std::string("Header check failed; ") + in header_check() local 83 ATF_FAIL(failmsg); in header_check()
|
| H A D | test_helpers.hpp | 56 #define BUILD_TC(name, sfile, descr, failmsg) \ argument 67 ATF_FAIL(failmsg); \
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | mux.c | 597 char *failmsg = NULL; in mux_confirm_remote_forward() local 614 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward() 651 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward() 654 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward() 669 error_f("%s", failmsg); in mux_confirm_remote_forward() 670 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg); in mux_confirm_remote_forward() 671 free(failmsg); in mux_confirm_remote_forward()
|