Searched refs:failmsg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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() 276 if (failmsg != NULL) { in cgwrite1() 277 ERROR(disk, failmsg); in cgwrite1() 308 failmsg = NULL; in cgput() 314 failmsg = "short write to block device"; in cgput()
|
| /freebsd-14.2/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-14.2/usr.sbin/lpr/common_source/ |
| H A D | common.c | 336 const char *failmsg, *okmsg; in set_qstate() local 360 failmsg = NULL; in set_qstate() 366 failmsg = "set queue-changed"; in set_qstate() 372 failmsg = "disable queuing"; in set_qstate() 378 failmsg = "disable printing"; in set_qstate() 381 failmsg = "disable queuing and printing"; in set_qstate() 388 failmsg = "enable queuing"; in set_qstate() 394 failmsg = "enable printing"; in set_qstate() 452 printf("\tcannot %s: %s\n", failmsg, strerror(errsav)); in set_qstate()
|
| /freebsd-14.2/crypto/openssh/regress/ |
| H A D | allow-deny-users.sh | 20 failmsg="$4" 31 fail "$failmsg"
|
| /freebsd-14.2/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-14.2/crypto/openssh/ |
| H A D | mux.c | 598 char *failmsg = NULL; in mux_confirm_remote_forward() local 615 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward() 652 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward() 655 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward() 670 error_f("%s", failmsg); in mux_confirm_remote_forward() 671 reply_error(out, MUX_S_FAILURE, fctx->rid, failmsg); in mux_confirm_remote_forward() 672 free(failmsg); in mux_confirm_remote_forward()
|