Searched refs:report (Results 201 - 225 of 270) sorted by relevance

1234567891011

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c470 char report[1024]; local
682 switch (zpool_load_compat(strval, NULL, report, 1024)) {
689 zfs_error_aux(hdl, "%s", report);
2366 * Check errlist and report any errors, omitting ones which should be
4721 * report : either NULL or pointer to string buffer
4722 * rlen : length of "report" buffer
4737 * "report" if not NULL will be populated with a suitable status message.
4747 zpool_load_compat(const char *compat, boolean_t *features, char *report, argument
4769 if (report != NULL)
4770 strlcpy(report, gettex
[all...]
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id50 shell, and then retry running this script. If that works, please report
284 printf '%s: ERROR: installation of key #%d failed (please report a bug describing what caused this, so that we can make this message useful)\n' "$0" "$KEY_NO" >&2
/freebsd-13-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c278 set_bell(u_int8_t *mbr, int new_bell, int report) argument
290 if (!report)
500 * if you hit an entry with len=0 terminate the search and report
/freebsd-13-stable/libexec/bootpd/
H A Ddovend.c29 #include "report.h"
59 report(LOG_NOTICE, noroom, \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp302 // Generate a report for this bug.
352 // Generate a report for this bug.
657 auto report = local
659 report->addRange(ME->getReceiverRange());
662 bugreporter::trackExpressionValue(N, receiver, *report);
664 C.emitReport(std::move(report));
H A DGenericTaintChecker.cpp12 // example, checkers should report errors which involve tainted data more
192 /// Generate a report if the expression is tainted or points to tainted data.
833 auto report = std::make_unique<PathSensitiveBugReport>(*BT, Msg, N); local
834 report->addRange(E->getSourceRange());
835 report->addVisitor(std::make_unique<TaintBugVisitor>(TaintedSVal));
836 C.emitReport(std::move(report));
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h98 DiagnosticBuilder report(SourceLocation loc, unsigned diagId,
H A DTransformActions.cpp680 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, function in class:TransformActions
689 report(loc, diag::err_mt_message, range) << message;
694 report(loc, diag::warn_mt_message, range) << message;
699 report(loc, diag::note_mt_message, range) << message;
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dblowfish.c652 report(u_int32_t data[], u_int16_t len)
682 report(data, 10);
688 report(data2, 2);
690 report(data2, 2);
/freebsd-13-stable/sys/kern/
H A Dkern_exit.c492 * new to report. Guarantee queueing
1240 bool report; local
1295 report =
1300 if (report) {
1315 report = (p->p_suspcount == p->p_numthreads &&
1318 if (report) {
1341 * wait4(2) call would report that it has no children to wait
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_ses.h1081 GEN_SES_STATUS_DEV_SLOT_ACCESSORS(report, REPORT)
1434 GEN_SES_STATUS_ECC_ELECTRONICS_ACCESSORS(report, REPORT)
1463 GEN_SES_STATUS_SCC_ELECTRONICS_ACCESSORS(report, REPORT)
1758 GEN_SES_STATUS_SCSI_PORT_OR_XCVR_ACCESSORS(report, REPORT)
1914 GEN_SES_STATUS_TARGET_PORT_ACCESSORS(report, REPORT)
1947 GEN_SES_STATUS_INITIATOR_PORT_ACCESSORS(report, REPORT)
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio.h681 extern void zfs_ereport_finish_checksum(zio_cksum_report_t *report,
684 extern void zfs_ereport_free_checksum(zio_cksum_report_t *report);
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_opensm.c576 if (p->impl->report)
577 p->impl->report(p->plugin_data, event_id, event_data);
/freebsd-13-stable/share/mk/
H A Dsuite.test.mk90 # report bogus results unless the new binaries are put in place.
/freebsd-13-stable/tools/pkgbase/
H A Dmetalog_reader.lua338 -- returns a string describing package scan report
360 -- returns a string describing package size report.
/freebsd-13-stable/crypto/heimdal/kadmin/
H A DMakefile.in880 report=""; \
882 report="Please report to $(PACKAGE_BUGREPORT)"; \
883 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
884 dashes="$$report"; \
894 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/crypto/heimdal/lib/ipc/
H A DMakefile.in708 report=""; \
710 report="Please report to $(PACKAGE_BUGREPORT)"; \
711 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
712 dashes="$$report"; \
722 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp102 // Generate the full HTML report
120 /// \return Javascript for navigating the HTML report using j/k keys.
215 // The file for the first path element is considered the main report file, it
238 std::string report = GenerateHTML(D, R, SMgr, path, declName.c_str()); local
239 if (report.empty()) {
249 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html");
270 filename << "report-"
295 os << report; local
340 // Append files to the main report file in the order they appear in the path
675 // If no report mad
[all...]
H A DBugReporter.cpp85 "where at least one report is valid (not suppressed)");
115 /// The consumer we're constructing the bug report for.
131 /// The bug report we're constructing. For ease of use, this field is kept
200 /// PathDiagnostic object for a given bug report. This class and its fields are
206 /// The bug report we're describing. Visitors create their diagnostics with
219 /// Find a non-invalidated report for a given equivalence class, and returns
221 /// consumers. Returns None if no valid report is found.
232 /// *not* provided by bug report visitors.
1995 // FIXME: This will not work if the report was emitted with an incorrect tag.
2004 // Construct the final (warning) event for the bug report
3041 BugReport *report = findReportInEquivalenceClass(EQ, bugReports); local
[all...]
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ha.c160 int report = 0; local
167 report = 1;
186 if (report) {
/freebsd-13-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in710 report=""; \
712 report="Please report to $(PACKAGE_BUGREPORT)"; \
713 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
714 dashes="$$report"; \
724 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A DMakefile.in760 report=""; \
762 report="Please report to $(PACKAGE_BUGREPORT)"; \
763 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
764 dashes="$$report"; \
774 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A DMakefile.in914 report=""; \
916 report="Please report to $(PACKAGE_BUGREPORT)"; \
917 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
918 dashes="$$report"; \
928 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp73 auto report = [&](StringRef msg) { local
82 report("not an ELF file");
84 report("corrupted ELF file: invalid data encoding");
86 report("corrupted ELF file: invalid file class");
91 report("corrupted ELF file: file is too short");
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c598 report:
607 goto report;
782 report:
791 goto report;
1098 report:
1108 goto report;
2828 report:
2848 * (9.5.3.2.2e) and to report status.
2850 goto report;
2928 report
[all...]

Completed in 208 milliseconds

1234567891011