Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.h79 uint32_t fcfh_hdrsize; /* size of file header in bytes */ member
H A Dfmd_ckpt.c209 if (ckp->ckp_hdr->fcfh_hdrsize < sizeof (fcf_hdr_t) || in fmd_ckpt_open()
439 ckp->ckp_hdr->fcfh_hdrsize = sizeof (fcf_hdr_t); in fmd_ckpt_alloc()
H A Dfmd_mdb.c1173 mdb_printf("fcfh_hdrsize = %u\n", h.fcfh_hdrsize); in fcf_hdr()