| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 411 if (s != &InputSection::discarded && s->flags & SHF_ALLOC) in handleSectionGroup() 427 if (!s || s == &InputSection::discarded) in handleSectionGroup() 585 sections[secIndex] = &InputSection::discarded; in parse() 607 sections[i] = &InputSection::discarded; in parse() 618 sections[i] = &InputSection::discarded; in parse() 647 sections[i] = &InputSection::discarded; in parse() 654 sections[i] = &InputSection::discarded; in parse() 749 if (this->sections[i] == &InputSection::discarded) in initializeSections() 775 this->sections[i] = &InputSection::discarded; in initializeSections() 782 sections[i] = &InputSection::discarded; in initializeSections() [all …]
|
| /freebsd/contrib/sendmail/cf/feature/ |
| H A D | compat_check.m4 | 30 R< DISCARD:$* > $#discard $: $1 " - discarded by check_compat" 31 R< DISCARD $* > $#discard $: $1 " - discarded by check_compat"
|
| /freebsd/sys/modules/qat/qat/ |
| H A D | Makefile | 37 CWARNFLAGS.qat_ocf.c += -Wno-discarded-qualifiers 38 CWARNFLAGS.qat_ocf_utils.c += -Wno-discarded-qualifiers
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_cfq.c | 313 int discarded; in ossl_quic_cfq_discard_unreliable() local 317 discarded = 1; in ossl_quic_cfq_discard_unreliable() 319 discarded = 0; in ossl_quic_cfq_discard_unreliable() 322 return discarded; in ossl_quic_cfq_discard_unreliable()
|
| H A D | quic_ackm.c | 550 char discarded[QUIC_PN_SPACE_NUM]; member 625 assert(!ackm->discarded[pkt_space]); in get_tx_history() 636 assert(!ackm->discarded[pkt_space]); in get_rx_history() 856 *space = ackm->discarded[QUIC_PN_SPACE_INITIAL] in ackm_get_pto_time_and_space() 1092 if (!ackm->discarded[i]) { in ossl_ackm_free() 1300 if (ackm->discarded[pkt_space]) in ossl_ackm_on_pkt_space_discarded() 1327 ackm->discarded[pkt_space] = 1; in ossl_ackm_on_pkt_space_discarded() 1384 if (ackm->discarded[QUIC_PN_SPACE_INITIAL]) in ossl_ackm_on_timeout()
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_ackm_test.c | 27 int lost, acked, discarded; member 45 ++info->discarded; in on_discarded() 427 if (!TEST_int_eq(h.pkts[i].discarded, 1)) in test_tx_ack_case_actual() 445 || !TEST_int_eq(h.pkts[i].discarded, 0)) in test_tx_ack_case_actual() 464 if (!TEST_int_eq(h.pkts[i].discarded, in test_tx_ack_case_actual() 649 if (!TEST_int_eq(h.pkts[i].discarded, in test_tx_ack_time_script()
|
| /freebsd/usr.sbin/bootparamd/ |
| H A D | Makefile.inc | 5 CWARNFLAGS.gcc+= -Wno-error=discarded-qualifiers
|
| /freebsd/lib/libpam/pam.d/ |
| H A D | atrun | 7 # in jobs discarded, not just delayed, during a no-login period.
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | pm8150b.dtsi | 95 "msg-tx-discarded", 96 "msg-rx-discarded",
|
| H A D | pm7250b.dtsi | 86 "msg-tx-discarded", 87 "msg-rx-discarded",
|
| H A D | pm6150.dtsi | 106 "msg-tx-discarded", 107 "msg-rx-discarded",
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | PKCS12_parse.pod | 26 respectively, will be discarded. 59 certificates. Other attributes are discarded.
|
| H A D | BIO_s_null.pod | 16 the null sink is discarded, reads return EOF.
|
| H A D | BIO_new.pod | 56 on it other than the discarded return value.
|
| H A D | SSL_stream_reset.pod | 34 transmitted may or may not be discarded. As such, you should only reset
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | final6.ini | 29 # discarded section caused the parser to ascend into the
|
| /freebsd/bin/sh/tests/expansion/ |
| H A D | cmdsubst24.0 | 2 # unspecified but we have always discarded them.
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-fifm.md | 87 been acknowledged, lost or discarded: 104 so that they can be requeued (if lost) or released (if acked or discarded). 280 transmitted, but not yet acknowledged, deemed lost or discarded. It is a 409 implementations for the on-loss, on-acked and on-discarded callbacks issued by 417 once a packet's fate is known (acked, lost or discarded), use is immediately 423 subsystems in the event of a packet being acked, lost or discarded. In
|
| H A D | quic-ackm.md | 28 - be notified when a packet number space is discarded 54 lost or discarded. 151 * on the RX side to be discarded. 302 This must be called whenever a packet number space is discarded. ACK-tracking
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | BEGEMOT-WIRELESS-MIB.txt | 1842 "The number of received discarded duplicate frames by this interface." 1861 "The number of received multicast echo frames discarded by this 1911 "The number of received frames that were discarded by this interface 1921 "The number of received management frames discarded by this interface." 1998 "The number of frames received by this interface, that were discarded 2383 "The number of frames discarded by this interface due to TKIP 2462 "The number of frames that were discarded by by this interface 2712 were discarded due to interface state not ready for transmit." 2722 were discarded since the receiving station was not associated." 2732 were discarded since their priority was not determined." [all …]
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | ISSUES | 38 discarded.
|
| /freebsd/tools/tools/netrate/ |
| H A D | README | 8 and discarded.
|
| /freebsd/usr.bin/sed/ |
| H A D | POSIX | 151 to be discarded from the output regardless. A strict reading of 153 As historic sed implementations always discarded the backslash,
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | bio.pod | 47 BIO_free() on it other than the discarded return value.
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | CommonOpts.td | 108 "For ELF, file and section symbols are not discarded. "
|