/freebsd/tools/tools/npe/npestats/ |
H A D | npestats.c | 55 { 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 D | analyze.c | 416 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 D | float.c | 191 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 D | Makefile | 23 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 D | fflush.3 | 81 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 D | yacc.1 | 279 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 D | tbl.7 | 156 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 D | captoinfo.1m | 175 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 D | Makefile.inc | 4 CWARNFLAGS.clang+= -Wno-incompatible-pointer-types-discards-qualifiers
|
/freebsd/contrib/tcpdump/ |
H A D | print-sflow.c | 307 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 D | pam_verror.3 | 21 and discards the response.
|
H A D | pam_vinfo.3 | 21 and discards the response.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-quote-dollar.mk | 9 # discards the leading space characters.
|
H A D | suff-clear-regular.mk | 15 # The empty .SUFFIXES discards all previous suffixes.
|
H A D | varmod-unique.mk | 3 # Tests for the :u variable modifier, which discards adjacent duplicate
|
/freebsd/contrib/sendmail/include/sendmail/ |
H A D | mailstats.h | 37 long stat_nd[MAXMAILERS]; /* # discards by each mailer */
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-checkpoint.8 | 63 Discards an existing checkpoint from
|
/freebsd/sys/conf/ |
H A D | Makefile.powerpc | 48 -Wno-error=incompatible-pointer-types-discards-qualifiers \
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | pam_verror.c | 78 * style argument of =PAM_ERROR_MSG, and discards the response.
|
H A D | pam_vinfo.c | 78 * style argument of =PAM_TEXT_INFO, and discards the response.
|
/freebsd/share/man/man4/ |
H A D | ng_hole.4 | 48 node type silently discards all data and control messages it receives.
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
H A D | fsl,qman.yaml | 17 as RED/WRED, congestion notifications and tail discards. This binding covers the
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/ |
H A D | cache_012_pos.ksh | 88 # 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 D | zfs_receive_-e.ksh | 105 log_pass "ZFS receive '-e' discards all but the last element of the sent"\
|
/freebsd/lib/libc/gen/ |
H A D | tcsendbreak.3 | 89 function discards any data written to the terminal referenced by
|