Home
last modified time | relevance | path

Searched full:discards (Results 1 – 25 of 228) sorted by relevance

12345678910

/freebsd/tools/tools/npe/npestats/
H A Dnpestats.c55 { 6, "overrun", "overrun", "rx overrun discards" },
57 { 5, "learn", "learn", "rx learned entry discards" },
59 { 5, "large", "large", "rx large frame discards" },
61 { 5, "stp", "stp", "rx STP blocked discards" },
63 { 5, "rx_vlan_type", "rx_vlant", "rx VLAN type filter discards" },
65 { 5, "rx_vlan_id", "rx_vlani", "rx VLAN Id filter discards" },
67 { 5, "badsrc", "badsrc", "rx invalid source discards" },
69 { 5, "blacklist", "blacklist", "rx black list discards" },
71 { 5, "whitelist", "whitelist", "rx white list discards" },
73 { 5, "underflow", "underflow", "rx underflow entry discards" },
[all …]
/freebsd/contrib/diff/src/
H A Danalyze.c416 char *discards = discarded[f]; in discard_confusing_lines() local
434 discards[i] = 1; in discard_confusing_lines()
436 discards[i] = 2; in discard_confusing_lines()
447 register char *discards = discarded[f]; in discard_confusing_lines() local
451 /* Cancel provisional discards not in middle of run of discards. */ in discard_confusing_lines()
452 if (discards[i] == 2) in discard_confusing_lines()
453 discards[i] = 0; in discard_confusing_lines()
454 else if (discards[i] != 0) in discard_confusing_lines()
465 if (discards[j] == 0) in discard_confusing_lines()
467 if (discards[j] == 2) in discard_confusing_lines()
[all …]
/freebsd/tools/regression/usr.bin/cc/
H A Dfloat.c191 test("explicit float to float conversion discards extra precision", in run_tests()
194 test("explicit double to float conversion discards extra precision", in run_tests()
197 test("explicit ldouble to float conversion discards extra precision", in run_tests()
201 test("explicit double to double conversion discards extra precision", in run_tests()
204 test("explicit ldouble to double conversion discards extra precision", in run_tests()
226 test("const assignment discards extra precision", f == 1.0F && d == 1.0); in run_tests()
230 test("variable assignment discards explicit extra precision", in run_tests()
234 test("variable assignment discards implicit extra precision", in run_tests()
237 test("return discards extra precision", in run_tests()
/freebsd/sys/modules/qat/qat/
H A DMakefile23 CWARNFLAGS.qat_ocf.c += -Wno-incompatible-pointer-types-discards-qualifiers
24 CWARNFLAGS.qat_ocf_utils.c += -Wno-incompatible-pointer-types-discards-qualifiers
/freebsd/lib/libc/stdio/
H A Dfflush.381 For output streams this discards any unwritten output.
82 For input streams this discards any input read from the underlying object
/freebsd/contrib/byacc/
H A Dyacc.1279 discards symbols on the stack and input tokens until it reaches a state
285 The bracketed \fIcode\fP is invoked whenever the parser discards one of
295 case, the parser will invoke \fIcode\fP whenever it discards any grammar
/freebsd/contrib/mandoc/
H A Dtbl.7156 and discards the content.
159 This consumes a data cell and discards the content.
164 This consumes a data cell and discards the content.
/freebsd/contrib/ncurses/man/
H A Dcaptoinfo.1m175 and discards \fBGG\fP and double-line capabilities with a warning
204 \fB\%@CAPTOINFO@\fP discards these with a warning message.
/freebsd/usr.sbin/bootparamd/
H A DMakefile.inc4 CWARNFLAGS.clang+= -Wno-incompatible-pointer-types-discards-qualifiers
/freebsd/contrib/tcpdump/
H A Dprint-sflow.c307 nd_uint32_t discards; member
332 ", unicast pkts %u, multicast pkts %u, broadcast pkts %u, discards %u", in print_sflow_counter_generic()
342 ", unicast pkts %u, multicast pkts %u, broadcast pkts %u, discards %u", in print_sflow_counter_generic()
439 ", unicast_pkt %u, multicast_pkt %u, broadcast_pkt %u, discards %u", in print_sflow_counter_vlan()
445 GET_BE_U_4(sflow_vlan_counter->discards)); in print_sflow_counter_vlan()
/freebsd/contrib/openpam/doc/man/
H A Dpam_verror.321 and discards the response.
H A Dpam_vinfo.321 and discards the response.
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-quote-dollar.mk9 # discards the leading space characters.
H A Dsuff-clear-regular.mk15 # The empty .SUFFIXES discards all previous suffixes.
H A Dvarmod-unique.mk3 # Tests for the :u variable modifier, which discards adjacent duplicate
/freebsd/contrib/sendmail/include/sendmail/
H A Dmailstats.h37 long stat_nd[MAXMAILERS]; /* # discards by each mailer */
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-checkpoint.863 Discards an existing checkpoint from
/freebsd/sys/conf/
H A DMakefile.powerpc48 -Wno-error=incompatible-pointer-types-discards-qualifiers \
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_verror.c78 * style argument of =PAM_ERROR_MSG, and discards the response.
H A Dpam_vinfo.c78 * style argument of =PAM_TEXT_INFO, and discards the response.
/freebsd/share/man/man4/
H A Dng_hole.448 node type silently discards all data and control messages it receives.
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dfsl,qman.yaml17 as RED/WRED, congestion notifications and tail discards. This binding covers the
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache_012_pos.ksh88 # Actually, this test relies on atime writes to force the L2 ARC discards
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_-e.ksh105 log_pass "ZFS receive '-e' discards all but the last element of the sent"\
/freebsd/lib/libc/gen/
H A Dtcsendbreak.389 function discards any data written to the terminal referenced by

12345678910