Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_2835_arm.c518 char *fragments; in create_pagelist() local
528 fragments = g_free_fragments; in create_pagelist()
529 WARN_ON(fragments == NULL); in create_pagelist()
534 (fragments - g_fragments_base)/g_fragment_size; in create_pagelist()
574 char *fragments = g_fragments_base + in free_pagelist() local
588 fragments, in free_pagelist()
597 fragments + g_cache_line_size, in free_pagelist()
602 *(char **) fragments = g_free_fragments; in free_pagelist()
603 g_free_fragments = fragments; in free_pagelist()
/freebsd-11-stable/usr.sbin/ppp/
HDmbuf.c73 size_t fragments; member
160 MemMap[type].fragments++; in m_get()
173 MemMap[bp->m_type].fragments--; in m_free()
331 mbuftype(i), (u_long)MemMap[i].fragments, in mbuf_Show()
333 (u_long)MemMap[i+1].fragments, (u_long)MemMap[i+1].octets); in mbuf_Show()
337 mbuftype(i), (u_long)MemMap[i].fragments, in mbuf_Show()
416 MemMap[bp->m_type].fragments--; in m_settype()
419 MemMap[type].fragments++; in m_settype()
/freebsd-11-stable/contrib/gcc/doc/
HDfragments.texi13 fragments from the @file{config} directory. These are used to set
15 autoconf. The list of fragments to incorporate is set by
28 fragments, but needing @file{x-@var{host}} fragments is rare.
40 Target makefile fragments can set these Makefile variables.
182 The use of @file{x-@var{host}} fragments is discouraged. You should do
184 Host fragments should never forcibly override variables set by the
187 Variables provided for host fragments to set include:
HDconfigfiles.texi17 the host and target fragments (@pxref{Fragments, , Makefile
19 @file{config}, if any, and language Makefile fragments
HDgccint.texi148 @include fragments.texi
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrFragmentsSIMD.td9 // This file provides pattern fragments useful for SIMD instructions.
788 // SSE pattern fragments
791 // 128-bit load pattern fragments
799 // 256-bit load pattern fragments
807 // 512-bit load pattern fragments
815 // 128-/256-/512-bit extload pattern fragments
833 // 128-bit aligned load pattern fragments
848 // 256-bit aligned load pattern fragments
863 // 512-bit aligned load pattern fragments
889 // 128-bit memop pattern fragments
[all …]
/freebsd-11-stable/contrib/ipfilter/rules/
HDexample.122 # get rid of all short IP fragments (too small for valid comparison)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td735 // Pattern fragments are reusable chunks of dags that match specific things.
741 /// PatFrags - Represents a set of pattern fragments. Each single fragment
743 /// fragments. The whole set of fragments matches if any of the single
839 // PatLeaf's are pattern fragments that have no operands. This is just a helper
899 // Leaf fragments.
910 // Other helper fragments.
922 // load fragments.
932 // extending load fragments.
1068 // store fragments.
1080 // truncstore fragments.
[all …]
/freebsd-11-stable/share/examples/ipfilter/
HDexamples.txt99 Filtering IP fragments
101 IP fragments are bad news, in general. Recent study has shown that IP
102 fragments can pose a large threat to IP packet filtering, IF there are rules
103 used which rely on data which may be distributed across fragments. To this
112 # get rid of all IP fragments
116 The problem arises that fragments can actually be a non-malicious. The
117 really malicious ones can be grouped under the term "short fragments" and
121 # get rid of all short IP fragments (too small for valid comparison)
HDfirewall.117 # These include ICMP redirect packets and IP fragments so short the
HDfirewall.218 # These include ICMP redirect packets, IP fragments so short the
/freebsd-11-stable/sys/netinet/libalias/
HDHISTORY35 - Added handling for out-of-order IP fragments.
110 fragments which are never resolved after a timeout
/freebsd-11-stable/contrib/dtc/Documentation/
HDdt-object-internal.txt6 that need to dynamically insert Device Tree fragments into the
38 foo platform there exist multiple conficting peripherals DT fragments.
170 3.b) The Device Tree fragments must be compiled with the same option but they
/freebsd-11-stable/share/i18n/csmapper/APPLE/
DSYMBOL%UCS.src27 # b4,c1 2002-Dec-19 Update mappings for encoded glyph fragments
118 # This character set encodes a number of glyph fragments. Some are
203 # - Update mappings for encoded glyph fragments 0xBE, 0xE6-EF, 0xF4,
DUCS%SYMBOL.src27 # b4,c1 2002-Dec-19 Update mappings for encoded glyph fragments
118 # This character set encodes a number of glyph fragments. Some are
203 # - Update mappings for encoded glyph fragments 0xBE, 0xE6-EF, 0xF4,
/freebsd-11-stable/contrib/ntp/
HDNOTES.y2kfixes21 Critical fragments of code tested with other dates by special
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
HDTODO169 placing fragments (representations and noderevs) from various revisions
192 * no fragments should be left but if they are, put them at the end
/freebsd-11-stable/contrib/gcc/
HDconfig.host40 # host_xmake_file List of host-specific makefile-fragments.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrAltivec.td30 // Altivec transformation functions and pattern fragments.
63 // These fragments are provided for little-endian, where the inputs must be
130 // These fragments are provided for little-endian, where the inputs must be
205 /// VSLDOI_swapped* - These fragments are provided for little-endian, where
956 // These fragments are matched for little-endian, where the inputs must
979 // Match vmrg*(y,x), i.e., swapped operands. These fragments
1162 // Match vmrgew(y,x) and vmrgow(y,x), i.e., swapped operands. These fragments
/freebsd-11-stable/contrib/subversion/doc/programmer/
HDWritingChangeLogs.txt42 ChangeLog entries should be full sentences, not sentence fragments.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZOperators.td454 // Pattern fragments
730 // Strict floating-point fragments.
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
HDen.h247 m(+1, u64, fragments, "fragments", "Fragments") \
/freebsd-11-stable/sys/sys/
HDsoundcard.h809 int fragments; /* # of avail. frags (partly used ones not counted) */ member
/freebsd-11-stable/contrib/ipfilter/
HDHISTORY1278 which are fragments - David Wilson
1432 fr_addstate() not called correctly for fragments. "keep state" and
1579 Corrected bug where NAT recalculates checksums for fragments.
1759 Now includes TCP fragments which start inside the TCP header as being short.
/freebsd-11-stable/contrib/ntp/sntp/m4/
HDopenldap-thread-check.m419 dnl fragments of OpenLDAP's configure.ac .

1234