Home
last modified time | relevance | path

Searched refs:rm_desc_table_off (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc_raid.c237 if (raidmap->rm_desc_table_off > raidmap->rm_raidmap_sz) in lmrc_validate_raidmap()
239 if (raidmap->rm_desc_table_off + raidmap->rm_desc_table_sz > in lmrc_validate_raidmap()
249 ((uint8_t *)raidmap + raidmap->rm_desc_table_off); in lmrc_validate_raidmap()
256 if (desc[i].rmd_off + raidmap->rm_desc_table_off + in lmrc_validate_raidmap()
261 raidmap->rm_desc_table_off + raidmap->rm_desc_table_sz > in lmrc_validate_raidmap()
H A Dlmrc_raid.h261 uint32_t rm_desc_table_off; member