Searched refs:report (Results 101 - 125 of 270) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/dialog/samples/
H A Dfselect1-stdout18 . ./report-string
H A Dradiolist133 . ./report-tempfile
H A Dradiolist1030 . ./report-tempfile
H A Dradiolist230 . ./report-tempfile
H A Dradiolist330 . ./report-tempfile
H A Dchecklist-8bit30 . ./report-tempfile
H A Dradiolist430 . ./report-tempfile
H A Dtextbox-both21 . ./report-button
H A Dtextbox-help20 . ./report-button
H A Dtextbox320 . ./report-button
H A Dtreeview22 . ./report-tempfile
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h64 std::string FormatDescription(StructuredData::ObjectSP report);
66 std::string GenerateSummary(StructuredData::ObjectSP report);
68 lldb::addr_t GetMainRacyAddress(StructuredData::ObjectSP report);
70 std::string GetLocationDescription(StructuredData::ObjectSP report,
/freebsd-13-stable/libexec/bootpd/bootpgw/
H A DMakefile6 SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
H A Dbootpgw.c80 #include "report.h"
182 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
190 report(LOG_ERR, "malloc failed");
216 report(LOG_INFO, "getsockname: not an INET socket");
397 report(LOG_ERR, "socket: %s", get_network_errmsg());
408 report(LOG_ERR,
422 report(LOG_ERR, "bind: %s", get_network_errmsg());
433 report(LOG_ERR,
455 report(LOG_ERR, "select: %s", get_errmsg());
460 report(LOG_INF
[all...]
/freebsd-13-stable/libexec/bootpd/tools/bootptest/
H A DMakefile6 SRCS= bootptest.c getether.c getif.c print-bootp.c report.c
/freebsd-13-stable/libexec/bootpd/
H A Dtzone.c20 #include "report.h"
43 report(LOG_ERR, "localtime() failed");
H A Dbootpd.c91 #include "report.h"
213 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
221 report(LOG_ERR, "malloc failed");
247 report(LOG_ERR, "getsockname: not an INET socket");
258 report(LOG_ERR, "bootpd: can't get hostname\n");
284 report(LOG_ERR,
307 report(LOG_ERR,
323 report(LOG_ERR,
347 report(LOG_ERR,
361 report(LOG_ER
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp221 void report(const char *msg, const MachineFunction *MF);
222 void report(const char *msg, const MachineBasicBlock *MBB);
223 void report(const char *msg, const MachineInstr *MI);
224 void report(const char *msg, const MachineOperand *MO, unsigned MONum,
331 // then report an error.
335 report("Function has NoVRegs property but there are VReg operands", &MF);
388 report("Bad instruction parent pointer", &MBB);
395 report("Missing BundledPred flag, "
399 report("BundledPred flag is set, "
410 report("N
445 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { function in class:MachineVerifier
460 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { function in class:MachineVerifier
471 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { function in class:MachineVerifier
480 void MachineVerifier::report(const char *msg, const MachineOperand *MO, function in class:MachineVerifier
[all...]
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dconfig.c171 static void report(const char *fmt, ...) __dead2 __printflike(1, 2);
174 report(const char *fmt, ...) function
234 report("%s: %m", fname);
262 report("%m");
267 report("%m");
317 report("pushing EOF");
319 report("pushing third char");
343 report("read error: %m");
410 report("unexpected EOF");
412 report("expectin
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp72 int __tsan_get_report_data(void *report, const char **description, int *count, argument
77 const ReportDesc *rep = (ReportDesc *)report;
91 int __tsan_get_report_tag(void *report, uptr *tag) { argument
92 const ReportDesc *rep = (ReportDesc *)report;
98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, argument
100 const ReportDesc *rep = (ReportDesc *)report;
108 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, argument
111 const ReportDesc *rep = (ReportDesc *)report;
124 int __tsan_get_report_loc(void *report, uptr idx, const char **type, argument
128 const ReportDesc *rep = (ReportDesc *)report;
143 __tsan_get_report_loc_object_type(void *report, uptr idx, const char **object_type) argument
153 __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, int *destroyed, void **trace, uptr trace_size) 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) argument
182 __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) argument
[all...]
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_init_eth_kr.c112 struct al_eth_kr_status_report_data status_report; /* report to response */
228 struct al_eth_kr_status_report_data *report = &kr_data->status_report; local
240 report->c_minus = C72_CSTATE_UPDATED;
242 report->c_plus = C72_CSTATE_UPDATED;
244 report->c_zero = C72_CSTATE_MAX;
253 report->c_minus = al_eth_lt_coeff_set(kr_data,
256 report->c_zero = al_eth_lt_coeff_set(kr_data,
259 report->c_plus = al_eth_lt_coeff_set(kr_data,
263 __func__, report->c_zero, report
365 al_eth_kr_lt_all_not_updated(struct al_eth_kr_status_report_data *report) argument
396 al_eth_kr_lt_coef_report_get(struct al_eth_kr_status_report_data *report, enum al_eth_kr_coef coef) argument
420 struct al_eth_kr_status_report_data report; local
[all...]
/freebsd-13-stable/tools/regression/poll/
H A Dpipepoll.c57 report(int num, const char *state, int expected, int got, int res, function
107 report(num++, "0", 0, pfd.revents, res, 0);
125 report(num++, "1", 0, pfd.revents, res, 0);
133 report(num++, "2", POLLIN, pfd.revents, res, 1);
138 report(num++, "2a", 0, pfd.revents, res, 0);
146 report(num++, "3", POLLHUP, pfd.revents, res, 1);
161 report(num++, "4", 0, pfd.revents, res, 0);
169 report(num++, "5", POLLIN, pfd.revents, res, 1);
187 report(num++, "6", POLLIN | POLLHUP, pfd.revents, res, 1);
192 report(nu
[all...]
H A Dpipeselect.c36 report(int num, const char *state, int expected, int got) function
91 report(num++, "0", 1, FD_ISSET(fd, &rfds));
110 report(num++, "1", 0, FD_ISSET(fd, &rfds));
119 report(num++, "2", 1, FD_ISSET(fd, &rfds));
125 report(num++, "2a", 0, FD_ISSET(fd, &rfds));
134 report(num++, "3", 1, FD_ISSET(fd, &rfds));
150 report(num++, "4", 0, FD_ISSET(fd, &rfds));
159 report(num++, "5", 1, FD_ISSET(fd, &rfds));
173 report(num++, "6", 1, FD_ISSET(fd, &rfds));
179 report(nu
[all...]
/freebsd-13-stable/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
[all...]
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_report_test.sh53 # Ensure the results of 'report' come from the database.
72 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 \
[all...]

Completed in 128 milliseconds

1234567891011