Searched refs:max_count (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | blockdev.h | 24 unsigned int max_count; member in struct:block_device_capacity
|
H A D | ata.h | 202 unsigned int device, unsigned int max_count );
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ata.c | 98 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 D | scsi.c | 627 capacity.max_count = -1U;
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | trees.c | 715 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 D | dwrite_1.idl | 611 HRESULT GetUnicodeRanges(UINT32 max_count, 656 HRESULT GetUnicodeRanges(UINT32 max_count,
|
H A D | dwrite.idl | 1081 UINT32 max_count, 1088 UINT32 max_count,
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/ |
H A D | httpcore.c | 341 capacity.max_count = -1U;
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/ |
H A D | int13.c | 410 if ( frag_count > int13->capacity.max_count ) 411 frag_count = int13->capacity.max_count;
|
Completed in 383 milliseconds