Searched defs:sector_length (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_bootcfg.c136 size_t sector_length; local
139 rc = efx_nvram_size(enp, EFX_NVRAM_BOOTROM_CFG, &sector_length);
149 if (sector_length > BOOTCFG_MAX_SIZE)
150 sector_length = BOOTCFG_MAX_SIZE;
151 if (sector_length > size) {
152 EFSYS_KMEM_ALLOC(enp->en_esip, sector_length, payload);
164 (caddr_t)payload, sector_length);
172 rc = efx_bootcfg_verify(enp, (caddr_t)payload, sector_length,
181 EFSYS_ASSERT(used_bytes <= sector_length);
190 if (used_bytes + 1 > sector_length) {
249 size_t sector_length; local
[all...]

Completed in 44 milliseconds