Searched refs:failmsg (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libufs/ |
H A D | cgroup.c | 191 static const char *failmsg; variable 202 if (failmsg != NULL) { in cgread1() 203 ERROR(disk, failmsg); in cgread1() 226 failmsg = NULL; in cgget() 231 failmsg = "end of file from block device"; in cgget() 236 failmsg = "short read from block device"; in cgget() 275 if (failmsg != NULL) { in cgwrite1() 276 ERROR(disk, failmsg); in cgwrite1() 307 failmsg = NULL; in cgput() 313 failmsg = "short write to block device"; in cgput()
|
/freebsd/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/usr.sbin/lpr/common_source/ |
H A D | common.c | 330 const char *failmsg, *okmsg; in set_qstate() local 354 failmsg = NULL; in set_qstate() 360 failmsg = "set queue-changed"; in set_qstate() 366 failmsg = "disable queuing"; in set_qstate() 372 failmsg = "disable printing"; in set_qstate() 375 failmsg = "disable queuing and printing"; in set_qstate() 382 failmsg = "enable queuing"; in set_qstate() 388 failmsg = "enable printing"; in set_qstate() 446 printf("\tcannot %s: %s\n", failmsg, strerror(errsav)); in set_qstate()
|
/freebsd/crypto/openssh/regress/ |
H A D | allow-deny-users.sh | 20 failmsg="$4" 31 fail "$failmsg"
|
/freebsd/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/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()
|