Searched refs:fmd_ctl_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ctl.h53 } fmd_ctl_t; typedef in typeref:struct:fmd_ctl
55 extern fmd_ctl_t *fmd_ctl_init(nvlist_t *);
56 extern void fmd_ctl_fini(fmd_ctl_t *);
57 extern void fmd_ctl_hold(fmd_ctl_t *);
58 extern void fmd_ctl_rele(fmd_ctl_t *);
H A Dfmd_ctl.c42 * to refer to a fmd_ctl_t data structure, managed by the functions below.
52 * the fmd_ctl_t maintains a reference count that mirrors the fmd_event_t
115 fmd_ctl_t *
118 fmd_ctl_t *cp = fmd_alloc(sizeof (fmd_ctl_t), FMD_SLEEP);
149 fmd_ctl_fini(fmd_ctl_t *cp)
151 fmd_free(cp, sizeof (fmd_ctl_t));
155 * Increment the ref count on the fmd_ctl_t to correspond to a reference to the
159 fmd_ctl_hold(fmd_ctl_t *cp)
170 * Decrement the reference count on the fmd_ctl_t
[all...]

Completed in 57 milliseconds