fcf_sec_t
fmd_ckpt_restore_case(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp)
fmd_ckpt_restore_serd(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp)
const fcf_sec_t *esp;
const fcf_sec_t *sp;
ckp->ckp_hdr->fcfh_secsize < sizeof (fcf_sec_t)) {
fcf_sec_t *sp = (void *)(ckp->ckp_buf +
ckp->ckp_size += sizeof (fcf_sec_t) * ckp->ckp_secs;
ckp->ckp_hdr->fcfh_secsize = sizeof (fcf_sec_t);
fcf_sec_t *secbase = (void *)(ckp->ckp_buf + sizeof (fcf_hdr_t));
fcf_sec_t *ckp_secp; /* section header table pointer */
fcf_sec_t *ckp_modp; /* section header for module */
static const fcf_sec_t *
const fcf_sec_t *sp = (void *)(ckp->ckp_buf +
fmd_ckpt_dataptr(fmd_ckpt_t *ckp, const fcf_sec_t *sp)
fmd_ckpt_datalim(fmd_ckpt_t *ckp, const fcf_sec_t *sp)
const fcf_sec_t *sp;
const fcf_sec_t *sp;
const fcf_sec_t *sp, *dsp;
fcf_sec_t s;
size = sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * h.fcfh_secnum;
size_t off = sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * i;
fcf_sec_t *sp = (fcf_sec_t *)((uintptr_t)hp + off);
mdb_free(hp, sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * hp->fcfh_secnum);