Home
last modified time | relevance | path

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) in efx_bootcfg_read()
150 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_read()
260 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_write()
261 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_write()
274 if (used_bytes > MIN(sector_length, BOOTCFG_MAX_SIZE)) { in efx_bootcfg_write()