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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_bootcfg.c41 #define BOOTCFG_MAX_SIZE 0x1000 macro
149 if (sector_length > BOOTCFG_MAX_SIZE)
150 sector_length = BOOTCFG_MAX_SIZE;
185 * Modify the returned payload so it does. BOOTCFG_MAX_SIZE is by
260 if (sector_length > BOOTCFG_MAX_SIZE)
261 sector_length = BOOTCFG_MAX_SIZE;
274 if (used_bytes > MIN(sector_length, BOOTCFG_MAX_SIZE)) {

Completed in 73 milliseconds