Home
last modified time | relevance | path

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

12345678910>>...26

/freebsd/crypto/openssl/util/
H A Dcheck-format.pl317 sub report { subroutine
374 report("indent = $count != $comment_indent within multi-line comment")
378report("indent = ".($count + $tweak)." != $comment_indent at end of multi-line comment")
412 report("intra-line comment indent = $count != $ref_indent") if $in_comment == 0;
413 report("multi-line comment indent = $count != $ref_indent") if $in_comment < 0;
431 report("indent = $count != $ref_indent for $ref_desc".
497 report("unexpected '$c' @ ".($in_paren_expr ? "(expr)" : "expr"));
503 report("unexpected '}'");
513 report("code after (expr)")
526 report("unclosed '$symbol' in $position");
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp257 void report(const char *msg, const MachineFunction *MF);
258 void report(const char *msg, const MachineBasicBlock *MBB);
259 void report(const char *msg, const MachineInstr *MI);
260 void report(const char *msg, const MachineOperand *MO, unsigned MONum,
262 void report(const Twine &Msg, const MachineInstr *MI);
421 report("Function has NoVRegs property but there are VReg operands", &MF); in verifyProperties()
484 report("Bad instruction parent pointer", &MBB); in verify()
491 report("Missing BundledPred flag, " in verify()
495 report("BundledPred flag is set, " in verify()
506 report("No bundle header", &MI); in verify()
[all …]
/freebsd/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py15 self.report = ''
46 self.report += "\n"
47 self.report += "--------------------------\n"
48 self.report += "UNITY IGNORED TEST SUMMARY\n"
49 self.report += "--------------------------\n"
50 self.report += "\n".join(ignore_output)
53 self.report += "\n"
54 self.report += "--------------------------\n"
55 self.report += "UNITY FAILED TEST SUMMARY\n"
56 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()
140 report(num++, "other side after large write", POLLIN | POLLOUT, pfd1.revents); in main()
144 report(num++, "other side after close", POLLIN | POLLHUP, pfd1.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()
161 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT, pfd1.revents); in main()
173 report(num++, "other side after reading EOF", POLLIN | POLLOUT, pfd1.revents); in main()
[all …]
H A Dpipepoll.c56 report(int num, const char *state, int expected, int got, int res, in report() function
106 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()
186 report(num++, "6", POLLIN | POLLHUP, pfd.revents, res, 1); in child()
191 report(num++, "6a", POLLHUP, pfd.revents, res, 1); in child()
[all …]
H A Dpipeselect.c35 report(int num, const char *state, int expected, int got) in report() function
90 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()
[all …]
/freebsd/libexec/bootpd/
H A Dbootpd.c198 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL); in main()
206 report(LOG_ERR, "malloc failed"); in main()
232 report(LOG_ERR, "getsockname: not an INET socket"); in main()
243 report(LOG_ERR, "bootpd: can't get hostname\n"); in main()
269 report(LOG_ERR, in main()
292 report(LOG_ERR, in main()
308 report(LOG_ERR, in main()
332 report(LOG_ERR, in main()
346 report(LOG_ERR, "%s: unknown switch: -%c\n", in main()
369 report(LOG_ERR, "Can not get my IP address\n"); in main()
[all …]
H A DMakefile.UNIX142 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
147 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
151 OBJ_GW= bootpgw.o getif.o hwaddr.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)
171 TRYGETEA= trygetea.o getether.o report.o $(STRERROR)
176 report.o : report.c
188 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h
190 bootpef.o : readfile.h report.h tzone.h patchlevel.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");
131 report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg()); in getether()
138 report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg()); in getether()
210 report(LOG_ERR, "getether: open %s: %s",
230 report(LOG_ERR, "getether: attach: putmsg: %s", get_errmsg());
238 report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
[all …]
H A Drtmsg.c85 report(LOG_ERR, "socket %s", strerror(errno)); in getsocket()
141 report(LOG_WARNING, "rtmget: %s", strerror(errno)); in bsd_arp_set()
155 report(LOG_WARNING, "set: can only proxy for %s\n", in bsd_arp_set()
163 report(LOG_WARNING, in bsd_arp_set()
190 report(LOG_ERR, "set_arp: internal wrong cmd - exiting"); in rtmsg()
221 report(LOG_WARNING, "writing to routing socket: %s", in rtmsg()
230 report(LOG_WARNING, "arp: read from routing socket: %s\n", in rtmsg()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp89 return err.report(capture_errno()); in __canonical()
99 return err.report(capture_errno()); in __canonical()
116 return err.report(m_ec1); in __copy()
122 return err.report(m_ec1); in __copy()
126 return err.report(errc::function_not_supported); in __copy()
135 return err.report(errc::file_exists); in __copy()
152 return err.report(errc::is_a_directory); in __copy()
173 return err.report(m_ec2); in __copy()
266 return err.report(m_ec); in __copy_file()
273 return err.report(m_ec); in __copy_file()
[all …]
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c171 static void report(const char *fmt, ...) __dead2 __printflike(1, 2);
174 report(const char *fmt, ...) in report() function
234 report("%s: %m", fname); in input_open_file()
262 report("%m"); in input_open_macro()
267 report("%m"); in input_open_macro()
317 report("pushing EOF"); in input_ungetc()
319 report("pushing third char"); in input_ungetc()
343 report("read error: %m"); in input_getc_raw()
410 report("unexpected EOF"); in input_getc()
412 report("expecting '(' after '$'"); in input_getc()
[all …]
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c167 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL); in main()
175 report(LOG_ERR, "malloc failed"); in main()
201 report(LOG_INFO, "getsockname: not an INET socket"); in main()
382 report(LOG_ERR, "socket: %s", get_network_errmsg()); 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()
445 report(LOG_INFO, "exiting after %ld minutes of inactivity", in main()
456 report(LOG_INFO, "recvd pkt from IP addr %s", in main()
[all …]
/freebsd/sys/dev/al_eth/
H A Dal_init_eth_kr.c226 struct al_eth_kr_status_report_data *report = &kr_data->status_report; in al_eth_coeff_req_handle() local
238 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()
251 report->c_minus = al_eth_lt_coeff_set(kr_data, 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()
363 al_eth_kr_lt_all_not_updated(struct al_eth_kr_status_report_data *report) in al_eth_kr_lt_all_not_updated() argument
366 if ((report->c_zero == C72_CSTATE_NOT_UPDATED) && in al_eth_kr_lt_all_not_updated()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp74 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
79 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()
94 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag()
100 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
102 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack()
110 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
113 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop()
126 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
130 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc()
72 __tsan_get_report_data(void * report,const char ** description,int * count,int * stack_count,int * mop_count,int * loc_count,int * mutex_count,int * thread_count,int * unique_tid_count,void ** sleep_trace,uptr trace_size) __tsan_get_report_data() argument
91 __tsan_get_report_tag(void * report,uptr * tag) __tsan_get_report_tag() argument
98 __tsan_get_report_stack(void * report,uptr idx,void ** trace,uptr trace_size) __tsan_get_report_stack() argument
108 __tsan_get_report_mop(void * report,uptr idx,int * tid,void ** addr,int * size,int * write,int * atomic,void ** trace,uptr trace_size) __tsan_get_report_mop() argument
124 __tsan_get_report_loc(void * report,uptr idx,const char ** type,void ** addr,uptr * start,uptr * size,int * tid,int * fd,int * suppressable,void ** trace,uptr trace_size) __tsan_get_report_loc() argument
143 __tsan_get_report_loc_object_type(void * report,uptr idx,const char ** object_type) __tsan_get_report_loc_object_type() argument
153 __tsan_get_report_mutex(void * report,uptr idx,uptr * mutex_id,void ** addr,int * destroyed,void ** trace,uptr trace_size) __tsan_get_report_mutex() argument
166 __tsan_get_report_thread(void * report,uptr idx,int * tid,tid_t * os_id,int * running,const char ** name,int * parent_tid,void ** trace,uptr trace_size) __tsan_get_report_thread() argument
182 __tsan_get_report_unique_tid(void * report,uptr idx,int * tid) __tsan_get_report_unique_tid() argument
[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
102 -e empty kyua report --results-file="$(cat dbfile_name1)" \
105 -e empty kyua report --results-file="$(cat dbfile_name2)" \
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 \
[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
203 atf_check -s exit:0 -o ignore -e empty kyua report-html --output=output/foo
[all …]
H A Dcmd_report_junit_test.sh176 atf_check -s exit:2 -o empty -e file:experr kyua report-junit
186 -e empty kyua report-junit --results-file="$(cat dbfile_name1)"
188 -e empty kyua report-junit --results-file="$(cat dbfile_name2)"
195 kyua report-junit --results-file=foo
203 cat >report <<EOF
286 atf_check -s exit:0 -o file:report -e empty -x kyua report-junit \
288 atf_check -s exit:0 -o empty -e save:stderr kyua report-junit \
290 atf_check -s exit:0 -o file:report -x cat stderr \
293 atf_check -s exit:0 -o empty -e empty kyua report-junit \
295 atf_check -s exit:0 -o file:report -x cat my-file \
/freebsd/contrib/kyua/doc/
H A DMakefile.am.inc47 doc/results-files-report-example.mdoc \
95 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)
99 $(AM_V_GEN)name=kyua-report-html.1; $(BUILD_MANPAGE)
101 man_MANS += doc/kyua-report-junit.1
102 CLEANFILES += doc/kyua-report-junit.1
103 EXTRA_DIST += doc/kyua-report-junit.1.in
104 doc/kyua-report-junit.1: $(srcdir)/doc/kyua-report-junit.1.in $(MAN_DEPS)
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp494 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() argument
495 std::string description = std::string(report->GetAsDictionary() in FormatDescription()
617 InstrumentationRuntimeTSan::GenerateSummary(StructuredData::ObjectSP report) { in GenerateSummary() argument
620 std::string summary = std::string(report->GetAsDictionary() in GenerateSummary()
625 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
629 if (report->GetAsDictionary() in GenerateSummary()
633 pc = GetFirstNonInternalFramePc(report->GetAsDictionary() in GenerateSummary()
641 if (report->GetAsDictionary() in GenerateSummary()
645 pc = GetFirstNonInternalFramePc(report->GetAsDictionary() in GenerateSummary()
657 if (report->GetAsDictionary() in GenerateSummary()
[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.c126 zone_print_status zonectl_print_rz(struct disk_zone_report *report,
217 zonectl_print_rz(struct disk_zone_report *report, zone_output_flags out_flags, in zonectl_print_rz() argument
221 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()
449 "ambiguous" : "invalid", "report zone in main()
[all...]
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c63 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() argument
67 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len); in wpas_rrm_process_neighbor_rep()
71 if (report[0] != wpa_s->rrm.next_neighbor_rep_token - 1) { in wpas_rrm_process_neighbor_rep()
74 report[0], wpa_s->rrm.next_neighbor_rep_token - 1); in wpas_rrm_process_neighbor_rep()
92 wpabuf_put_data(neighbor_rep, report + 1, report_len - 1); in wpas_rrm_process_neighbor_rep()
94 report[0]); in wpas_rrm_process_neighbor_rep()
380 struct wpabuf *report = wpabuf_alloc(len + 3); in wpas_rrm_send_msr_report_mpdu() local
382 if (!report) in wpas_rrm_send_msr_report_mpdu()
385 wpabuf_put_u8(report, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_send_msr_report_mpdu()
386 wpabuf_put_u8(report, WLAN_RRM_RADIO_MEASUREMENT_REPORT); in wpas_rrm_send_msr_report_mpdu()
[all …]

12345678910>>...26