Lines Matching defs:ckp
101 fmd_ckpt_create(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_create()
125 fmd_ckpt_inval(fmd_ckpt_t *ckp, const char *format, ...) in fmd_ckpt_inval()
138 fmd_ckpt_open(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_open()
333 fmd_ckpt_destroy(fmd_ckpt_t *ckp) in fmd_ckpt_destroy()
350 fmd_ckpt_error(fmd_ckpt_t *ckp, int err, const char *format, ...) in fmd_ckpt_error()
367 fmd_ckpt_section(fmd_ckpt_t *ckp, const void *data, uint_t type, uint64_t size) in fmd_ckpt_section()
398 fmd_ckpt_string(fmd_ckpt_t *ckp, const char *s) in fmd_ckpt_string()
409 fmd_ckpt_alloc(fmd_ckpt_t *ckp, uint64_t gen) in fmd_ckpt_alloc()
457 fmd_ckpt_commit(fmd_ckpt_t *ckp) in fmd_ckpt_commit()
485 fmd_ckpt_resv(fmd_ckpt_t *ckp, size_t size, size_t align) in fmd_ckpt_resv()
494 fmd_ckpt_resv_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp) in fmd_ckpt_resv_buf()
502 fmd_ckpt_save_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp) in fmd_ckpt_save_buf()
514 fmd_ckpt_save_event(fmd_ckpt_t *ckp, fmd_event_t *e) in fmd_ckpt_save_event()
531 fmd_ckpt_save_nvlist(fmd_ckpt_t *ckp, nvlist_t *nvl) in fmd_ckpt_save_nvlist()
548 fmd_ckpt_resv_serd(fmd_serd_eng_t *sgp, fmd_ckpt_t *ckp) in fmd_ckpt_resv_serd()
557 fmd_ckpt_save_serd(fmd_serd_eng_t *sgp, fmd_ckpt_t *ckp) in fmd_ckpt_save_serd()
582 fmd_ckpt_resv_case(fmd_ckpt_t *ckp, fmd_case_t *cp) in fmd_ckpt_resv_case()
620 fmd_ckpt_save_case(fmd_ckpt_t *ckp, fmd_case_t *cp) in fmd_ckpt_save_case()
696 fmd_ckpt_resv_module(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_resv_module()
721 fmd_ckpt_save_module(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_save_module()
771 fmd_ckpt_t ckp; in fmd_ckpt_save() local
856 fmd_ckpt_secptr(fmd_ckpt_t *ckp, fcf_secidx_t sid, uint_t type) in fmd_ckpt_secptr()
870 fmd_ckpt_dataptr(fmd_ckpt_t *ckp, const fcf_sec_t *sp) in fmd_ckpt_dataptr()
880 fmd_ckpt_datalim(fmd_ckpt_t *ckp, const fcf_sec_t *sp) in fmd_ckpt_datalim()
890 fmd_ckpt_strptr(fmd_ckpt_t *ckp, fcf_stridx_t sid, const char *defstr) in fmd_ckpt_strptr()
896 fmd_ckpt_restore_events(fmd_ckpt_t *ckp, fcf_secidx_t sid, in fmd_ckpt_restore_events()
955 fmd_ckpt_restore_suspects(fmd_ckpt_t *ckp, fmd_case_t *cp, fcf_secidx_t sid) in fmd_ckpt_restore_suspects()
996 fmd_ckpt_restore_bufs(fmd_ckpt_t *ckp, fmd_module_t *mp, in fmd_ckpt_restore_bufs()
1031 fmd_ckpt_restore_case(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp) in fmd_ckpt_restore_case()
1084 fmd_ckpt_restore_serd(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp) in fmd_ckpt_restore_serd()
1117 fmd_ckpt_restore_module(fmd_ckpt_t *ckp, fmd_module_t *mp) in fmd_ckpt_restore_module()
1155 fmd_ckpt_t ckp; in fmd_ckpt_restore() local