| /f-stack/app/redis-5.0.5/src/ |
| H A D | latency.c | 218 sds report = sdsempty(); in createLatencyReport() local 243 return report; in createLatencyReport() 261 …report = sdscat(report,"Dave, I have observed latency spikes in this Redis instance. You don't min… in createLatencyReport() 265 report = sdscatprintf(report, in createLatencyReport() 290 report = sdscatprintf(report, in createLatencyReport() 379 report = sdscatlen(report,"\n",1); in createLatencyReport() 397 report = sdscat(report,"\nI have a few advices for you:\n\n"); in createLatencyReport() 471 return report; in createLatencyReport() 609 sds report = createLatencyReport(); in latencyCommand() local 611 addReplyBulkCBuffer(c,report,sdslen(report)); in latencyCommand() [all …]
|
| /f-stack/dpdk/devtools/ |
| H A D | checkpatches.sh | 254 report=$($DPDK_CHECKPATCH_PATH $options "$tmpinput" 2>/dev/null) 257 printf '%s\n' "$report" | sed -n '1,/^total:.*lines checked$/p' 262 report=$($VALIDATE_NEW_API "$tmpinput") 265 printf '%s\n' "$report" 270 report=$(check_forbidden_additions "$tmpinput") 273 printf '%s\n' "$report" 278 report=$(check_experimental_tags "$tmpinput") 281 printf '%s\n' "$report" 286 report=$(check_internal_tags "$tmpinput") 289 printf '%s\n' "$report"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | max17042_battery.txt | 18 - maxim,cold-temp : Temperature threshold to report battery 20 - maxim,over-heat-temp : Temperature threshold to report battery 22 - maxim,dead-volt : Voltage threshold to report battery 24 - maxim,over-volt : Voltage threshold to report battery
|
| H A D | lt3651-charger.txt | 19 cannot report changes and userspace will need to periodically read the sysfs
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_fm.c | 1087 zio_cksum_report_t *report; in zfs_ereport_start_checksum() local 1101 report = kmem_zalloc(sizeof (*report), KM_SLEEP); in zfs_ereport_start_checksum() 1115 report->zcr_align = in zfs_ereport_start_checksum() 1117 report->zcr_length = length; in zfs_ereport_start_checksum() 1120 (void) zfs_ereport_start(&report->zcr_ereport, &report->zcr_detector, in zfs_ereport_start_checksum() 1123 if (report->zcr_ereport == NULL) { in zfs_ereport_start_checksum() 1124 zfs_ereport_free_checksum(report); in zfs_ereport_start_checksum() 1143 info = annotate_ecksum(report->zcr_ereport, report->zcr_ckinfo, in zfs_ereport_finish_checksum() 1146 zfs_zevent_post(report->zcr_ereport, in zfs_ereport_finish_checksum() 1149 zfs_zevent_post_cb(report->zcr_ereport, report->zcr_detector); in zfs_ereport_finish_checksum() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.c | 65 static int report (lua_State *L, int status) { in report() function 136 return report(L, status); in dofile() 142 return report(L, status); in dostring() 149 return report(L, docall(L, 1, 1)); in dolibrary() 222 report(L, status); in dotty() 253 return report(L, status); in handle_script() 388 report(L, status); in main()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 25 if(IE_ISGOOD(src->report)) in copy_msg_alerting() 26 dst->report = src->report; in copy_msg_alerting() 82 if(IE_ISGOOD(src->report)) in copy_msg_connect() 83 dst->report = src->report; in copy_msg_connect() 214 if(IE_ISGOOD(src->report)) in copy_msg_setup() 215 dst->report = src->report; in copy_msg_setup() 542 if(IE_ISGOOD(src->report)) in copy_msg_modify_ack() 543 dst->report = src->report; in copy_msg_modify_ack() 581 if(IE_ISGOOD(src->report)) in copy_msg_conn_avail() 582 dst->report = src->report; in copy_msg_conn_avail()
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 58 def report(self): member in Vendor 61 dev.report() 84 def report(self): member in Device 87 subdev.report() 129 def report(self): member in SubDevice 160 def report(self, vendor=None): member in PCIIds 167 self.vendors[vendor].report() 170 v.report()
|
| /f-stack/dpdk/app/test/ |
| H A D | autotest_runner.py | 160 report = test["Report"](target, log) 163 result += (report,) 236 test_time, log, report = result 258 if report: 266 f.write(report)
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.h | 16 struct uni_ie_report report; member 46 struct uni_ie_report report; member 110 struct uni_ie_report report; member 282 struct uni_ie_report report; member 301 struct uni_ie_report report; member
|
| H A D | msg.def | 54 report - !pnni 113 report - !pnni 218 report - !pnni 537 report 571 report
|
| H A D | uni_ie.h | 42 struct uni_ie_report report; member
|
| H A D | uni_msg.c | 36 if(msg->report.h.present & UNI_IE_PRESENT) in print_alerting() 62 ret |= IE_ISPRESENT(m->report); in check_alerting() 95 if((p->report.h.present & UNI_IE_PRESENT) && in encode_alerting() 168 out->report.h = *hdr; in decode_alerting() 348 if(msg->report.h.present & UNI_IE_PRESENT) in print_connect() 391 ret |= IE_ISPRESENT(m->report); in check_connect() 622 out->report.h = *hdr; in decode_connect() 1236 ret |= IE_ISPRESENT(m->report); in check_setup() 1668 out->report.h = *hdr; in decode_setup() 4265 out->report.h = *hdr; in decode_modify_ack() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | allwinner,sun4i-a10-mdio.yaml | 17 # will be able to report a warning when we have that compatible, since 18 # we will validate the node thanks to the select, but won't report it
|
| /f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 2 name: Bug report 3 about: Create a report to help us improve OpenZFS
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | .gitignore | 2 zts-report.py
|
| H A D | Makefile.am | 6 zts-report.py
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 95 to do other work without having to block until the readers report their 110 use the data structure to report their quiescent state. To provide the required 135 to report its quiescent state. This can be called from a reader thread. 147 The writer thread can trigger the reader threads to report their quiescent 171 API. This API triggers the reader threads to report their quiescent state and 182 thread to report the quiescent state status anymore. 222 * the application has to create the RCU variable and register the reader threads to report their qu… 224 …report the quiescent state. This allows for the application to control the length of the critical …
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | common.sh.in | 20 export ZTS_REPORT=${ZTS_REPORT:-$ZTS_DIR/test-runner/bin/zts-report.py}
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 23 At worst, the response will be to report the bug through the usual channels. 31 Please report any security issue you find in DPDK as described below. 50 If you already have a fix, please include it with your report, 53 In the report, please note how you would like to be credited 66 Upon reception of the report, a security team member should reply 67 to the reporter acknowledging that the report has been received. 72 the security team will request the submitter to report it
|
| /f-stack/freebsd/sys/ |
| H A D | disk_zone.h | 172 struct disk_zone_report report; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | qcom-spmi-temp-alarm.txt | 15 which report chip die temperature.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | omap-keypad.txt | 6 The keypad controller can sense a key-press and key-release and report the
|
| H A D | twl4030-keypad.txt | 6 The keypad controller can sense a key-press and key-release and report the
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | README | 14 globals.lua report global variable usage
|