Home
last modified time | relevance | path

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

/illumos-gate/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 */
237 fcf_sec_t *sp = (void *)(ckp->ckp_buf + in fmd_ckpt_open()
440 ckp->ckp_hdr->fcfh_secsize = sizeof (fcf_sec_t); in fmd_ckpt_alloc()
855 static const fcf_sec_t *
858 const fcf_sec_t *sp = (void *)(ckp->ckp_buf + in fmd_ckpt_secptr()
900 const fcf_sec_t *sp; in fmd_ckpt_restore_events()
958 const fcf_sec_t *sp; in fmd_ckpt_restore_suspects()
999 const fcf_sec_t *sp, *dsp; in fmd_ckpt_restore_bufs()
1088 const fcf_sec_t *esp; in fmd_ckpt_restore_serd()
[all …]
H A Dfmd_ckpt.h143 } fcf_sec_t; typedef
H A Dfmd_mdb.c1211 fcf_sec_t s; in fcf_sec()
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()
1282 fcf_sec_t *sp = (fcf_sec_t *)((uintptr_t)hp + off); in fcf_sec_walk_step()
1295 mdb_free(hp, sizeof (fcf_hdr_t) + sizeof (fcf_sec_t) * hp->fcfh_secnum); in fcf_sec_walk_fini()