Searched defs:fmd_ckpt_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c54 * The fmd_ckpt_t structure is used to manage all of the state needed by the
75 } fmd_ckpt_t; typedef in typeref:struct:fmd_ckpt
101 fmd_ckpt_create(fmd_ckpt_t *ckp, fmd_module_t *mp)
107 bzero(ckp, sizeof (fmd_ckpt_t));
125 fmd_ckpt_inval(fmd_ckpt_t *ckp, const char *format, ...)
138 fmd_ckpt_open(fmd_ckpt_t *ckp, fmd_module_t *mp)
145 bzero(ckp, sizeof (fmd_ckpt_t));
333 fmd_ckpt_destroy(fmd_ckpt_t *ckp)
350 fmd_ckpt_error(fmd_ckpt_t *ckp, int err, const char *format, ...)
367 fmd_ckpt_section(fmd_ckpt_t *ck
[all...]

Completed in 120 milliseconds