Searched refs:report (Results 226 - 250 of 270) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c2058 /* We haven't notified for this node yet: report a skip */
2229 /* We haven't notified for this node yet: report a skip */
2467 /* We haven't notified for this node yet: report a skip */
2984 /* We haven't notified for this node yet: report a skip */
3070 /* We haven't notified for this node yet: report a skip */
3238 /* We haven't notified for this node yet: report a skip */
3406 Called when the diff driver wants to report an absent path.
3888 to describe nonexistent path/revisions to the merge report editor -- see
5554 single_range_conflict_report_t *report
5555 = apr_palloc(result_pool, sizeof(*report));
5547 single_range_conflict_report_t *report local
5567 svn_client__conflict_report_t *report = apr_palloc(result_pool, local
5578 conflict_report_dup(const svn_client__conflict_report_t *report, apr_pool_t *result_pool) argument
5591 svn_client__make_merge_conflict_error(svn_client__conflict_report_t *report, apr_pool_t *scratch_pool) argument
[all...]
H A Dclient.h1216 svn_client__make_merge_conflict_error(svn_client__conflict_report_t *report,
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in1047 report=""; \
1049 report="Please report to $(PACKAGE_BUGREPORT)"; \
1050 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1051 dashes="$$report"; \
1061 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp222 // FIXME: If we get an error during a bridge cast, should we report it?
878 auto report = std::make_unique<RefCountReport>(
881 report->addRange(ErrorRange);
882 C.emitReport(std::move(report));
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c164 * it was cancelled, report it as a short read rather than an
472 uint32_t report = be32toh(ddp_report); local
482 db_idx = report & F_DDP_BUF_IDX ? 1 : 0;
484 if (__predict_false(!(report & F_DDP_INV)))
533 toep->tid, db_idx, len, report);
1377 * it was cancelled, report it as a short read rather than an
1461 * If this job has previously copied some data, report
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h454 int report)
458 report);
453 wpa_drv_probe_req_report(struct wpa_supplicant *wpa_s, int report) argument
H A Dwpa_supplicant_i.h406 #define RRM_NEIGHBOR_REPORT_TIMEOUT 1 /* 1 second for AP to send a report */
416 * notify_neighbor_rep - Callback for notifying report requester
1163 * Content of a measurement report element with type 8 (LCI),
1365 const u8 *report, size_t report_len);
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in417 -q Only report errors (cannot be used with -v)
/freebsd-13-stable/sys/dev/usb/
H A Dusb_request.c1778 uint8_t iface_index, uint16_t report)
1786 DPRINTFN(5, "iface=%p, report=%d, endpt=%d\n",
1787 iface, report, iface->idesc->bInterfaceNumber);
1791 USETW(req.wValue, report);
1901 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */
1777 usbd_req_set_protocol(struct usb_device *udev, struct mtx *mtx, uint8_t iface_index, uint16_t report) argument
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c449 MKT(UNI_IEACT_REPORT, report),
451 MKT(UNI_IEACT_MSG_REPORT, report-msg),
708 MKT(UNI_MSGACT_REPORT, report),
5994 * Broadband report type
6003 DEF_IE_PRINT(itu, report)
6014 if(uni_print_iehdr("report", &ie->h, cx))
6016 uni_print_tbl("type", ie->report, tbl, cx);
6020 DEF_IE_CHECK(itu, report)
6024 switch(ie->report) {
6039 DEF_IE_ENCODE(itu, report)
[all...]
H A Dunistruct.h1255 enum uni_report report; member in struct:uni_ie_report
/freebsd-13-stable/contrib/subversion/
H A DMakefile.in679 # Create an execution coverage report from the data collected during
683 genhtml gcov-lcov.dat -o gcov-report > gcov-genhtml.log
689 # Remove the execution coverage data and the report.
692 rm -rf gcov-report
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp363 // Emit a bug report.
556 // Generate a report for this bug.
557 auto report = std::make_unique<PathSensitiveBugReport>( local
559 report->addRange(First->getSourceRange());
560 report->addRange(Second->getSourceRange());
562 C.emitReport(std::move(report));
684 // We have an overflow. Emit a bug report.
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh666 REPORT_FILE=$(mktemp -u "${FILEDIR}/zts-report.XXXXXX")
669 REPORT_FILE=$(mktemp -u -t zts-report.XXXXXX -p "$FILEDIR")
/freebsd-13-stable/sys/net/route/
H A Droute_ctl.c1299 * @report: true if rtsock notification is needed.
1302 rib_walk_del(u_int fibnum, int family, rib_filter_f_t *filter_f, void *arg, bool report) argument
1343 if (report) {
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c4889 int report; /* 0 = bootverbose, 1 = always */ member in struct:__anon13980
4986 int i, report; local
4993 report = 1;
5008 report = pci_nomatch_tab[i].report;
5012 report = pci_nomatch_tab[i].report;
5016 if (report || bootverbose) {
5023 if (report || bootverbose) {
6418 /* As kind of recovery just report an
[all...]
/freebsd-13-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in2112 report=""; \
2114 report="Please report to $(PACKAGE_BUGREPORT)"; \
2115 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
2116 dashes="$$report"; \
2126 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in1557 report=""; \
1559 report="Please report to $(PACKAGE_BUGREPORT)"; \
1560 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1561 dashes="$$report"; \
1571 test -z "$$report" || echo "$$report"; \
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11.c4993 const struct rrm_measurement_report_element *report; local
5034 if (len < 24 + 5 + sizeof(*report))
5036 report = (const struct rrm_measurement_report_element *)
5040 report->eid == WLAN_EID_MEASURE_REQUEST &&
5041 report->len >= 3 &&
5042 report->type == MEASURE_TYPE_BEACON)
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh594 * report themselves to be some generic type of device if we can handle
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl1348 please submit a bug report.
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk381 # if you want us to report load averages during build
388 # when we want to report.
/freebsd-13-stable/sys/geom/
H A Dgeom_dev.c715 rep = &zone_args->zone_params.report;
H A Dgeom_io.c314 * XXX KDM need to handle report zone data.
319 zone_args->zone_params.report.entries_allocated *
/freebsd-13-stable/share/mk/
H A Ddirdeps.mk397 # if you want us to report load averages during build
404 # when we want to report.

Completed in 402 milliseconds

1234567891011