Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/freebsd/crypto/openssl/util/
H A Dcheck-format.pl317 sub report { subroutine
503 report("unexpected '}'");
513 report("code after (expr)")
526 report("unclosed '$symbol' in $position");
633 report("missing space before '/*'")
774 report("missing space before '$2'")
829 report("space after function/macro name")
861 report("code before '}'");
871 report("unexpected 'else'");
893 report("code before '}'");
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp520 report(msg, MBB->getParent()); in report()
531 report(msg, MI->getParent()); in report()
541 report(msg, MO->getParent()); in report()
548 report(Msg.str().c_str(), MI); in report()
674 report("Inconsistent CFG", MBB); in visitMachineBasicBlockBefore()
1015 report( in verifyGIntrinsicConvergence()
1095 report(ErrorInfo.data(), MI); in verifyPreISelGenericInstruction()
1135 report( in verifyPreISelGenericInstruction()
1858 report("Too few operands", MI); in visitMachineInstrBefore()
1936 report(ErrorInfo.data(), MI); in visitMachineInstrBefore()
[all …]
/freebsd/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py15 self.report = ''
46 self.report += "\n"
50 self.report += "\n".join(ignore_output)
53 self.report += "\n"
57 self.report += '\n'.join(failure_output)
59 self.report += "\n"
60 self.report += "--------------------------\n"
61 self.report += "OVERALL UNITY TEST SUMMARY\n"
62 self.report += "--------------------------\n"
64 self.report += "\n"
[all …]
/freebsd/tools/regression/poll/
H A Dsockpoll.c66 report(int num, const char *state, int expected, int got) in report() function
129 report(num++, "initial 0", POLLOUT, pfd0.revents); in main()
132 report(num++, "initial 1", POLLOUT, pfd1.revents); in main()
137 report(num++, "after large write", 0, pfd0.revents); in main()
149 report(num++, "other side after reading input", POLLHUP, pfd1.revents); in main()
158 report(num++, "after shutdown(SHUT_WR)", POLLOUT, pfd0.revents); in main()
181 report(num++, "after writing", POLLIN, pfd1.revents); in main()
186 report(num++, "after second shutdown", POLLIN | POLLHUP, pfd0.revents); in main()
189 report(num++, "after second shutdown", POLLHUP, pfd1.revents); in main()
193 report(num++, "after close", POLLHUP, pfd1.revents); in main()
[all …]
H A Dpipepoll.c106 report(num++, "0", 0, pfd.revents, res, 0); in child()
124 report(num++, "1", 0, pfd.revents, res, 0); in child()
132 report(num++, "2", POLLIN, pfd.revents, res, 1); in child()
137 report(num++, "2a", 0, pfd.revents, res, 0); in child()
145 report(num++, "3", POLLHUP, pfd.revents, res, 1); in child()
160 report(num++, "4", 0, pfd.revents, res, 0); in child()
168 report(num++, "5", POLLIN, pfd.revents, res, 1); in child()
191 report(num++, "6a", POLLHUP, pfd.revents, res, 1); in child()
203 report(num++, "6b", POLLHUP, pfd.revents, res, 1); in child()
207 report(num++, "6c", POLLHUP, pfd.revents, res, 1); in child()
[all …]
H A Dpipeselect.c90 report(num++, "0", 1, FD_ISSET(fd, &rfds)); in child()
109 report(num++, "1", 0, FD_ISSET(fd, &rfds)); in child()
118 report(num++, "2", 1, FD_ISSET(fd, &rfds)); in child()
124 report(num++, "2a", 0, FD_ISSET(fd, &rfds)); in child()
133 report(num++, "3", 1, FD_ISSET(fd, &rfds)); in child()
149 report(num++, "4", 0, FD_ISSET(fd, &rfds)); in child()
158 report(num++, "5", 1, FD_ISSET(fd, &rfds)); in child()
172 report(num++, "6", 1, FD_ISSET(fd, &rfds)); in child()
178 report(num++, "6a", 1, FD_ISSET(fd, &rfds)); in child()
198 report(num++, "6b", 1, FD_ISSET(fd, &rfds)); in child()
[all …]
/freebsd/libexec/bootpd/
H A Dbootpd.c269 report(LOG_ERR, in main()
292 report(LOG_ERR, in main()
308 report(LOG_ERR, in main()
332 report(LOG_ERR, in main()
438 report(LOG_ERR, in main()
464 report(LOG_ERR, in main()
646 report(LOG_INFO, "\ in handle_request()
686 report(LOG_INFO, "\ in handle_request()
741 report(LOG_INFO, in handle_request()
906 report(LOG_NOTICE, in handle_request()
[all …]
H A DMakefile.UNIX147 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
156 report.o $(STRERROR)
161 TRYLOOK= trylook.o lookup.o report.o $(STRERROR)
166 TRYGETIF= trygetif.o getif.o report.o $(STRERROR)
176 report.o : report.c
195 getif.o : getif.h report.h
197 hwaddr.o : bptypes.h hwaddr.h report.h
198 lookup.o : bootp.h bptypes.h lookup.h report.h
201 readfile.o : report.h tzone.h bootpd.h
202 report.o : report.h
[all …]
H A Dgetether.c49 report(LOG_ERR, "getether: socket(INET,DGRAM) failed");
53 report(LOG_ERR, "getether: ioctl SIOCRPHYSADDR failed");
87 report(LOG_ERR, "getether: open /dev/nit: %s",
93 report(LOG_ERR, "getether: NIOCBIND on nit");
97 report(LOG_ERR, "getether: SIOCGIFADDR on nit");
210 report(LOG_ERR, "getether: open %s: %s",
251 report(LOG_ERR, "getether: attach: not OK or ERROR");
293 report(LOG_ERR, "getether: bind: not OK or ERROR");
297 report(LOG_ERR, "getether: bind: ack has no address");
347 report(LOG_ERR, "getether: socket(INET,DGRAM) failed");
[all …]
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c262 report("%m"); in input_open_macro()
267 report("%m"); in input_open_macro()
317 report("pushing EOF"); in input_ungetc()
453 report("bad number"); in input_getnum()
472 report("bad number"); in input_getnum()
713 report("%m"); in handle_assignment()
935 report("%m"); in parse_syntax_octetstring()
1103 report("%m"); in parse_define()
1119 report("%m"); in parse_define()
1138 report("%m"); in parse_define()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp116 return err.report(m_ec1); in __copy()
122 return err.report(m_ec1); in __copy()
269 return err.report(m_ec); in __copy_file()
276 return err.report(m_ec); in __copy_file()
286 return err.report(m_ec); in __copy_file()
322 return err.report(m_ec); in __copy_file()
340 return err.report(m_ec); in __copy_file()
366 return err.report(m_ec); in __create_directories()
405 return err.report(mec); in __create_directory()
416 return err.report(mec); in __create_directory()
[all …]
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c175 report(LOG_ERR, "malloc failed"); in main()
393 report(LOG_ERR, in main()
407 report(LOG_ERR, "bind: %s", get_network_errmsg()); in main()
418 report(LOG_ERR, in main()
440 report(LOG_ERR, "select: %s", get_errmsg()); in main()
456 report(LOG_INFO, "recvd pkt from IP addr %s", in main()
461 report(LOG_INFO, "received short packet"); in main()
519 report(LOG_INFO, "request from %s", in handle_request()
610 report(LOG_INFO, " reply for %s", in handle_reply()
616 report(LOG_NOTICE, "no interface for reply to %s", in handle_reply()
[all …]
/freebsd/sys/dev/al_eth/
H A Dal_init_eth_kr.c238 report->c_minus = C72_CSTATE_UPDATED; in al_eth_coeff_req_handle()
240 report->c_plus = C72_CSTATE_UPDATED; in al_eth_coeff_req_handle()
242 report->c_zero = C72_CSTATE_MAX; in al_eth_coeff_req_handle()
254 report->c_zero = al_eth_lt_coeff_set(kr_data, in al_eth_coeff_req_handle()
257 report->c_plus = al_eth_lt_coeff_set(kr_data, in al_eth_coeff_req_handle()
261 __func__, report->c_zero, report->c_plus, report->c_minus); in al_eth_coeff_req_handle()
400 return (report->c_minus); in al_eth_kr_lt_coef_report_get()
402 return (report->c_plus); in al_eth_kr_lt_coef_report_get()
404 return (report->c_zero); in al_eth_kr_lt_coef_report_get()
418 struct al_eth_kr_status_report_data report; in al_eth_kr_lt_transmitter_task_run() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp79 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data()
93 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag() argument
94 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag()
102 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack()
113 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop()
130 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc()
145 int __tsan_get_report_loc_object_type(void *report, uptr idx, in __tsan_get_report_loc_object_type() argument
147 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc_object_type()
157 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex()
171 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp46 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local
57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); in ReportReallocArrayOverflow() local
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local
79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local
89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local
107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local
121 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local
130 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local
138 ScopedAllocatorErrorReport report("rss-limit-exceeded", stack); in ReportRssLimitExceeded() local
/freebsd/contrib/kyua/integration/
H A Dcmd_report_test.sh72 atf_check -s exit:0 -o file:expout -e empty kyua report
84 atf_check -s exit:0 -o file:expout -e empty kyua report
92 atf_check -s exit:2 -o empty -e file:experr kyua report
113 kyua report --results-file=foo
121 cat >report <<EOF
130 atf_check -s exit:0 -o file:report -e empty -x kyua report \
132 atf_check -s exit:0 -o empty -e save:stderr kyua report \
134 atf_check -s exit:0 -o file:report -x cat stderr \
137 atf_check -s exit:0 -o empty -e empty kyua report \
139 atf_check -s exit:0 -o file:report -x cat my-file \
[all …]
H A Dcmd_report_html_test.sh101 atf_check -s exit:0 -o ignore -e empty kyua report-html
143 atf_check -s exit:2 -o empty -e file:experr kyua report-html
152 atf_check -s exit:0 -o ignore -e empty kyua report-html \
157 atf_check -s exit:0 -o ignore -e empty kyua report-html \
166 kyua report-html --results-file=foo
174 atf_check -s exit:0 -o ignore -e empty kyua report-html
177 atf_check -s exit:0 -o ignore -e empty kyua report-html --force
186 atf_check -s exit:0 -o ignore -e empty kyua report-html
193 atf_check -s exit:2 -o empty -e file:experr kyua report-html
213 atf_check -s exit:0 -o ignore -e empty kyua report-html \
[all …]
/freebsd/contrib/kyua/doc/
H A DMakefile.am.inc95 man_MANS += doc/kyua-report-html.1
96 CLEANFILES += doc/kyua-report-html.1
97 EXTRA_DIST += doc/kyua-report-html.1.in
98 doc/kyua-report-html.1: $(srcdir)/doc/kyua-report-html.1.in $(MAN_DEPS)
101 man_MANS += doc/kyua-report-junit.1
102 CLEANFILES += doc/kyua-report-junit.1
104 doc/kyua-report-junit.1: $(srcdir)/doc/kyua-report-junit.1.in $(MAN_DEPS)
107 man_MANS += doc/kyua-report.1
108 CLEANFILES += doc/kyua-report.1
109 EXTRA_DIST += doc/kyua-report.1.in
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp627 if (report->GetAsDictionary() in GenerateSummary()
639 if (report->GetAsDictionary() in GenerateSummary()
655 if (report->GetAsDictionary() in GenerateSummary()
659 StructuredData::ObjectSP loc = report->GetAsDictionary() in GenerateSummary()
699 StructuredData::ObjectSP report) { in GetMainRacyAddress() argument
715 StructuredData::ObjectSP report, addr_t &global_addr, in GetLocationDescription() argument
721 if (report->GetAsDictionary() in GetLocationDescription()
725 StructuredData::ObjectSP loc = report->GetAsDictionary() in GetLocationDescription()
809 StructuredData::ObjectSP report = in NotifyBreakpointHit() local
814 if (report) { in NotifyBreakpointHit()
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_cnvnr_ctrs_dbg.c25 report_ptr, MAX_REPORT_SIZE - (report_ptr - report), "%s", line))
45 char report[MAX_REPORT_SIZE]; in qat_cnvnr_ctrs_dbg_read() local
46 char *report_ptr = report; in qat_cnvnr_ctrs_dbg_read()
64 explicit_bzero(report, sizeof(report)); in qat_cnvnr_ctrs_dbg_read()
119 MAX_REPORT_SIZE - (report_ptr - report), in qat_cnvnr_ctrs_dbg_read()
135 sysctl_handle_string(oidp, report, sizeof(report), req); in qat_cnvnr_ctrs_dbg_read()
H A Dadf_freebsd_pfvf_ctrs_dbg.c93 char report[MAX_REPORT_SIZE]; in adf_pfvf_ctrs_show() local
98 explicit_bzero(report, sizeof(report)); in adf_pfvf_ctrs_show()
99 adf_pfvf_ctrs_prepare_report(report, pfvf_counters); in adf_pfvf_ctrs_show()
100 sysctl_handle_string(oidp, report, sizeof(report), req); in adf_pfvf_ctrs_show()
/freebsd/usr.sbin/zonectl/
H A Dzonectl.c221 struct disk_zone_rep_header *header = &report->header; in zonectl_print_rz()
237 if ((report->entries_available - report->entries_filled) > 0) in zonectl_print_rz()
248 report->entries_available, in zonectl_print_rz()
288 for (i = 0; i < report->entries_filled; i++) { in zonectl_print_rz()
289 entry = &report->entries[i]; in zonectl_print_rz()
370 report->starting_id = next_lba; in zonectl_print_rz()
525 zone_args.zone_params.report.entries = entries; in main()
526 zone_args.zone_params.report.starting_id = lba; in main()
528 zone_args.zone_params.report.rep_options = rep_option; in main()
561 zp_status = zonectl_print_rz(&zone_args.zone_params.report, in main()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max17042.yaml41 Temperature threshold to report battery as cold (in tenths of degree Celsius).
42 Default is not to report cold events.
47 Temperature threshold to report battery as over heated (in tenths of degree Celsius).
48 Default is not to report over heating events.
53 Voltage threshold to report battery as dead (in mV).
54 Default is not to report dead battery events.
59 Voltage threshold to report battery as over voltage (in mV).
60 Default is not to report over-voltage events.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp48 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
50 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt()
51 C.emitReport(std::move(report)); in checkPreStmt()
68 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
70 bugreporter::trackExpressionValue(N, Ex, *report); in checkPreStmt()
72 C.emitReport(std::move(report)); in checkPreStmt()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h210 void *report, const char **description, int *count, int *stack_count,
221 int SANITIZER_CDECL __tsan_get_report_stack(void *report, unsigned long idx,
237 int SANITIZER_CDECL __tsan_get_report_mop(void *report, unsigned long idx,
256 int SANITIZER_CDECL __tsan_get_report_loc(void *report, unsigned long idx,
273 int SANITIZER_CDECL __tsan_get_report_mutex(void *report, unsigned long idx,
290 int SANITIZER_CDECL __tsan_get_report_thread(void *report, unsigned long idx,
302 int SANITIZER_CDECL __tsan_get_report_unique_tid(void *report,

12345678910>>...28