Home
last modified time | relevance | path

Searched refs:fcfh_secsize (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c210 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()
H A Dfmd_ckpt.h82 uint32_t fcfh_secsize; /* size of section header in bytes */ member
H A Dfmd_mdb.c1167 mdb_printf("fcfh_secsize = %u\n", h.fcfh_secsize); in fcf_hdr()