Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c66 fcf_sec_t *ckp_secp; /* section header table pointer */
67 fcf_sec_t *ckp_modp; /* section header for module */
210 ckp->ckp_hdr->fcfh_secsize < sizeof (fcf_sec_t)) { in fmd_ckpt_open()
237 fcf_sec_t *sp = (void *)(ckp->ckp_buf + in fmd_ckpt_open()
420 ckp->ckp_size += sizeof (fcf_sec_t) * ckp->ckp_secs; in fmd_ckpt_alloc()
440 ckp->ckp_hdr->fcfh_secsize = sizeof (fcf_sec_t); in fmd_ckpt_alloc()
459 fcf_sec_t *secbase = (void *)(ckp->ckp_buf + sizeof (fcf_hdr_t)); in fmd_ckpt_commit()
855 static const fcf_sec_t *
858 const fcf_sec_t *sp = (void *)(ckp->ckp_buf + in fmd_ckpt_secptr()
870 fmd_ckpt_dataptr(fmd_ckpt_t *ckp, const fcf_sec_t *sp) in fmd_ckpt_dataptr()
[all …]
H A Dfmd_ckpt.h145 } fcf_sec_t; typedef
H A Dfmd_mdb.c1204 fcf_sec_t s; in fcf_sec()
1254 size = sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * h.fcfh_secnum; in fcf_sec_walk_init()
1273 size_t off = sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * i; in fcf_sec_walk_step()
1275 fcf_sec_t *sp = (fcf_sec_t *)((uintptr_t)hp + off); in fcf_sec_walk_step()
1288 mdb_free(hp, sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * hp->fcfh_secnum); in fcf_sec_walk_fini()