Home
last modified time | relevance | path

Searched refs:discarded (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp411 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 Dcompat_check.m430 R< DISCARD:$* > $#discard $: $1 " - discarded by check_compat"
31 R< DISCARD $* > $#discard $: $1 " - discarded by check_compat"
/freebsd/sys/modules/qat/qat/
H A DMakefile37 CWARNFLAGS.qat_ocf.c += -Wno-discarded-qualifiers
38 CWARNFLAGS.qat_ocf_utils.c += -Wno-discarded-qualifiers
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_cfq.c313 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 Dquic_ackm.c550 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 Dquic_ackm_test.c27 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 DMakefile.inc5 CWARNFLAGS.gcc+= -Wno-error=discarded-qualifiers
/freebsd/lib/libpam/pam.d/
H A Datrun7 # in jobs discarded, not just delayed, during a no-login period.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm8150b.dtsi95 "msg-tx-discarded",
96 "msg-rx-discarded",
H A Dpm7250b.dtsi86 "msg-tx-discarded",
87 "msg-rx-discarded",
H A Dpm6150.dtsi106 "msg-tx-discarded",
107 "msg-rx-discarded",
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_parse.pod26 respectively, will be discarded.
59 certificates. Other attributes are discarded.
H A DBIO_s_null.pod16 the null sink is discarded, reads return EOF.
H A DBIO_new.pod56 on it other than the discarded return value.
H A DSSL_stream_reset.pod34 transmitted may or may not be discarded. As such, you should only reset
/freebsd/crypto/krb5/src/util/profile/
H A Dfinal6.ini29 # discarded section caused the parser to ascend into the
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst24.02 # unspecified but we have always discarded them.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md87 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 Dquic-ackm.md28 - 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 DBEGEMOT-WIRELESS-MIB.txt1842 "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 DISSUES38 discarded.
/freebsd/tools/tools/netrate/
H A DREADME8 and discarded.
/freebsd/usr.bin/sed/
H A DPOSIX151 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 Dbio.pod47 BIO_free() on it other than the discarded return value.
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td108 "For ELF, file and section symbols are not discarded. "

12345