| /freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 778 // FIXME this drops the error on the floor. in readControlBlock() 796 // FIXME this drops the error on the floor. in readControlBlock() 809 // FIXME this drops the error on the floor. in readControlBlock() 846 // FIXME this drops the error on the floor. 863 // FIXME this drops the error on the floor. in readIdentifierBlock() 881 // FIXME this drops the error on the floor. in readIdentifierBlock() 894 // FIXME this drops the error on the floor. in readIdentifierBlock() 922 // FIXME this drops the error on the floor. 939 // FIXME this drops the error on the floor. in readObjCContextBlock() 957 // FIXME this drops th in readObjCContextBlock() [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 49 // FIXME this drops the error on the floor. in readDiagnostics() 61 // FIXME this drops the error on the floor. in readDiagnostics() 69 // FIXME this drops the error on the floor. in readDiagnostics() 79 // FIXME this drops the error on the floor. in readDiagnostics() 99 // FIXME this drops the error on the floor. in readDiagnostics() 165 // FIXME this drops the error on the floor. in readMetaBlock() 183 // FIXME this drops the error on the floor. in readMetaBlock() 214 // FIXME this drops the error on the floor. in readDiagnosticBlock() 237 // FIXME this drops the error on the floor. in readDiagnosticBlock()
|
| /freebsd-src/sys/netgraph/ |
| H A D | ng_vlan_rotate.c | 82 {"drops", &ng_parse_uint64_type}, 149 counter_u64_t drops, excessive, incomplete; member 176 vrp->stats.drops = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor() 271 p->drops = counter_u64_fetch(vrp->stats.drops); in ng_vlanrotate_rcvmsg() 283 counter_u64_zero(vrp->stats.drops); in ng_vlanrotate_rcvmsg() 454 counter_u64_add(vrp->stats.drops, 1); in ng_vlanrotate_rcvdata() 473 counter_u64_free(vrp->stats.drops); in ng_vlanrotate_shutdown()
|
| /freebsd-src/sys/netgraph/bluetooth/include/ |
| H A D | ng_bluetooth.h | 71 u_int32_t drops; /* number if dropped items */ member 82 (q)->drops = 0; \ 96 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++ 157 u_int32_t drops; /* number if dropped items */ member 167 (q)->drops = 0; \
|
| /freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/ |
| H A D | tst.aggrate.d | 32 * drops. 34 * SECTION: Aggregations/Minimizing drops; 43 * is being set properly, there should be no aggregation drops. Note that
|
| H A D | tst.switchrate.d | 31 * If the switch rate is set properly, there should be no drops. 42 * is being set properly, there should be no drops. Note that this test
|
| /freebsd-src/sys/netpfil/ipfw/ |
| H A D | dn_sched_fq_codel.h | 55 uint32_t drops; member 102 si->main_q.ni.drops ++; in fq_update_stats() 103 q->stats.drops ++; in fq_update_stats() 104 si->_si.ni.drops ++; in fq_update_stats()
|
| H A D | ip_dn_glue.c | 88 #define DNOLD_NOERROR 0x0010 /* do not report ENOBUFS on drops */ 146 u_int32_t drops ; member 211 u_int32_t drops ; member 599 fq7->drops = ni->drops; in dn_c_copy_q() 604 fq8->drops = ni->drops; in dn_c_copy_q()
|
| H A D | dn_aqm.h | 135 qni->drops++; in update_stats() 136 sni->drops++; in update_stats()
|
| /freebsd-src/share/examples/pf/ |
| H A D | ackpri | 10 # upload saturates the uplink, download drops to 7 kB/s. With the 11 # priority queue below, download drops only to 48 kB/s.
|
| /freebsd-src/sys/net/ |
| H A D | mp_ring.c | 269 r->drops = counter_u64_alloc(flags); in ifmp_ring_alloc() 274 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc() 297 if (r->drops != NULL) in ifmp_ring_free() 298 counter_u64_free(r->drops); in ifmp_ring_free() 334 counter_u64_add(r->drops, n); in ifmp_ring_enqueue() 409 counter_u64_add(r->drops, n); in ifmp_ring_enqueue() 515 counter_u64_zero(r->drops); in ifmp_ring_reset_stats()
|
| /freebsd-src/lib/libpmc/pmu-events/arch/arm64/hisilicon/hip08/ |
| H A D | uncore-l3c.json | 89 "BriefDescription": "Count of the number of prefetch drops from this L3C", 90 "PublicDescription": "Count of the number of prefetch drops from this L3C",
|
| /freebsd-src/contrib/tcpdump/ |
| H A D | print-sflow.c | 100 nd_uint32_t drops; 113 nd_uint32_t drops; 768 ND_PRINT(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, input %u output %u records %u", in sflow_print_flow_sample() 774 GET_BE_U_4(sflow_flow_sample->drops), in sflow_print_flow_sample() 798 ND_PRINT(" seqnum %u, type %u, idx %u, rate %u, pool %u, drops %u, records %u", in sflow_print_expanded_flow_sample() 804 GET_BE_U_4(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample() 102 nd_uint32_t drops; global() member 115 nd_uint32_t drops; global() member
|
| /freebsd-src/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 17 drops \
|
| /freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/ |
| H A D | dtrace.1 | 1170 provides a special pseudo-probe to represent drops. 1173 polls for various kinds of drops 1175 will produce output similar to the following in order to represent drops: 1188 "msg": "... dynamic variable drops\n" 1213 returns 0 even if the specified tracing requests encountered errors or drops.
|
| /freebsd-src/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | dtrace.h | 1082 * number of drops, the number of errors, the offset of the oldest record, 1094 uint64_t dtbd_drops; /* number of drops */ 1124 * structure contains members to count drops other than the capacity drops 1126 * drops (including capacity dynamic drops, rinsing drops and dirty drops), and 1127 * speculative drops (including capacity speculative drops, drop [all...] |
| H A D | dtrace_impl.h | 321 * copying the various state fields (offset, drops, errors, etc.) into their 422 #define DTRACEBUF_DROPPED 0x0010 /* drops occurred */ 432 uint32_t dtb_drops; /* number of drops */ 436 uint32_t dtb_xamot_drops; /* drops in inactive buffer */ 532 * speculative drops. The speculation states are as follows: 725 * counter to indicate dynamic drops (if in EMPTY state) vs. dynamic 726 * dirty drops (if in DIRTY state) vs. dynamic rinsing drops (if in 820 uint64_t dtdsc_drops; /* number of capacity drops */ 821 uint64_t dtdsc_dirty_drops; /* number of dirty drops */ [all...] |
| /freebsd-src/sys/contrib/openzfs/config/ |
| H A D | kernel-access-ok-type.m4 | 2 dnl # Linux 5.0: access_ok() drops 'type' parameter:
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/ |
| H A D | android.inc | 23 // compiler-rt ever drops support for Android 8.0.
|
| /freebsd-src/stand/ficl/softwords/ |
| H A D | softcore.fr | 153 \ PREVIOUS drops the search order stack 171 \ FORTH drops the top of the search stack and pushes FORTH-WORDLIST
|
| /freebsd-src/contrib/ofed/libibverbs/man/ |
| H A D | ibv_modify_srq.3 | 56 "low watermark" asynchronous event once the number of WRs in the SRQ drops below srq_limit.
|
| /freebsd-src/sys/contrib/device-tree/Bindings/reset/ |
| H A D | ti,tps380x-reset.yaml | 15 RESET signal if the voltage drops below a preset threshold or upon a manual
|
| /freebsd-src/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | bq2415x.txt | 26 constant-voltage phase drops below this value (in mA).
|
| /freebsd-src/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | richtek,rtq6056.yaml | 17 The device monitors both of the drops across sense resistor and the BUS
|
| /freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Drop.ksh | 32 # Fixed bug 6521523 aggregation drops can hang the Java DTrace API.
|