| /freebsd/lib/libkvm/tests/ |
| H A D | kvm_geterr_test.c | 69 char *error_msg; in ATF_TC_BODY() local 77 error_msg = kvm_geterr(kd); in ATF_TC_BODY() 78 ATF_CHECK(errbuf_has_error(error_msg)); in ATF_TC_BODY() 96 char *error_msg; in ATF_TC_BODY() local 120 error_msg = kvm_geterr(kd); in ATF_TC_BODY() 121 ATF_REQUIRE_MSG(strcmp(error_msg, ALL_IS_WELL) == 0, in ATF_TC_BODY() 122 "error message changed: %s", error_msg); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 184 std::string error_msg; in Execute() local 187 error_msg.assign("ambiguous command "); in Execute() 188 error_msg.append("'"); in Execute() 189 error_msg.append(std::string(GetCommandName())); in Execute() 190 error_msg.append(" "); in Execute() 191 error_msg.append(std::string(sub_command)); in Execute() 192 error_msg.append("'."); in Execute() 194 error_msg.append(" Possible completions:"); in Execute() 196 error_msg.append("\n\t"); in Execute() 197 error_msg.append(match); in Execute() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Telemetry.cpp | 59 if (error_msg.has_value()) in serialize() 60 serializer.write("error_msg", error_msg.value()); in serialize() 172 llvm::StringRef error_msg; in DispatchClientTelemetry() local 173 if (dict->GetValueForKeyAsString("error", error_msg)) in DispatchClientTelemetry() 174 client_info.error_msg = error_msg.str(); in DispatchClientTelemetry()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptedInterface.h | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedInterface.h | 53 llvm::StringRef error_msg, Status &error, 56 error_msg.data()); 59 llvm::Twine(error_msg))
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tls.c | 49 const char *error_msg; member 666 const char *error_msg, in raise_error() argument 682 error_code, error_code, error_msg); in raise_error() 692 qtls->error_msg = error_msg; in raise_error() 700 #define RAISE_ERROR(qtls, error_code, error_msg) \ argument 701 raise_error((qtls), (error_code), (error_msg), \ 884 const char **error_msg, in ossl_quic_tls_get_error() argument 889 *error_msg = qtls->error_msg; in ossl_quic_tls_get_error()
|
| H A D | quic_channel.c | 2163 const char *error_msg; in ch_tick_tls() local 2172 if (ossl_quic_tls_get_error(ch->qtls, &error_code, &error_msg, in ch_tick_tls() 2175 error_msg, error_state); in ch_tick_tls()
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | password_quality.c | 459 static char error_msg[1024]; in kadm5_check_password_quality() local 479 error_msg[0] = '\0'; in kadm5_check_password_quality() 491 error_msg, sizeof(error_msg)); in kadm5_check_password_quality() 495 proc->name, error_msg); in kadm5_check_password_quality() 496 msg = error_msg; in kadm5_check_password_quality()
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_lookup.c | 819 char *error_msg = NULL; in ext2_check_direntry() local 822 error_msg = "rec_len is smaller than minimal"; in ext2_check_direntry() 824 error_msg = "rec_len % 4 != 0"; in ext2_check_direntry() 826 error_msg = "reclen is too small for name_len"; in ext2_check_direntry() 828 error_msg = "directory entry across blocks"; in ext2_check_direntry() 830 error_msg = "directory entry inode out of bounds"; in ext2_check_direntry() 835 error_msg = "bad root directory entry"; in ext2_check_direntry() 837 if (error_msg != NULL) { in ext2_check_direntry() 839 error_msg, entryoffsetinblock, in ext2_check_direntry() 843 return (error_msg == NULL ? 0 : EINVAL); in ext2_check_direntry()
|
| H A D | ext2_extents.c | 450 char *error_msg __sdt_used; in ext4_ext_check_header() 453 error_msg = "header: invalid magic"; in ext4_ext_check_header() 459 error_msg = "header: invalid eh_depth"; in ext4_ext_check_header() 463 error_msg = "header: invalid eh_max"; in ext4_ext_check_header() 467 error_msg = "header: too large eh_max"; in ext4_ext_check_header() 471 error_msg = "header: invalid eh_entries"; in ext4_ext_check_header() 475 error_msg = "header: invalid eh_depth"; in ext4_ext_check_header() 479 error_msg = "header: invalid extent entries"; in ext4_ext_check_header() 486 SDT_PROBE2(ext2fs, , trace, extents, 1, error_msg); in ext4_ext_check_header()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_tls.h | 107 const char **error_msg,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 391 InternalScopedString error_msg; in Print() local 392 error_msg.AppendF("%s: global '%s' at %s", scariness.GetDescription(), in Print() 394 ReportErrorSummary(error_msg.data()); in Print()
|
| /freebsd/contrib/xz/src/xz/ |
| H A D | file_io.c | 675 goto error_msg; in io_open_src_real() 678 goto error_msg; in io_open_src_real() 749 error_msg: in io_open_src_real()
|
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_discovery.c | 944 char *error_msg; in pqisrc_raid_map_validation() local 953 error_msg = "RAID map too small\n"; in pqisrc_raid_map_validation() 965 error_msg = "invalid RAID-1 map\n"; in pqisrc_raid_map_validation() 970 error_msg = "invalid RAID-1(triple) map\n"; in pqisrc_raid_map_validation() 981 error_msg = "invalid RAID-5 or RAID-6 map\n"; in pqisrc_raid_map_validation() 991 DBG_NOTE("%s\n", error_msg); in pqisrc_raid_map_validation()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2745 std::string error_msg = tmp_result.GetErrorString(); in HandleCommands() local 2746 if (error_msg.empty()) in HandleCommands() 2747 error_msg = "<unknown error>.\n"; in HandleCommands() 2751 (uint64_t)idx, cmd, error_msg); in HandleCommands() 2757 (uint64_t)idx + 1, cmd, error_msg); in HandleCommands() 3683 StreamString error_msg; in ResolveCommandImpl() local 3684 error_msg.Printf("Ambiguous command '%s'. Possible matches:\n", in ResolveCommandImpl() 3688 error_msg.Printf("\t%s\n", matches.GetStringAtIndex(i)); in ResolveCommandImpl() 3690 result.AppendRawError(error_msg.GetString()); in ResolveCommandImpl()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Telemetry.h | 103 std::optional<std::string> error_msg; member
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 156 SmallString<256> error_msg; in getCC1Arguments() local 157 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zarcsummary | 430 error_msg = '(ERROR: "{0}" requested)'.format(request) 431 return error_msg
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 114 std::string error_msg = "Input type is invalid: " + type_name.get(); 115 PyErr_SetString(PyExc_TypeError, error_msg.c_str());
|
| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | README | 252 "error_msg", and "info". The <prompt> is the actual prompt sent and
|