Searched refs:max_count (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dblockdev.h24 unsigned int max_count; member in struct:block_device_capacity
H A Data.h202 unsigned int device, unsigned int max_count );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Data.c98 unsigned int max_count; member in struct:ata_device
392 capacity.max_count = atadev->max_count;
654 * @v max_count Maximum number of blocks per single transfer
658 unsigned int device, unsigned int max_count ) {
669 atadev->max_count = max_count;
H A Dscsi.c627 capacity.max_count = -1U;
/vbox/src/libs/zlib-1.2.6/
H A Dtrees.c715 int max_count = 7; /* max repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
723 if (++count < max_count && curlen == nextlen) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
760 int max_count = 7; /* max repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
768 if (++count < max_count && curlen == nextlen) {
788 max_count
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddwrite_1.idl611 HRESULT GetUnicodeRanges(UINT32 max_count,
656 HRESULT GetUnicodeRanges(UINT32 max_count,
H A Ddwrite.idl1081 UINT32 max_count,
1088 UINT32 max_count,
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttpcore.c341 capacity.max_count = -1U;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c410 if ( frag_count > int13->capacity.max_count )
411 frag_count = int13->capacity.max_count;

Completed in 1413 milliseconds