Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/lib/libkvm/tests/
H A Dkvm_geterr_test.c72 char *error_msg; in ATF_TC_BODY() local
80 error_msg = kvm_geterr(kd); in ATF_TC_BODY()
81 ATF_CHECK(errbuf_has_error(error_msg)); in ATF_TC_BODY()
99 char *error_msg; in ATF_TC_BODY() local
123 error_msg = kvm_geterr(kd); in ATF_TC_BODY()
124 ATF_REQUIRE_MSG(strcmp(error_msg, ALL_IS_WELL) == 0, in ATF_TC_BODY()
125 "error message changed: %s", error_msg); in ATF_TC_BODY()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp124 std::string error_msg; in Execute() local
127 error_msg.assign("ambiguous command "); in Execute()
129 error_msg.assign("invalid command "); in Execute()
131 error_msg.append("'"); in Execute()
133 error_msg.append(" "); in Execute()
134 error_msg.append(std::string(sub_command)); in Execute()
135 error_msg.append("'."); in Execute()
140 error_msg.append("\n\t"); in Execute()
141 error_msg.append(match); in Execute()
144 error_msg.append("\n"); in Execute()
[all …]
/freebsd-13.1/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c459 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-13.1/sys/fs/ext2fs/
H A Dext2_lookup.c848 char *error_msg = NULL; in ext2_dirbadentry() local
851 error_msg = "rec_len is smaller than minimal"; in ext2_dirbadentry()
853 error_msg = "rec_len % 4 != 0"; in ext2_dirbadentry()
855 error_msg = "reclen is too small for name_len"; in ext2_dirbadentry()
857 error_msg = "directory entry across blocks"; in ext2_dirbadentry()
863 if (error_msg != NULL) { in ext2_dirbadentry()
865 error_msg, entryoffsetinblock, in ext2_dirbadentry()
869 return (error_msg == NULL ? 0 : 1); in ext2_dirbadentry()
H A Dext2_extents.c238 char *error_msg; in ext4_ext_check_header() local
243 error_msg = "header: invalid magic"; in ext4_ext_check_header()
247 error_msg = "header: invalid eh_max"; in ext4_ext_check_header()
251 error_msg = "header: invalid eh_entries"; in ext4_ext_check_header()
255 error_msg = "header: invalid eh_depth"; in ext4_ext_check_header()
262 SDT_PROBE2(ext2fs, , trace, extents, 1, error_msg); in ext4_ext_check_header()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp129 SmallString<256> error_msg; in main() local
130 llvm::raw_svector_ostream error_stream(error_msg); in main()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp364 InternalScopedString error_msg; in Print() local
365 error_msg.append("%s: global '%s' at %s", scariness.GetDescription(), in Print()
367 ReportErrorSummary(error_msg.data()); in Print()
/freebsd-13.1/contrib/xz/src/xz/
H A Dfile_io.c658 goto error_msg; in io_open_src_real()
661 goto error_msg; in io_open_src_real()
732 error_msg: in io_open_src_real()
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c741 char *error_msg; in pqisrc_raid_map_validation() local
749 error_msg = "RAID map too small\n"; in pqisrc_raid_map_validation()
761 error_msg = "invalid RAID-1 map\n"; in pqisrc_raid_map_validation()
766 error_msg = "invalid RAID-1(triple) map\n"; in pqisrc_raid_map_validation()
777 error_msg = "invalid RAID-5 or RAID-6 map\n"; in pqisrc_raid_map_validation()
787 DBG_NOTE("%s\n", error_msg); in pqisrc_raid_map_validation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2328 llvm::StringRef error_msg = tmp_result.GetErrorData(); in HandleCommands() local
2329 if (error_msg.empty()) in HandleCommands()
2330 error_msg = "<unknown error>.\n"; in HandleCommands()
2335 (uint64_t)idx, cmd, error_msg.str().c_str()); in HandleCommands()
2341 error_msg.str().c_str()); in HandleCommands()
3179 StreamString error_msg; in ResolveCommandImpl() local
3180 error_msg.Printf("Ambiguous command '%s'. Possible matches:\n", in ResolveCommandImpl()
3184 error_msg.Printf("\t%s\n", matches.GetStringAtIndex(i)); in ResolveCommandImpl()
3186 result.AppendRawError(error_msg.GetString()); in ResolveCommandImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp151 SmallString<256> error_msg; in getCC1Arguments() local
152 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments()
/freebsd-13.1/sys/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3443 error_msg = '(ERROR: "{0}" requested)'.format(request)
444 return error_msg