Searched refs:fcfh_secsize (Results 1 – 3 of 3) sorted by relevance
210 ckp->ckp_hdr->fcfh_secsize < sizeof (fcf_sec_t)) { in fmd_ckpt_open()216 (uint64_t)ckp->ckp_hdr->fcfh_secsize; in fmd_ckpt_open()225 !IS_P2ALIGNED(ckp->ckp_hdr->fcfh_secsize, sizeof (uint64_t))) in fmd_ckpt_open()238 ckp->ckp_hdr->fcfh_secoff + ckp->ckp_hdr->fcfh_secsize * i); in fmd_ckpt_open()440 ckp->ckp_hdr->fcfh_secsize = sizeof (fcf_sec_t); in fmd_ckpt_alloc()859 ckp->ckp_hdr->fcfh_secoff + ckp->ckp_hdr->fcfh_secsize * sid); in fmd_ckpt_secptr()1131 ckp->ckp_hdr->fcfh_secoff + ckp->ckp_hdr->fcfh_secsize * i); in fmd_ckpt_restore_module()
82 uint32_t fcfh_secsize; /* size of section header in bytes */ member
1167 mdb_printf("fcfh_secsize = %u\n", h.fcfh_secsize); in fcf_hdr()