Searched refs:fcfs_type (Results 1 – 3 of 3) sorted by relevance
240 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()274 "section type %u\n", i, sp->fcfs_type)); in fmd_ckpt_open()288 switch (sp->fcfs_type) { in fmd_ckpt_open()318 if (ckp->ckp_secs == 0 || ckp->ckp_secp->fcfs_type != FCF_SECT_NONE || in fmd_ckpt_open()377 ckp->ckp_secp->fcfs_type = type; in fmd_ckpt_section()861 return (sid < ckp->ckp_secs && (sp->fcfs_type == type || in fmd_ckpt_secptr()862 sp->fcfs_type == FCF_SECT_NONE) ? sp : NULL); in fmd_ckpt_secptr()1133 switch (sp->fcfs_type) { in fmd_ckpt_restore_module()
137 uint32_t fcfs_type; /* section type (see below) */ member
1239 if (s.fcfs_type < sizeof (types) / sizeof (types[0])) in fcf_sec()1240 mdb_printf("%-10s ", types[s.fcfs_type]); in fcf_sec()1242 mdb_printf("%-10u ", s.fcfs_type); in fcf_sec()