Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.h83 uint64_t fcfh_filesz; /* file size of entire FCF file */ member
H A Dfmd_ckpt.c165 ckp->ckp_size != ckp->ckp_hdr->fcfh_filesz) { in fmd_ckpt_open()
443 ckp->ckp_hdr->fcfh_filesz = ckp->ckp_size; in fmd_ckpt_alloc()
474 ASSERT(ckp->ckp_ptr == ckp->ckp_buf + ckp->ckp_hdr->fcfh_filesz); in fmd_ckpt_commit()
H A Dfmd_mdb.c1177 mdb_printf("fcfh_filesz = %llu\n", h.fcfh_filesz); in fcf_hdr()