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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c88 static const fmd_ckpt_desc_t _fmd_ckpt_sections[] = { variable
240 const fmd_ckpt_desc_t *dp = &_fmd_ckpt_sections[sp->fcfs_type];
271 if (sp->fcfs_type >= sizeof (_fmd_ckpt_sections) /
272 sizeof (_fmd_ckpt_sections[0])) {
371 ASSERT(type < sizeof (_fmd_ckpt_sections) / sizeof (fmd_ckpt_desc_t));
372 dp = &_fmd_ckpt_sections[type];

Completed in 77 milliseconds