Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c63 fcf_hdr_t *ckp_hdr; /* file header pointer */
110 ckp->ckp_size = sizeof (fcf_hdr_t); in fmd_ckpt_create()
164 if (ckp->ckp_size != st.st_size || ckp->ckp_size < sizeof (fcf_hdr_t) || in fmd_ckpt_open()
209 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()
442 ckp->ckp_hdr->fcfh_secoff = sizeof (fcf_hdr_t); in fmd_ckpt_alloc()
447 ckp->ckp_secp = (void *)(ckp->ckp_buf + sizeof (fcf_hdr_t)); in fmd_ckpt_alloc()
459 fcf_sec_t *secbase = (void *)(ckp->ckp_buf + sizeof (fcf_hdr_t)); in fmd_ckpt_commit()
H A Dfmd_ckpt.h86 } fcf_hdr_t; typedef
H A Dfmd_mdb.c1128 fcf_hdr_t h; in fcf_hdr()
1253 fcf_hdr_t h, *hp; in fcf_sec_walk_init()
1261 size = sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * h.fcfh_secnum; in fcf_sec_walk_init()
1280 size_t off = sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * i; in fcf_sec_walk_step()
1281 fcf_hdr_t *hp = wsp->walk_data; in fcf_sec_walk_step()
1294 fcf_hdr_t *hp = wsp->walk_data; in fcf_sec_walk_fini()
1295 mdb_free(hp, sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * hp->fcfh_secnum); in fcf_sec_walk_fini()