Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp449 if (s != &InputSection::discarded && s->flags & SHF_ALLOC) in handleSectionGroup()
465 if (!s || s == &InputSection::discarded) in handleSectionGroup()
621 this->sections[i] = &InputSection::discarded; in parse()
630 this->sections[i] = &InputSection::discarded; in parse()
657 this->sections[i] = &InputSection::discarded; in parse()
689 this->sections[secIndex] = &InputSection::discarded; in parse()
784 if (this->sections[i] == &InputSection::discarded) in initializeSections()
810 this->sections[i] = &InputSection::discarded; in initializeSections()
817 sections[i] = &InputSection::discarded; in initializeSections()
853 sections[i] = &InputSection::discarded; in initializeSections()
[all …]
H A DInputSection.h440 static InputSection discarded; variable
/freebsd/sys/modules/qat/qat/
H A DMakefile26 CWARNFLAGS.qat_ocf.c += -Wno-discarded-qualifiers
27 CWARNFLAGS.qat_ocf_utils.c += -Wno-discarded-qualifiers
/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/contrib/diff/src/
H A Danalyze.c379 char *discarded[2]; in discard_confusing_lines() local
406 discarded[0] = zalloc (filevec[0].buffered_lines in discard_confusing_lines()
408 discarded[1] = discarded[0] + filevec[0].buffered_lines; in discard_confusing_lines()
416 char *discards = discarded[f]; in discard_confusing_lines()
447 register char *discards = discarded[f]; in discard_confusing_lines()
555 char *discards = discarded[f]; in discard_confusing_lines()
569 free (discarded[0]); in discard_confusing_lines()
/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 DBIO_f_md.pod94 /* Note: mdtmp can now be discarded */
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst24.02 # unspecified but we have always discarded them.
/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/tools/tools/netrate/
H A DREADME8 and discarded.
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod48 BIO_free() on it other than the discarded return value.
/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/sys/dev/agp/
H A Dagp_if.m82 # ensure that any mappings cached in the chipset are discarded.
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td108 "For ELF, file and section symbols are not discarded. "
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt259 "The number of frames discarded by this port due
268 "The number of frames discarded by this port due
416 information is discarded. This is the actual value that
859 have been learnt, but have been discarded due to Forwarding
1052 "Count of received valid frames that were discarded
H A DBRIDGE-MIB.txt306 "The number of frames discarded by this port due
319 "The number of frames discarded by this port due
439 discarded, in units of hundredths of a second. This is
770 discarded due to a lack of storage space in the
998 "Count of received valid frames that were discarded
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt134 excess output from the slave is not discarded if there is more
163 when a call requires input. Any unused input will be discarded
/freebsd/crypto/openssh/
H A DPROTOCOL.chacha20poly130510 is used as a keystream, with any unused bytes simply discarded.

1234