Searched refs:report (Results 151 - 175 of 270) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.cpp11 #include "report.h"
29 void report() { function in class:scudo::UnknownFlagsRegistry
41 void reportUnrecognizedFlags() { UnknownFlags.report(); }
/freebsd-13-stable/contrib/dialog/samples/
H A Deditbox-utf835 . ./report-edit
H A Dtreeview252 . ./report-tempfile
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp194 InstrumentationRuntimeASan::FormatDescription(StructuredData::ObjectSP report) { argument
195 std::string description = std::string(report->GetAsDictionary()
236 // for unknown report codes just show the code
255 StructuredData::ObjectSP report = instance->RetrieveReportData();
257 if (report) {
258 description = instance->FormatDescription(report);
266 *thread_sp, description, report));
271 stream_sp->Printf("AddressSanitizer report breakpoint hit. Use 'thread "
273 "report.\n");
312 breakpoint->SetBreakpointKind("address-sanitizer-report");
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c27 "RRM: Unexpected neighbor report timeout");
31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE");
57 * wpas_rrm_process_neighbor_rep - Handle incoming neighbor report
59 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token
60 * @report_len: Length of neighbor report buffer
63 const u8 *report, size_t report_len)
67 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len);
71 if (report[0] != wpa_s->rrm.next_neighbor_rep_token - 1) {
73 "RRM: Discarding neighbor report wit
62 wpas_rrm_process_neighbor_rep(struct wpa_supplicant *wpa_s, const u8 *report, size_t report_len) argument
373 struct wpabuf *report = wpabuf_alloc(len + 3); local
1364 struct wpabuf *report; local
1405 struct rrm_link_measurement_report report; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp109 // Do not report dereferences on memory in non-default address spaces.
182 auto report = std::make_unique<PathSensitiveBugReport>( local
185 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report);
189 report->addRange(*I);
191 C.emitReport(std::move(report));
203 auto report = std::make_unique<PathSensitiveBugReport>( local
205 bugreporter::trackExpressionValue(N, bugreporter::getDerefExpr(S), *report);
206 C.emitReport(std::move(report));
H A DVLASizeChecker.cpp244 auto report = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), N); local
245 report->addVisitor(std::move(Visitor));
246 report->addRange(SizeE->getSourceRange());
247 bugreporter::trackExpressionValue(N, SizeE, *report);
248 C.emitReport(std::move(report));
/freebsd-13-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c237 static void report(const char *, ...) __dead2 __printflike(1, 2);
294 report("too many -I directives");
380 report("cannot open '%s'", fname);
467 report(const char *fmt, ...) function
533 report("unexpected character %#2x", (u_int)c);
545 report("unexpected EOF in comment");
569 report("filename too long '%s...'", str);
590 report("number too long '%s...'", str);
612 report("string too long '%s...'", str);
763 report("'(' expecte
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c1132 zio_cksum_report_t *report; local
1146 report = kmem_zalloc(sizeof (*report), KM_SLEEP);
1148 zio_vsd_default_cksum_report(zio, report);
1152 report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP);
1153 bcopy(info, report->zcr_ckinfo, sizeof (*info));
1156 report->zcr_sector = 1ULL << vd->vdev_top->vdev_ashift;
1157 report->zcr_align =
1158 vdev_psize_to_asize(vd->vdev_top, report->zcr_sector);
1159 report
1179 zfs_ereport_finish_checksum(zio_cksum_report_t *report, const abd_t *good_data, const abd_t *bad_data, boolean_t drop_if_identical) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp184 static std::string GetStopReasonDescription(StructuredData::ObjectSP report) { argument
186 report->GetAsDictionary()->GetValueForKeyAsString(
221 StructuredData::ObjectSP report =
224 if (report) {
227 *thread_sp, GetStopReasonDescription(report), report));
282 breakpoint->SetBreakpointKind("undefined-behavior-sanitizer-report");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp179 StructuredData::ObjectSP report =
182 if (report) {
183 std::string description = std::string(report->GetAsDictionary()
189 *thread_sp, description, report));
229 breakpoint->SetBreakpointKind("main-thread-checker-report");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h67 bool report(const Twine &err, DiagnosticsEngine &Diag);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp40 TA.report(E->getBeginLoc(), diag::warn_arcmt_nsalloc_realloc,
H A DTransAPIUses.cpp77 Pass.TA.report(parm->getBeginLoc(),
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibping.c147 void report(int sig) function
258 signal(SIGINT, report);
259 signal(SIGTERM, report);
281 report(0);
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h42 struct uni_ie_report report; member in union:uni_ieall
H A Duni_msg.h16 struct uni_ie_report report; member in struct:uni_alerting
46 struct uni_ie_report report; member in struct:uni_connect
110 struct uni_ie_report report; member in struct:uni_setup
282 struct uni_ie_report report; member in struct:uni_modify_ack
301 struct uni_ie_report report; member in struct:uni_conn_avail
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h103 // an error. The argument 'report' is an opaque pointer that can be used to
104 // gather additional information using other TSan report API functions.
106 void __tsan_on_report(void *report);
109 // returns an opaque pointer to the current report. Otherwise returns NULL.
113 // Returns a report's description (issue type), number of duplicate issues
118 int __tsan_get_report_data(void *report, const char **description, int *count,
124 /// Retrieves the "tag" from a report (for external-race report types). External
129 /// \param report opaque pointer to the current report (obtaine
[all...]
/freebsd-13-stable/libexec/bootpd/
H A Dhwaddr.c62 #include "report.h"
164 report(LOG_ERR, "open /dev/arp: %s\n", get_errmsg());
171 report(LOG_ERR, "ioctl I_STR: %s\n", get_errmsg());
183 report(LOG_ERR, "ioctl SIOCSARP: %s", get_errmsg());
204 report(LOG_INFO, "%s", buf);
207 report(LOG_ERR, "arp failed, exit code=0x%x", status);
H A Dreadfile.c62 #include "report.h"
307 report(LOG_ERR, "Unable to allocate hash tables.");
333 report(LOG_ERR, "stat on \"%s\": %s",
343 report(LOG_INFO, "bootptab mtime: %s",
356 report(LOG_INFO, "reading %s\"%s\"",
364 report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg());
371 report(LOG_ERR, "fstat: %s", get_errmsg());
414 report(LOG_ERR, "can not get IP addr for %s", hn);
415 report(LOG_ERR, "(dummy names should start with '.')");
424 report(LOG_ER
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp247 err.report(m_ec);
260 err.report(m_ec, "at root \"%s\"", root);
285 err.report(m_ec);
347 err.report(m_ec, "at root \"%s\"", root);
392 err.report(m_ec, "attempting recursion into \"%s\"", at_ent);
H A Dfilesystem_common.h149 T report(const error_code& m_ec) const { function in struct:detail::__anon2608::ErrorHandler
167 T report(const error_code& m_ec, const char* msg, Args const&... args) const { function in struct:detail::__anon2608::ErrorHandler
185 T report(errc const& err) const { return report(make_error_code(err)); } function in struct:detail::__anon2608::ErrorHandler
188 T report(errc const& err, const char* msg, Args const&... args) const { function in struct:detail::__anon2608::ErrorHandler
189 return report(make_error_code(err), msg, args...);
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c25 if(IE_ISGOOD(src->report))
26 dst->report = src->report;
82 if(IE_ISGOOD(src->report))
83 dst->report = src->report;
214 if(IE_ISGOOD(src->report))
215 dst->report = src->report;
542 if(IE_ISGOOD(src->report))
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlua.c100 static int report (lua_State *L, int status) { function
175 return report(L, status);
200 return report(L, status);
230 return report(L, status);
566 else report(L, status);
635 report(L, status);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.h117 DiagnosticBuilder report(SourceLocation Loc, diag::kind DiagId);

Completed in 164 milliseconds

1234567891011