Home
last modified time | relevance | path

Searched refs:Maximum (Results 1 – 25 of 174) sorted by relevance

1234567

/freebsd/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf21 test-16 = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled
22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048
23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024
24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024
25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048
26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024
412 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled]
413 ssl_conf = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl
415 [16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-ssl]
416 server = 16-Maximum Fragment Len extension set to 1024 w. FragmentSize disabled-server
[all …]
H A D13-fragmentation.cnf.in191 name => "Maximum Fragment Len extension set to 1024 w. FragmentSize disabled",
204 name => "Maximum Fragment Len extension equal FragmentSize to 2048",
217 name => "Maximum Fragment Len extension 512 lower than FragmentSize 1024",
230 name => "Maximum Fragment Len extension 1024 lower than FragmentSize 1024",
243 name => "Maximum Fragment Len extension 4096 greater than FragmentSize 2048",
256 name => "Maximum Fragment Len extension 2048 greater than FragmentSize 1024",
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslresource.c190 UINT32 Maximum, in RsSmallAddressCheck() argument
221 if (!Minimum && !Maximum && !Length) in RsSmallAddressCheck()
241 if (Minimum > Maximum) in RsSmallAddressCheck()
245 else if (Length > (Maximum - Minimum + 1)) in RsSmallAddressCheck()
260 Maximum <<= 8; in RsSmallAddressCheck()
277 if (Maximum % Alignment) in RsSmallAddressCheck()
321 UINT64 Maximum, in RsLargeAddressCheck() argument
351 if (!Minimum && !Maximum && !Length && !Granularity) in RsLargeAddressCheck()
365 if (Minimum > Maximum) in RsLargeAddressCheck()
370 else if (Length > (Maximum - Minimum + 1)) in RsLargeAddressCheck()
[all …]
H A Daslrestype2e.c266 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
268 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Maximum)); in RsDoExtendedIoDescriptor()
326 Descriptor->ExtAddress64.Maximum, in RsDoExtendedIoDescriptor()
446 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor()
448 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Maximum)); in RsDoExtendedMemoryDescriptor()
507 Descriptor->ExtAddress64.Maximum, in RsDoExtendedMemoryDescriptor()
624 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoExtendedSpaceDescriptor()
626 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Maximum)); in RsDoExtendedSpaceDescriptor()
670 Descriptor->ExtAddress64.Maximum, in RsDoExtendedSpaceDescriptor()
H A Daslrestype2w.c275 Descriptor->Address16.Maximum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
277 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Maximum)); in RsDoWordIoDescriptor()
376 (UINT64) Descriptor->Address16.Maximum, in RsDoWordIoDescriptor()
491 Descriptor->Address16.Maximum = in RsDoWordBusNumberDescriptor()
494 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Maximum)); in RsDoWordBusNumberDescriptor()
581 (UINT64) Descriptor->Address16.Maximum, in RsDoWordBusNumberDescriptor()
673 Descriptor->Address32.Maximum = in RsDoWordPccDescriptor()
736 (UINT64) Descriptor->Address32.Maximum, in RsDoWordPccDescriptor()
862 Descriptor->Address16.Maximum = in RsDoWordSpaceDescriptor()
865 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Maximum)); in RsDoWordSpaceDescriptor()
[all …]
H A Daslrestype2q.c275 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
277 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Maximum)); in RsDoQwordIoDescriptor()
376 Descriptor->Address64.Maximum, in RsDoQwordIoDescriptor()
503 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor()
505 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Maximum)); in RsDoQwordMemoryDescriptor()
605 Descriptor->Address64.Maximum, in RsDoQwordMemoryDescriptor()
697 Descriptor->Address32.Maximum = in RsDoQwordPccDescriptor()
760 (UINT64) Descriptor->Address32.Maximum, in RsDoQwordPccDescriptor()
884 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoQwordSpaceDescriptor()
886 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Maximum)); in RsDoQwordSpaceDescriptor()
[all …]
H A Daslrestype2d.c248 Descriptor->Address32.Maximum = in RsDoDwordPccDescriptor()
311 (UINT64) Descriptor->Address32.Maximum, in RsDoDwordPccDescriptor()
433 Descriptor->Address32.Maximum = in RsDoDwordIoDescriptor()
436 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Maximum)); in RsDoDwordIoDescriptor()
541 (UINT64) Descriptor->Address32.Maximum, in RsDoDwordIoDescriptor()
671 Descriptor->Address32.Maximum = in RsDoDwordMemoryDescriptor()
674 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Maximum)); in RsDoDwordMemoryDescriptor()
776 (UINT64) Descriptor->Address32.Maximum, in RsDoDwordMemoryDescriptor()
902 Descriptor->Address32.Maximum = in RsDoDwordSpaceDescriptor()
905 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Maximum)); in RsDoDwordSpaceDescriptor()
[all …]
H A Daslrestype1.c287 Descriptor->Memory24.Maximum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor()
289 CurrentByteOffset + ASL_RESDESC_OFFSET (Memory24.Maximum)); in RsDoMemory24Descriptor()
326 Descriptor->Memory24.Maximum, in RsDoMemory24Descriptor()
393 Descriptor->Memory32.Maximum = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor()
395 CurrentByteOffset + ASL_RESDESC_OFFSET (Memory32.Maximum)); in RsDoMemory32Descriptor()
433 Descriptor->Memory32.Maximum, in RsDoMemory32Descriptor()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlresrc.h328 UINT16 Maximum; member
394 UINT16 Maximum; member
413 UINT32 Maximum; member
452 UINT64 Maximum; member
468 UINT64 Maximum; member
481 UINT32 Maximum; member
494 UINT16 Maximum; member
H A Dacrestyp.h334 UINT16 Maximum; member
391 UINT16 Maximum; member
401 UINT32 Maximum; member
473 UINT16 Maximum; member
483 UINT32 Maximum; member
493 UINT64 Maximum; member
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dams,as3645a.txt28 flash-max-microamp: Maximum flash current in microamperes. Has to be
31 led-max-microamp: Maximum torch (assist) current in microamperes. The
34 ams,input-max-microamp: Maximum flash controller input current. The
51 led-max-microamp: Maximum indicator current. The allowed values are
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling_flags.inc17 "Maximum size of any single per-thread allocator.")
19 "Maximum size of the global allocator for profile storage.")
21 "Maximum size of the traversal stack allocator.")
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c267 if (res->Data.Io.Minimum == res->Data.Io.Maximum) { in acpi_parse_resource()
274 res->Data.Io.Minimum, res->Data.Io.Maximum, in acpi_parse_resource()
277 res->Data.Io.Maximum, res->Data.Io.AddressLength, in acpi_parse_resource()
293 if (res->Data.Memory32.Minimum == res->Data.Memory32.Maximum) { in acpi_parse_resource()
300 res->Data.Memory32.Minimum, res->Data.Memory32.Maximum, in acpi_parse_resource()
303 res->Data.Memory32.Maximum, res->Data.Memory32.AddressLength, in acpi_parse_resource()
310 if (res->Data.Memory24.Minimum == res->Data.Memory24.Maximum) { in acpi_parse_resource()
317 res->Data.Memory24.Minimum, res->Data.Memory24.Maximum, in acpi_parse_resource()
320 res->Data.Memory24.Maximum, res->Data.Memory24.AddressLength, in acpi_parse_resource()
360 max = res->Data.Address16.Address.Maximum; in acpi_parse_resource()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dsnps-dma.txt15 - block_size: Maximum block size supported by the controller
16 - data-width: Maximum data width supported by hardware per AHB master
21 - data_width: Maximum data width supported by hardware per AHB master
H A Dsnps,dw-axi-dmac.txt10 - snps,data-width: Maximum AXI data width supported by hardware.
15 - snps,block-size: Maximum block size supported by the controller channel.
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsdumpinfo.c216 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Io.Maximum), "Address Maximum", …
245 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Memory24.Maximum), "Address Maximum", …
255 …{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Memory32.Maximum), "Address Maximum", …
274 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Address.Maximum), "Address Maximum", …
287 …{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Address32.Address.Maximum), "Address Maximum", …
300 …{ACPI_RSD_UINT64, ACPI_RSD_OFFSET (Address64.Address.Maximum), "Address Maximum", …
313 …{ACPI_RSD_UINT64, ACPI_RSD_OFFSET (ExtAddress64.Address.Maximum), "Address Maximum", …
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dahci-ceva.txt14 CIBGMX: COMINIT Burst Gap Maximum.
21 CWBGMX: COMWAKE Burst Gap Maximum.
28 BMX: COM Burst Maximum.
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dbu21013.txt23 - rohm,touch-max-x : Maximum outward permitted limit in the X axis
24 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis
H A Dti-tsc-adc.txt60 Maximum value is 0x3FFFF.
66 Maximum value is 0xFF.
72 average to 16 averages. Maximum value is 16.
H A Dads7846.txt78 ti,x-max Maximum value on the X axis (u16).
79 ti,y-max Maximum value on the Y axis (u16).
82 ti,pressure-max Maximum reported pressure value (u16).
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod132 The Maximum Fragment Length extension support is optional on the server side.
143 Disables Maximum Fragment Length Negotiation (default).
147 Sets Maximum Fragment Length to 512 bytes.
151 Sets Maximum Fragment Length to 1024.
155 Sets Maximum Fragment Length to 2048.
159 Sets Maximum Fragment Length to 4096.
/freebsd/share/misc/
H A Dscsi_modes92 {Maximum Sense Data Length} i1
101 {Maximum Burst Size} i2
174 {Maximum Time To Suspend Background Scan} i2
196 {Maximum Pre-fetch} i2
197 {Maximum Pre-fetch Ceiling} i2
465 {Maximum Read Speed Supported (kBps)} i2
476 {Maximum Write Speed Supported (kBps)} i2
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Drockchip-pcie-ep.txt34 - rockchip,max-outbound-regions: Maximum number of outbound regions
38 - max-functions: Maximum number of functions that can be configured (default 1).
/freebsd/sys/contrib/openzfs/
H A DMETA9 Linux-Maximum: 6.13
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h312 uint64_t Maximum; member
523 (LHS.Flags & WASM_LIMITS_FLAG_HAS_MAX ? LHS.Maximum == RHS.Maximum

1234567