fcf_hdr_t
ckp->ckp_size = sizeof (fcf_hdr_t);
if (ckp->ckp_size != st.st_size || ckp->ckp_size < sizeof (fcf_hdr_t) ||
if (ckp->ckp_hdr->fcfh_hdrsize < sizeof (fcf_hdr_t) ||
ckp->ckp_hdr->fcfh_hdrsize = sizeof (fcf_hdr_t);
ckp->ckp_hdr->fcfh_secoff = sizeof (fcf_hdr_t);
ckp->ckp_secp = (void *)(ckp->ckp_buf + sizeof (fcf_hdr_t));
fcf_sec_t *secbase = (void *)(ckp->ckp_buf + sizeof (fcf_hdr_t));
fcf_hdr_t *ckp_hdr; /* file header pointer */
fcf_hdr_t h;
fcf_hdr_t h, *hp;
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_hdr_t *hp = wsp->walk_data;
fcf_hdr_t *hp = wsp->walk_data;
mdb_free(hp, sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * hp->fcfh_secnum);