Home
last modified time | relevance | path

Searched refs:boundary (Results 51 – 75 of 182) sorted by relevance

12345678

/freebsd/usr.sbin/kldxref/
H A Dfileformat16 Each record is aligned on sizeof(int) boundary. First integer of the field
/freebsd/lib/libregex/tests/
H A Dgnuext.in19 # (is/not boundary, start/end word, start/end subject string)
/freebsd/contrib/sendmail/cf/cf/
H A Dknecht.mc188 # Content-Type: multipart/mixed; boundary="----27AA9124_Outlook_Express_message_boundary"
197 # c) NOT specify boundary tag with the expression "_Outlook_Express_message_boundary"
211 KSirCamWormMarker regex -f -aSUSPECT multipart/mixed;boundary=----.+_Outlook_Express_message_bounda…
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_num_tickets.pod52 record boundary. If the connection was at a record boundary when
H A DASN1_aux_cb.pod33 unsigned char **boundary;
255 =item I<boundary>
257 The streaming I/O boundary.
H A DBIO_f_base64.pod92 to reliably determine EOF (for example a MIME boundary).
/freebsd/sys/vm/
H A Dvm_phys.h63 vm_paddr_t high, u_long alignment, vm_paddr_t boundary);
/freebsd/crypto/openssl/test/smime-eml/
H A DSignedInvalidMappingFromanyPolicyTest7.eml5 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary=…
/freebsd/contrib/tzcode/
H A Dzdump.c896 time_t t, boundary = hunt(tz, lo, hi, true); in showextrema() local
898 hi = (SECSPERDAY < hi - boundary in showextrema()
899 ? boundary + SECSPERDAY in showextrema()
901 if (SECSPERDAY < boundary - lo) { in showextrema()
902 lo = boundary - SECSPERDAY; in showextrema()
/freebsd/sys/powerpc/powerpc/
H A Diommu_if.m43 bus_addr_t boundary;
/freebsd/sys/kern/
H A Dsubr_bus_dma.c610 t->boundary = 0; in bus_dma_template_init()
626 return (bus_dma_tag_create(t->parent, t->alignment, t->boundary, in bus_dma_template_tag()
647 t->boundary = pkv->num; in bus_dma_template_fill()
H A Dkern_malloc.c457 vm_paddr_t boundary) in contigmalloc() argument
462 boundary, VM_MEMATTR_DEFAULT); in contigmalloc()
471 unsigned long alignment, vm_paddr_t boundary) in contigmalloc_domainset() argument
476 alignment, boundary, VM_MEMATTR_DEFAULT); in contigmalloc_domainset()
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp189 UNUSED static uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo() argument
190 return (size + boundary - 1) & ~(boundary - 1); in RoundUpTo()
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.h113 #define aic_dma_tag_create(aic, parent_tag, alignment, boundary, \ argument
117 bus_dma_tag_create(parent_tag, alignment, boundary, \
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.c358 bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr, in iommu_bus_dma_tag_create() argument
368 boundary, lowaddr, highaddr, maxsize, nsegments, maxsegsz, flags, in iommu_bus_dma_tag_create()
604 tag->common.boundary), in iommu_bus_dmamap_load_something1()
607 (uintmax_t)entry->end, (uintmax_t)tag->common.boundary)); in iommu_bus_dmamap_load_something1()
H A Diommu_gas.c336 if (!vm_addr_bound_ok(start + offset, size, a->common->boundary)) { in iommu_gas_match_one()
343 beg = roundup2(start + offset + 1, a->common->boundary); in iommu_gas_match_one()
348 a->common->boundary)) { in iommu_gas_match_one()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dfsl.yaml257 - boundary,imx6q-nitrogen6_max
258 - boundary,imx6q-nitrogen6_som2
259 - boundary,imx6q-nitrogen6x
414 - boundary,imx6qp-nitrogen6_max
415 - boundary,imx6qp-nitrogen6_som2
613 - boundary,imx6sx-nitrogen6sx
847 - boundary,imx7d-nitrogen7
914 - boundary,imx8mm-nitrogen8mm # i.MX8MM Nitrogen Board
1143 - boundary,imx8mq-nitrogen8m # i.MX8MQ NITROGEN Board
1144 - boundary,imx8mq-nitrogen8m-som # i.MX8MQ NITROGEN SoM
[all …]
/freebsd/stand/uboot/arch/arm/
H A Darm.ldscript55 /* Adjust the address for the data segment to the doubleword boundary. */
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dv3-v360epc-pci.txt22 be aligned to a 1MB boundary, and may be 1MB, 2MB, 4MB, 8MB, 16MB, 32MB,
/freebsd/stand/
H A Ddefs.mk161 CFLAGS.gcc+= -mpreferred-stack-boundary=2
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-nitrogen-som.dtsi11 compatible = "boundary,imx8mq-nitrogen8m-som", "fsl,imx8mq";
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c712 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) in PKCS7_stream() argument
750 *boundary = &os->data; in PKCS7_stream()
H A Dpk7_asn1.c42 if (PKCS7_stream(&sarg->boundary, *pp7) <= 0) in pk7_cb()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c72 bus_addr_t boundary, void *cookie);
726 bus_addr_t min, bus_addr_t max, bus_size_t alignment, bus_addr_t boundary, in ps3_iommu_map() argument
/freebsd/sys/dev/xdma/
H A Dxdma.h177 bus_addr_t boundary; member

12345678