fmd_ckpt_t
fmd_ckpt_create(fmd_ckpt_t *ckp, fmd_module_t *mp)
fmd_ckpt_restore_case(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp)
bzero(ckp, sizeof (fmd_ckpt_t));
fmd_ckpt_restore_serd(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp)
fmd_ckpt_restore_module(fmd_ckpt_t *ckp, fmd_module_t *mp)
fmd_ckpt_t ckp;
fmd_ckpt_inval(fmd_ckpt_t *ckp, const char *format, ...)
fmd_ckpt_open(fmd_ckpt_t *ckp, fmd_module_t *mp)
bzero(ckp, sizeof (fmd_ckpt_t));
fmd_ckpt_destroy(fmd_ckpt_t *ckp)
fmd_ckpt_error(fmd_ckpt_t *ckp, int err, const char *format, ...)
fmd_ckpt_section(fmd_ckpt_t *ckp, const void *data, uint_t type, uint64_t size)
fmd_ckpt_string(fmd_ckpt_t *ckp, const char *s)
fmd_ckpt_alloc(fmd_ckpt_t *ckp, uint64_t gen)
fmd_ckpt_commit(fmd_ckpt_t *ckp)
fmd_ckpt_resv(fmd_ckpt_t *ckp, size_t size, size_t align)
fmd_ckpt_resv_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp)
fmd_ckpt_save_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp)
fmd_ckpt_save_event(fmd_ckpt_t *ckp, fmd_event_t *e)
fmd_ckpt_save_nvlist(fmd_ckpt_t *ckp, nvlist_t *nvl)
fmd_ckpt_resv_serd(fmd_serd_eng_t *sgp, fmd_ckpt_t *ckp)
fmd_ckpt_save_serd(fmd_serd_eng_t *sgp, fmd_ckpt_t *ckp)
fmd_ckpt_resv_case(fmd_ckpt_t *ckp, fmd_case_t *cp)
fmd_ckpt_save_case(fmd_ckpt_t *ckp, fmd_case_t *cp)
fmd_ckpt_resv_module(fmd_ckpt_t *ckp, fmd_module_t *mp)
fmd_ckpt_save_module(fmd_ckpt_t *ckp, fmd_module_t *mp)
fmd_ckpt_t ckp;
fmd_ckpt_secptr(fmd_ckpt_t *ckp, fcf_secidx_t sid, uint_t type)
fmd_ckpt_dataptr(fmd_ckpt_t *ckp, const fcf_sec_t *sp)
fmd_ckpt_datalim(fmd_ckpt_t *ckp, const fcf_sec_t *sp)
fmd_ckpt_strptr(fmd_ckpt_t *ckp, fcf_stridx_t sid, const char *defstr)
fmd_ckpt_restore_events(fmd_ckpt_t *ckp, fcf_secidx_t sid,
fmd_ckpt_restore_suspects(fmd_ckpt_t *ckp, fmd_case_t *cp, fcf_secidx_t sid)
fmd_ckpt_restore_bufs(fmd_ckpt_t *ckp, fmd_module_t *mp,