| /freebsd/share/man/man4/ |
| H A D | hidraw.4 | 67 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 numbe [all...] |
| H A D | uhid.4 | 63 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 D | report.cpp | 1 //===-- report.cpp ----------------------------------------------*- C++ -*-===// 9 #include "report.h" 44 ScopedErrorReport Report; in reportCheckFailed() local 45 Report.append("CHECK failed @ %s:%d %s ((u64)op1=%llu, (u64)op2=%llu)\n", in reportCheckFailed() 51 ScopedErrorReport Report; in reportError() local 52 Report.append("%s\n", Message); in reportError() 63 ScopedErrorReport Report; in reportInvalidFlag() local 64 Report.append("invalid value for %s option: '%s'\n", FlagType, Value); in reportInvalidFlag() 70 ScopedErrorReport Report; in reportHeaderCorruption() local 71 Report.append("corrupted chunk header at address %p", Ptr); in reportHeaderCorruption() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 261 // report errors. in ~ReportedErrors() 308 void report(const char *msg, const MachineFunction *MF); 309 void report(const char *msg, const MachineBasicBlock *MBB); 310 void report(const char *msg, const MachineInstr *MI); 311 void report(const char *msg, const MachineOperand *MO, unsigned MONum, 313 void report(const Twine &Msg, const MachineInstr *MI); 462 // then report an error. in verifyProperties() 464 report("Function has NoVRegs property but there are VReg operands", &MF); in verifyProperties() 523 report("Bad instruction parent pointer", &MBB); in verify() 530 report("Missing BundledPred flag, " in verify() [all …]
|
| /freebsd/sys/dev/hid/ |
| H A D | ps4dshock.c | 73 0x85, 0x01, /* Report ID (1) */ 80 0x75, 0x08, /* Report Size (8) */ 81 0x95, 0x04, /* Report Count (4) */ 89 0x75, 0x04, /* Report Size (4) */ 90 0x95, 0x01, /* Report Count (1) */ 99 0x75, 0x01, /* Report Size (1) */ 100 0x95, 0x0E, /* Report Count (14) */ 104 0x75, 0x06, /* Report Size (6) */ 105 0x95, 0x01, /* Report Count (1) */ 114 0x75, 0x08, /* Report Size (8) */ [all …]
|
| H A D | hidrdesc.h | 31 * 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 …]
|
| H A D | appleir.c | 70 /* Report type markers (byte 0) */ 183 * Process 5-byte HID interrupt report. 191 uint8_t report[APPLEIR_REPORT_LEN]; in appleir_intr() local 196 DPRINTFN(1, "bad report len: %zu\n", (size_t)len); in appleir_intr() 200 memcpy(report, buf, APPLEIR_REPORT_LEN); in appleir_intr() 205 if (report[0] == APPLEIR_PKT_KEYDOWN && in appleir_intr() 206 report[1] == APPLEIR_SIG_HI && report[2] == APPLEIR_SIG_BATTLO) { in appleir_intr() 216 if (report[0] == APPLEIR_PKT_KEYDOWN && in appleir_intr() 217 report[1] == APPLEIR_SIG_HI && report[2] == APPLEIR_SIG_KEYLO) { in appleir_intr() 230 } else if (report[4] & APPLEIR_TWO_PKT_FLAG) { in appleir_intr() [all …]
|
| /freebsd/usr.sbin/zonectl/ |
| H A D | zonectl.8 | 114 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 D | usbhid.3 | 100 .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/wpa/wpa_supplicant/ |
| H A D | rrm.c | 27 "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 61 * @report: Neighbor report buffer, prefixed by a 1-byte dialog token 62 * @report_len: Length of neighbor report buffer 66 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() argument 72 "RRM: Ignore group-addressed Neighbor Report Response frame (A1=" in wpas_rrm_process_neighbor_rep() 78 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len); in wpas_rrm_process_neighbor_rep() 82 if (report[0] != wpa_s->rrm.next_neighbor_rep_token - 1) { in wpas_rrm_process_neighbor_rep() 84 "RRM: Discarding neighbor report with token %d (expected %d)", in wpas_rrm_process_neighbor_rep() [all …]
|
| /freebsd/contrib/ntp/sntp/unity/auto/ |
| H A D | unity_test_summary.rb | 17 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 D | unity_test_summary.py | 15 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 D | sanitizer_allocator_report.cpp | 46 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/libexec/bootpd/ |
| H A D | Makefile.UNIX | 142 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 D | bootpd.c | 80 #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 …]
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 112 return err.report(detail::get_last_error()); in __canonical() 122 return err.report(detail::get_last_error()); in __canonical() 139 return err.report(m_ec1); in __copy() 145 return err.report(m_ec1); in __copy() 149 return err.report(errc::function_not_supported); in __copy() 158 return err.report(errc::file_exists); in __copy() 175 return err.report(errc::is_a_directory); in __copy() 196 return err.report(m_ec2); in __copy() 387 return err.report(m_ec); in __copy_file() 394 return err.report(m_ec); in __copy_file() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIBugReporter.cpp | 32 auto Report = std::make_unique<PathSensitiveBugReport>( in reportDoubleNonblocking() local 35 Report->addRange(MPICallEvent.getSourceRange()); in reportDoubleNonblocking() 39 Report->addRange(Range); in reportDoubleNonblocking() 41 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportDoubleNonblocking() 43 Report->markInteresting(RequestRegion); in reportDoubleNonblocking() 45 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking() 55 auto Report = std::make_unique<PathSensitiveBugReport>(MissingWaitBugType, in reportMissingWait() local 60 Report->addRange(Range); in reportMissingWait() 61 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportMissingWait() 63 Report->markInteresting(RequestRegion); in reportMissingWait() [all …]
|
| /freebsd/tools/regression/poll/ |
| H A D | sockpoll.c | 66 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 D | Makefile.am.inc | 47 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 D | kyua-report.1.in | 32 .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 D | config.c | 169 * 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 D | InstrumentationRuntimeTSan.cpp | 67 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 D | cmd_report_test.sh | 53 # 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/wpa/src/ap/ |
| H A D | rrm.c | 39 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 D | tsan_interface.h | 115 // 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 (obtained as argument in 147 int __tsan_get_report_tag(void *report, uptr *tag); 149 // Returns information about stack traces included in the report. [all …]
|