Searched refs:_fmd_ckpt_sections (Results 1 – 1 of 1) sorted by relevance
88 static const fmd_ckpt_desc_t _fmd_ckpt_sections[] = { variable240 const fmd_ckpt_desc_t *dp = &_fmd_ckpt_sections[sp->fcfs_type]; in fmd_ckpt_open()271 if (sp->fcfs_type >= sizeof (_fmd_ckpt_sections) / in fmd_ckpt_open()272 sizeof (_fmd_ckpt_sections[0])) { in fmd_ckpt_open()371 ASSERT(type < sizeof (_fmd_ckpt_sections) / sizeof (fmd_ckpt_desc_t)); in fmd_ckpt_section()372 dp = &_fmd_ckpt_sections[type]; in fmd_ckpt_section()