Home
last modified time | relevance | path

Searched full:report (Results 1 – 25 of 2697) sorted by relevance

12345678910>>...108

/freebsd/share/man/man4/
H A Dhidraw.467 Get the report identifier used by this HID report.
69 Get the HID report descriptor.
72 bytes of the report descriptor data into the memory
81 The report descriptor is delivered
95 will return the current value of the input report.
104 Get a report from the device without waiting for data on
108 bytes of the report data into the memory specified by
115 field indicates which report is requested.
122 is the report number.
123 The report data begins from the second byte.
[all …]
H A Duhid.463 Get the report identifier used by this HID report.
65 Get the HID report descriptor.
68 bytes of the report descriptor data into the memory
77 The report descriptor is delivered
91 will return the current value of the input report.
100 Get a report from the device without waiting for data on
104 bytes of the report data into the memory specified by
111 field indicates which report is requested.
119 Set a report in the device.
122 field indicates which report is to be set.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp1 //===-- report.cpp ----------------------------------------------*- C++ -*-===//
9 #include "report.h"
43 ScopedErrorReport Report; in reportSoftRSSLimit()
44 Report.append("CHECK failed @ %s:%d %s ((u64)op1=%llu, (u64)op2=%llu)\n",
50 ScopedErrorReport Report;
51 Report.append("%s\n", Message);
62 ScopedErrorReport Report; in reportCheckFailed()
63 Report.append("invalid value for %s option: '%s'\n", FlagType, Value);
69 ScopedErrorReport Report;
70 Report
40 ScopedErrorReport Report; reportSoftRSSLimit() local
46 ScopedErrorReport Report; reportHardRSSLimit() local
59 ScopedErrorReport Report; reportCheckFailed() local
66 ScopedErrorReport Report; reportError() local
71 ScopedErrorReport Report; reportInvalidFlag() local
78 ScopedErrorReport Report; reportHeaderCorruption() local
86 ScopedErrorReport Report; reportHeaderRace() local
93 ScopedErrorReport Report; reportSanityCheckError() local
100 ScopedErrorReport Report; reportAlignmentTooBig() local
109 ScopedErrorReport Report; reportAllocationSizeTooBig() local
116 ScopedErrorReport Report; reportOutOfBatchClass() local
121 ScopedErrorReport Report; reportOutOfMemory() local
142 ScopedErrorReport Report; reportInvalidChunkState() local
148 ScopedErrorReport Report; reportMisalignedPointer() local
157 ScopedErrorReport Report; reportDeallocTypeMismatch() local
166 ScopedErrorReport Report; reportDeleteSizeMismatch() local
173 ScopedErrorReport Report; reportAlignmentNotPowerOfTwo() local
180 ScopedErrorReport Report; reportCallocOverflow() local
187 ScopedErrorReport Report; reportInvalidPosixMemalignAlignment() local
195 ScopedErrorReport Report; reportPvallocOverflow() local
202 ScopedErrorReport Report; reportInvalidAlignedAllocAlignment() local
[all...]
/freebsd/sys/dev/hid/
H A Dps4dshock.c71 0x85, 0x01, /* Report ID (1) */
78 0x75, 0x08, /* Report Size (8) */
79 0x95, 0x04, /* Report Count (4) */
87 0x75, 0x04, /* Report Size (4) */
88 0x95, 0x01, /* Report Count (1) */
97 0x75, 0x01, /* Report Size (1) */
98 0x95, 0x0E, /* Report Count (14) */
102 0x75, 0x06, /* Report Size (6) */
103 0x95, 0x01, /* Report Count (1) */
112 0x75, 0x08, /* Report Size (8) */
[all …]
H A Dhidrdesc.h31 * This file contains replacements for broken HID report descriptors.
182 * The descriptor has no output report format, thus preventing you from
190 0x75, 0x08, /* REPORT SIZE (8) */\
191 0x95, 0x01, /* REPORT COUNT (1) */\
194 0x75, 0x08, /* REPORT SIZE (8) */\
195 0x95, 0x01, /* REPORT COUNT (1) */\
203 0x75, 0x01, /* REPORT SIZE (1) */\
208 0x95, 0x04, /* REPORT COUNT (4) */\
217 0x75, 0x01, /* REPORT SIZE (1) */\
222 0x95, 0x07, /* REPORT COUNT (7) */\
[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);
417 // then report an error. in verifyProperties()
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()
[all …]
/freebsd/usr.sbin/zonectl/
H A Dzonectl.8114 Issue the Report Zones command.
116 Specify report options with
139 For the Report Zones command, this tells the drive to report starting with
145 For the Report Zones command, specify a subset of zones to report.
148 Report all zones.
151 Report only empty zones.
153 Report zones that are implicitly open.
157 Report zone
[all...]
/freebsd/lib/libusbhid/
H A Dusbhid.3100 .Em "report descriptor"
116 functions allow to synchronously get and set specific report if device
118 For devices with multiple report IDs, wanted ID should be provided in the
121 The report descriptor ID can be obtained by calling
123 A report descriptor can be obtained by calling
128 Alternatively a data buffer containing the report descriptor can be
132 When the report descriptor
143 To parse the report descriptor the
145 function should be called with a report descriptor, a set that
146 describes which items that are interesting, and the desired report
[all …]
/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/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb17 attr_reader :report, :total_tests, :failures, :ignored accessor in UnityTestSummary
20 @report = ''
52 @report += "\n"
53 @report += "--------------------------\n"
54 @report += "UNITY IGNORED TEST SUMMARY\n"
55 @report += "--------------------------\n"
56 @report += ignore_output.flatten.join("\n")
60 @report += "\n"
61 @report += "--------------------------\n"
62 @report += "UNITY FAILED TEST SUMMARY\n"
[all …]
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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp46 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local
47 Report("ERROR: %s: calloc parameters overflow: count * size (%zd * %zd) " in ReportCallocOverflow()
57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); in ReportReallocArrayOverflow() local
58 Report( in ReportReallocArrayOverflow()
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local
69 Report("ERROR: %s: pvalloc parameters overflow: size 0x%zx rounded up to " in ReportPvallocOverflow()
79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local
80 Report("ERROR: %s: invalid allocation alignment: %zd, alignment must be a " in ReportInvalidAllocationAlignment()
89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local
91 Report("ERROR: %s: invalid alignment requested in " in ReportInvalidAlignedAllocAlignment()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c27 "RRM: Unexpected neighbor report timeout"); in wpas_rrm_neighbor_rep_timeout_handler()
31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE"); in wpas_rrm_neighbor_rep_timeout_handler()
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) 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()
73 "RRM: Discarding neighbor report with token %d (expected %d)", in wpas_rrm_process_neighbor_rep()
74 report[0], wpa_s->rrm.next_neighbor_rep_token - 1); in wpas_rrm_process_neighbor_rep()
[all …]
/freebsd/libexec/bootpd/
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 Dbootpd.c80 #include "report.h"
198 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()
[all …]
H A Dgetether.c24 #include "report.h"
49 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());
[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 …]
/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 …]
H A Dkyua-report.1.in32 .Nm "kyua report"
45 report for user consumption on the terminal.
66 Specifies the path to which the report should be written to.
76 Comma-separated list of the test result types to include in the report.
88 and all result types are shown in the report.
92 Showing the passed tests by default clutters the report with too much
95 Prints a detailed report of the execution.
114 __include__ results-files-report-example.mdoc REPORT_COMMAND=report
117 .Xr kyua-report-html 1 ,
118 .Xr kyua-report-junit 1
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c169 * Report an error and jump to the error label
171 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()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp67 int __tsan_get_report_data(void *report, const char **description, int *count,
72 int __tsan_get_report_stack(void *report, unsigned long idx, void **trace,
74 int __tsan_get_report_mop(void *report, unsigned long idx, int *tid, void **addr,
77 int __tsan_get_report_loc(void *report, unsigned long idx, const char **type,
81 … int __tsan_get_report_mutex(void *report, unsigned long idx, unsigned long *mutex_id, void **addr,
83 int __tsan_get_report_thread(void *report, unsigned long idx, int *tid, unsigned long *os_id,
86 int __tsan_get_report_unique_tid(void *report, unsigned long idx, int *tid);
90 …int (*ptr__tsan_get_report_loc_object_type)(void *report, unsigned long idx, const char **object_t…
100 void *report;
166 t.report = __tsan_get_current_report();
[all …]
/freebsd/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 \
132 atf_check -s exit:0 -o empty -e save:stderr kyua report \
[all …]
/freebsd/contrib/dialog/
H A DCHANGES12 with the button-box (report by Victor Ananjevsky).
35 + add DIALOG_TIMEOUT to sample scripts, and use report-button more
61 subwindows used for input (report by Michael Wihl).
64 + add validity-checks for window pointer (report/testcase by Michael
83 (report/patch by Rainer Weikusat, Debian #970508).
87 (report by Glenn Herteg).
128 + correct rc-file lookup of "default" color (report by Grady Martin,
131 + fix a few spelling errors reported by codespell (report by Jens
134 0/1 (report/patch by Paul Cercueil, Peter Korsgaard, cf: 2018/05/31).
139 (report by Paul Cercueil, cf: 2018/06/21).
[all …]
/freebsd/contrib/wpa/src/ap/
H A Drrm.c39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token); in hostapd_handle_lci_report()
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len); in hostapd_handle_lci_report()
63 wpa_printf(MSG_DEBUG, "Unexpected range report, token %u", in hostapd_handle_range_report()
70 wpa_printf(MSG_DEBUG, "Range report token %u len %zu", token, len); in hostapd_handle_range_report()
78 char report[2 * 255 + 1]; in hostapd_handle_beacon_report() local
80 wpa_printf(MSG_DEBUG, "Beacon report token %u len %zu from " MACSTR, in hostapd_handle_beacon_report()
82 /* Skip to the beginning of the Beacon report */ in hostapd_handle_beacon_report()
87 report[0] = '\0'; in hostapd_handle_beacon_report()
88 if (wpa_snprintf_hex(report, sizeof(report), pos, len) < 0) in hostapd_handle_beacon_report()
91 MAC2STR(addr), token, rep_mode, report); in hostapd_handle_beacon_report()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h115 // an error. The argument 'report' is an opaque pointer that can be used to
116 // gather additional information using other TSan report API functions.
118 void __tsan_on_report(void *report);
121 // returns an opaque pointer to the current report. Otherwise returns NULL.
125 // Returns a report's description (issue type), number of duplicate issues
130 int __tsan_get_report_data(void *report, const char **description, int *count,
136 /// Retrieves the "tag" from a report (for external-race report types). External
141 /// \param report opaque pointer to the current report (obtaine
[all...]

12345678910>>...108